RichLocalDate

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

Value members

Concrete methods

def +(period: Period): LocalDate
def -(period: Period): LocalDate
def compare(that: LocalDate): Int
def format(pattern: String): String
def to(end: LocalDate): DateInterval

Inherited methods

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

Concrete fields

val underlying: LocalDate