RichLocalDateTime

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

Value members

Concrete methods

def +(millis: Long): LocalDateTime
def +(amount: TemporalAmount): LocalDateTime
def +(duration: Duration): LocalDateTime
def +(period: Period): LocalDateTime
def -(millis: Long): LocalDateTime
def -(amount: TemporalAmount): LocalDateTime
def -(duration: Duration): LocalDateTime
def -(period: Period): LocalDateTime
def compare(that: LocalDateTime): Int
def format(pattern: String): String

Inherited methods

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

Concrete fields

val underlying: LocalDateTime