jp.ne.opt.chronoscala

RichInstant

final class RichInstant extends AnyVal with Ordered[Instant]

Linear Supertypes
Ordered[Instant], Comparable[Instant], AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichInstant
  2. Ordered
  3. Comparable
  4. AnyVal
  5. NotNull
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichInstant(underlying: Instant)

Value Members

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

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

    Definition Classes
    Any
  3. def +(period: Period): Instant

  4. def +(duration: Duration): Instant

  5. def +(amount: TemporalAmount): Instant

  6. def +(millis: Long): Instant

  7. def -(period: Period): Instant

  8. def -(duration: Duration): Instant

  9. def -(amount: TemporalAmount): Instant

  10. def -(millis: Long): Instant

  11. def <(that: Instant): Boolean

    Definition Classes
    Ordered
  12. def <=(that: Instant): Boolean

    Definition Classes
    Ordered
  13. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  14. def >(that: Instant): Boolean

    Definition Classes
    Ordered
  15. def >=(that: Instant): Boolean

    Definition Classes
    Ordered
  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def compare(that: Instant): Int

    Definition Classes
    RichInstant → Ordered
  18. def compareTo(that: Instant): Int

    Definition Classes
    Ordered → Comparable
  19. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def to(end: Instant): Interval

  22. def toString(): String

    Definition Classes
    Any
  23. val underlying: Instant

Inherited from Ordered[Instant]

Inherited from Comparable[Instant]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped