RichLocalDateTime

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

Attributes

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

Members list

Value members

Concrete methods

def +(millis: Long): LocalDateTime

Attributes

Source
RichLocalDateTime.scala
def +(amount: TemporalAmount): LocalDateTime

Attributes

Source
RichLocalDateTime.scala
def +(duration: Duration): LocalDateTime

Attributes

Source
RichLocalDateTime.scala
def +(period: Period): LocalDateTime

Attributes

Source
RichLocalDateTime.scala
def -(millis: Long): LocalDateTime

Attributes

Source
RichLocalDateTime.scala
def -(amount: TemporalAmount): LocalDateTime

Attributes

Source
RichLocalDateTime.scala
def -(duration: Duration): LocalDateTime

Attributes

Source
RichLocalDateTime.scala
def -(period: Period): LocalDateTime

Attributes

Source
RichLocalDateTime.scala
def compare(that: LocalDateTime): Int

Attributes

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

Attributes

Source
RichLocalDateTime.scala

Inherited methods

def <(that: LocalDateTime): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordered

Concrete fields

val underlying: LocalDateTime

Attributes

Source
RichLocalDateTime.scala