RichLocalDate

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

Attributes

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

Members list

Value members

Concrete methods

def +(period: Period): LocalDate

Attributes

Source
RichLocalDate.scala
def -(period: Period): LocalDate

Attributes

Source
RichLocalDate.scala
def compare(that: LocalDate): Int

Attributes

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

Attributes

Source
RichLocalDate.scala
def to(end: LocalDate): DateInterval

Attributes

Source
RichLocalDate.scala

Inherited methods

def <(that: LocalDate): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordered

Concrete fields

val underlying: LocalDate

Attributes

Source
RichLocalDate.scala