case class Duration(millis: Long) extends Product with Serializable
- Source
- Duration.scala
- Alphabetic
- By Inheritance
- Duration
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Duration(millis: Long)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def *(times: Int): Duration
- def +(that: Duration): Duration
- def -(that: Duration): Duration
- def /(that: Duration): Double
- def <(that: Duration): Boolean
- def <=(that: Duration): Boolean
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(that: Duration): Boolean
- def >=(that: Duration): Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def div(that: Duration): Double
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def greater(that: Duration): Boolean
- def greaterEq(that: Duration): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMultipleOf(that: Duration): Boolean
- def isZero: Boolean
- def less(that: Duration): Boolean
- def lessEq(that: Duration): Boolean
- def max(that: Duration): Duration
- def milliseconds: Long
- def min(that: Duration): Duration
- def minus(that: Duration): Duration
- 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()
- def plus(that: Duration): Duration
- def prettyPrint: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def times(times: Int): Duration
- def toFormattedString: String
- def toString(): String
- Definition Classes
- Duration → AnyRef → Any
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)