final class RichInt extends AnyVal

Source
RichInt.scala
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichInt
  2. AnyVal
  3. 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: 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. def week: Period
  22. def weeks: Period
  23. def year: Period
  24. def years: Period

Inherited from AnyVal

Inherited from Any

Ungrouped