final class RichInt extends AnyVal with PimpedType[Int]

Source
RichInt.scala
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. All

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: DurationBuilder
  10. def hours: DurationBuilder
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def milli: DurationBuilder
  13. def millis: DurationBuilder
  14. def minute: DurationBuilder
  15. def minutes: DurationBuilder
  16. def month: Period
  17. def months: Period
  18. def second: DurationBuilder
  19. def seconds: DurationBuilder
  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