RichLocalDate

final
class RichLocalDate(val underlying: LocalDate) extends AnyVal with Ordered[RichLocalDate] with PimpedType[LocalDate]
trait PimpedType[LocalDate]
trait Ordered[RichLocalDate]
trait Comparable[RichLocalDate]
class Object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def +(period: Period): LocalDate
def +(duration: Duration): LocalDate
def -(period: Period): LocalDate
def -(duration: Duration): LocalDate
override
def compare(that: RichLocalDate): Int
Definition Classes
Ordered
def day: Int
def month: Month
def toDate(zoneId: ZoneId): Date
def toInstant(zoneId: ZoneId): Instant
def toLocalDate(): LocalDateTime
def withDay(day: Int): LocalDate
def withMonth(month: Int): LocalDate
def withYear(year: Int): LocalDate
def year: Int

Inherited methods

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

Concrete fields

val underlying: LocalDate