final class RichInt extends AnyVal with PimpedType[Int]

Linear Supertypes
PimpedType[Int], AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichInt
  2. PimpedType
  3. AnyVal
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RichInt(underlying: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def *(period: Period): Period
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def day: Period
  7. def days: Period
  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. def hour: Duration
  10. def hours: Duration
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def milli: Duration
  13. def millis: Duration
  14. def minute: Duration
  15. def minutes: Duration
  16. def month: Period
  17. def months: Period
  18. def second: Duration
  19. def seconds: Duration
  20. def toString(): String
    Definition Classes
    Any
  21. val underlying: Int
    Definition Classes
    RichIntPimpedType
  22. def week: Period
  23. def weeks: Period
  24. def year: Period
  25. def years: Period

Inherited from PimpedType[Int]

Inherited from AnyVal

Inherited from Any

Ungrouped