final case class AdjustableClock(baseClock: Clock, offset: Duration) extends Clock with Product with Serializable
- Annotations
- @SuppressWarnings()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AdjustableClock
- Serializable
- Product
- Equals
- Clock
- InstantSource
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val baseClock: Clock
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- AdjustableClock → Equals → Clock → AnyRef → Any
- def fastForward(by: Duration): Unit
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getZone(): ZoneId
- Definition Classes
- AdjustableClock → Clock
- def hashCode(): Int
- Definition Classes
- AdjustableClock → Clock → AnyRef → Any
- def instant(): Instant
- Definition Classes
- AdjustableClock → Clock → InstantSource
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def millis(): Long
- Definition Classes
- AdjustableClock → Clock → InstantSource
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- var offset: Duration
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rewind(by: Duration): Unit
- def set(to: Instant): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withZone(zone: ZoneId): Clock
- Definition Classes
- AdjustableClock → Clock → InstantSource