RichLocalDate

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

Value members

Concrete methods

def +(period: ReadablePeriod): LocalDate
def +(builder: DurationBuilder): LocalDate
def -(period: ReadablePeriod): LocalDate
def -(builder: DurationBuilder): LocalDate
def century: Property
def day: Property
def era: Property
def interval: Interval
def month: Property
def week: Property
def withCentury(century: Int): LocalDate
def withDay(day: Int): LocalDate
def withEra(era: Int): LocalDate
def withMonth(month: Int): LocalDate
def withWeek(week: Int): LocalDate
def withYear(year: Int): LocalDate
def year: Property

Concrete fields

val underlying: LocalDate