jp
.
ne
.
opt
.
chronoscala
RichInstant
final
class
RichInstant
extends
AnyVal
with
Ordered
[
Instant
]
Source
RichInstant.scala
Linear Supertypes
Ordered
[
Instant
],
Comparable
[
Instant
],
AnyVal
,
NotNull
,
Any
Ordering
Alphabetic
By inheritance
Inherited
RichInstant
Ordered
Comparable
AnyVal
NotNull
Any
Hide All
Show all
Learn more about member selection
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
Inherited from
Ordered
[
Instant
]
Inherited from
Comparable
[
Instant
]
Inherited from
AnyVal
Inherited from
NotNull
Inherited from
Any
Ungrouped