Class

com.github.nscala_time.time

RichInt

Related Doc: package time

Permalink

final class RichInt extends Super 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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichInt(underlying: Int)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def *(period: Period): Period

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def day: Period

    Permalink
  7. def days: Period

    Permalink
  8. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  9. def hour: DurationBuilder

    Permalink
  10. def hours: DurationBuilder

    Permalink
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def milli: DurationBuilder

    Permalink
  13. def millis: DurationBuilder

    Permalink
  14. def minute: DurationBuilder

    Permalink
  15. def minutes: DurationBuilder

    Permalink
  16. def month: Period

    Permalink
  17. def months: Period

    Permalink
  18. def second: DurationBuilder

    Permalink
  19. def seconds: DurationBuilder

    Permalink
  20. def toString(): String

    Permalink
    Definition Classes
    Any
  21. val underlying: Int

    Permalink
    Definition Classes
    RichIntPimpedType
  22. def week: Period

    Permalink
  23. def weeks: Period

    Permalink
  24. def year: Period

    Permalink
  25. def years: Period

    Permalink

Inherited from PimpedType[Int]

Inherited from AnyVal

Inherited from Any

Ungrouped