RichInstant

io.github.chronoscala.RichInstant
final class RichInstant(val underlying: Instant) extends AnyVal, Ordered[Instant]

Attributes

Source
RichInstant.scala
Graph
Supertypes
trait Ordered[Instant]
trait Comparable[Instant]
class Object
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def +(millis: Long): Instant

Attributes

Source
RichInstant.scala
def +(amount: TemporalAmount): Instant

Attributes

Source
RichInstant.scala
def +(duration: Duration): Instant

Attributes

Source
RichInstant.scala
def +(period: Period): Instant

Attributes

Source
RichInstant.scala
def -(millis: Long): Instant

Attributes

Source
RichInstant.scala
def -(amount: TemporalAmount): Instant

Attributes

Source
RichInstant.scala
def -(duration: Duration): Instant

Attributes

Source
RichInstant.scala
def -(period: Period): Instant

Attributes

Source
RichInstant.scala
def compare(that: Instant): Int

Attributes

Source
RichInstant.scala
def to(end: Instant): Interval

Attributes

Source
RichInstant.scala

Inherited methods

def <(that: Instant): Boolean

Attributes

Inherited from:
Ordered
def <=(that: Instant): Boolean

Attributes

Inherited from:
Ordered
def >(that: Instant): Boolean

Attributes

Inherited from:
Ordered
def >=(that: Instant): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: Instant): Int

Attributes

Inherited from:
Ordered

Concrete fields

val underlying: Instant

Attributes

Source
RichInstant.scala