c

io.github.chronoscala

RichInstant

final class RichInstant extends AnyVal with Ordered[Instant]

Source
RichInstant.scala
Linear Supertypes
Ordered[Instant], Comparable[Instant], AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichInstant
  2. Ordered
  3. Comparable
  4. AnyVal
  5. Any
  1. Hide All
  2. Show All
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 Any

Ungrouped