com.github.nscala_time.time

RichDuration

final class RichDuration extends Super with PimpedType[Duration]

Source
RichDuration.scala
Linear Supertypes
PimpedType[Duration], AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichDuration
  2. PimpedType
  3. AnyVal
  4. 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 +(amount: ReadableDuration): Duration

  4. def +(amount: Long): Duration

  5. def -(amount: ReadableDuration): Duration

  6. def -(amount: Long): Duration

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

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

    Definition Classes
    Any
  9. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  11. def seconds: Long

  12. def toString(): String

    Definition Classes
    Any
  13. val underlying: Duration

    Definition Classes
    RichDurationPimpedType

Inherited from PimpedType[Duration]

Inherited from AnyVal

Inherited from Any

Ungrouped