RichInstant

final class RichInstant(val underlying: Instant) extends AnyVal with Ordered[Instant]
trait Ordered[Instant]
trait Comparable[Instant]
class Object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def +(millis: Long): Instant
def +(amount: TemporalAmount): Instant
def +(duration: Duration): Instant
def +(period: Period): Instant
def -(millis: Long): Instant
def -(amount: TemporalAmount): Instant
def -(duration: Duration): Instant
def -(period: Period): Instant
def compare(that: Instant): Int
def to(end: Instant): Interval

Inherited methods

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

Concrete fields

val underlying: Instant