com.github.nscala_time.time

RichDuration

final class RichDuration extends AnyVal with PimpedType[Duration]

Source
RichDuration.scala
Linear Supertypes
PimpedType[Duration], AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichDuration
  2. PimpedType
  3. AnyVal
  4. NotNull
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichDuration(underlying: Duration)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. def *(multiplicand: Long): Duration

  4. def +(amount: ReadableDuration): Duration

  5. def +(amount: Long): Duration

  6. def -(amount: ReadableDuration): Duration

  7. def -(amount: Long): Duration

  8. def /(divisor: Long): Duration

  9. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def days: Long

  12. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  13. def hours: Long

  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. def millis: Long

  16. def minutes: Long

  17. def seconds: Long

  18. def toScalaDuration: FiniteDuration

  19. def toString(): String

    Definition Classes
    Any
  20. def unary_-: Duration

  21. val underlying: Duration

    Definition Classes
    RichDurationPimpedType

Inherited from PimpedType[Duration]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped