final class RichInstant extends AnyVal with Ordered[Instant]
- Source
- RichInstant.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichInstant
- Ordered
- Comparable
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RichInstant(underlying: Instant)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def +(period: Period): Instant
- def +(duration: Duration): Instant
- def +(amount: TemporalAmount): Instant
- def +(millis: Long): Instant
- def -(period: Period): Instant
- def -(duration: Duration): Instant
- def -(amount: TemporalAmount): Instant
- def -(millis: Long): Instant
-
def
<(that: Instant): Boolean
- Definition Classes
- Ordered
-
def
<=(that: Instant): Boolean
- Definition Classes
- Ordered
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
def
>(that: Instant): Boolean
- Definition Classes
- Ordered
-
def
>=(that: Instant): Boolean
- Definition Classes
- Ordered
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
compare(that: Instant): Int
- Definition Classes
- RichInstant → Ordered
-
def
compareTo(that: Instant): Int
- Definition Classes
- Ordered → Comparable
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def to(end: Instant): Interval
-
def
toString(): String
- Definition Classes
- Any
- val underlying: Instant