Class

jp.ne.opt.chronoscala

RichLocalDate

Related Doc: package chronoscala

Permalink

final class RichLocalDate extends AnyVal with Ordered[LocalDate]

Source
RichLocalDate.scala
Linear Supertypes
Ordered[LocalDate], Comparable[LocalDate], AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichLocalDate
  2. Ordered
  3. Comparable
  4. AnyVal
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichLocalDate(underlying: LocalDate)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def +(period: Period): LocalDate

    Permalink
  4. def -(period: Period): LocalDate

    Permalink
  5. def <(that: LocalDate): Boolean

    Permalink
    Definition Classes
    Ordered
  6. def <=(that: LocalDate): Boolean

    Permalink
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  8. def >(that: LocalDate): Boolean

    Permalink
    Definition Classes
    Ordered
  9. def >=(that: LocalDate): Boolean

    Permalink
    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def compare(that: LocalDate): Int

    Permalink
    Definition Classes
    RichLocalDate → Ordered
  12. def compareTo(that: LocalDate): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  13. def format(pattern: String): String

    Permalink
  14. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def to(end: LocalDate): DateInterval

    Permalink
  17. def toString(): String

    Permalink
    Definition Classes
    Any
  18. val underlying: LocalDate

    Permalink

Inherited from Ordered[LocalDate]

Inherited from Comparable[LocalDate]

Inherited from AnyVal

Inherited from Any

Ungrouped