final class RichPeriod extends AnyVal with PimpedType[Period]

Source
RichPeriod.scala
Linear Supertypes
PimpedType[Period], AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichPeriod
  2. PimpedType
  3. AnyVal
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichPeriod(underlying: Period)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def *(scalar: Int): Period
  4. def +(period: ReadablePeriod): Period
  5. def -(period: ReadablePeriod): Period
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  7. def ago(): DateTime
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def before(dt: DateTime): DateTime
  10. def days: Int
  11. def from(dt: DateTime): DateTime
  12. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  13. def hours: Int
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def later(): DateTime
  16. def millis: Int
  17. def minutes: Int
  18. def months: Int
  19. def seconds: Int
  20. def standardDuration: Duration
  21. def toString(): String
    Definition Classes
    Any
  22. def unary_-: Period
  23. val underlying: Period
    Definition Classes
    RichPeriodPimpedType
  24. def weeks: Int
  25. def years: Int

Inherited from PimpedType[Period]

Inherited from AnyVal

Inherited from Any

Ungrouped