RichOffsetDateTime

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

Attributes

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

Members list

Value members

Concrete methods

def +(millis: Long): OffsetDateTime

Attributes

Source
RichOffsetDateTime.scala
def +(amount: TemporalAmount): OffsetDateTime

Attributes

Source
RichOffsetDateTime.scala
def +(duration: Duration): OffsetDateTime

Attributes

Source
RichOffsetDateTime.scala
def +(period: Period): OffsetDateTime

Attributes

Source
RichOffsetDateTime.scala
def -(millis: Long): OffsetDateTime

Attributes

Source
RichOffsetDateTime.scala
def -(amount: TemporalAmount): OffsetDateTime

Attributes

Source
RichOffsetDateTime.scala
def -(duration: Duration): OffsetDateTime

Attributes

Source
RichOffsetDateTime.scala
def -(period: Period): OffsetDateTime

Attributes

Source
RichOffsetDateTime.scala
def compare(that: OffsetDateTime): Int

Attributes

Source
RichOffsetDateTime.scala
def format(pattern: String): String

Attributes

Source
RichOffsetDateTime.scala
def to(end: OffsetDateTime): Interval

Attributes

Source
RichOffsetDateTime.scala
def toEpochMilli: Long

Attributes

Source
RichOffsetDateTime.scala

Inherited methods

def <(that: OffsetDateTime): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordered

Concrete fields

val underlying: OffsetDateTime

Attributes

Source
RichOffsetDateTime.scala