case class Duration(month: Long, day: Long, second: Long, nanosecond: Long) extends IsoDuration with Serializable with Product

Linear Supertypes
Product, Equals, IsoDuration, Serializable, Serializable, TemporalAmount, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Duration
  2. Product
  3. Equals
  4. IsoDuration
  5. Serializable
  6. Serializable
  7. TemporalAmount
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Duration(month: Long, day: Long, second: Long, nanosecond: Long)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val NANOS_PER_SECOND: Int
  5. val SUPPORTED_UNITS: List[TemporalUnit]
  6. def addTo(temp: Temporal): Temporal
    Definition Classes
    Duration → TemporalAmount
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  9. val day: Long
  10. def days(): Long
    Definition Classes
    DurationIsoDuration
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def get(unit: TemporalUnit): Long
    Definition Classes
    Duration → TemporalAmount
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getUnits(): List[TemporalUnit]
    Definition Classes
    Duration → TemporalAmount
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val month: Long
  17. def months(): Long
    Definition Classes
    DurationIsoDuration
  18. val nanosecond: Long
  19. def nanoseconds(): Long
    Definition Classes
    DurationIsoDuration
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val second: Long
  24. def seconds(): Long
    Definition Classes
    DurationIsoDuration
  25. def subtractFrom(temp: Temporal): Temporal
    Definition Classes
    Duration → TemporalAmount
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    Duration → AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Product

Inherited from Equals

Inherited from IsoDuration

Inherited from Serializable

Inherited from Serializable

Inherited from TemporalAmount

Inherited from AnyRef

Inherited from Any

Ungrouped