Class

fm.common.rich

RichLocalDate

Related Doc: package rich

Permalink

final class RichLocalDate extends AnyVal with Ordered[LocalDate]

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(date: LocalDate)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. def <(that: LocalDate): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Ordered → Comparable
  11. val date: LocalDate

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

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

    Permalink
    Definition Classes
    Any
  14. def toString(): String

    Permalink
    Definition Classes
    Any
  15. def toYYYYMMDD: String

    Permalink

    Returns the YYYYMMDD string representation of the date.

    Returns the YYYYMMDD string representation of the date. Works for the range: 0000-01-01 to 9999-12-31

  16. def toYYYYMMDDInt: Int

    Permalink

    Returns the YYYYMMDD int representation of the date.

    Returns the YYYYMMDD int representation of the date. Works for the range: 0000-01-01 to 9999-12-31

  17. def toYYYYMMDDIntOption: Option[Int]

    Permalink
  18. def toYYYYMMDDOption: Option[String]

    Permalink

Inherited from Ordered[LocalDate]

Inherited from Comparable[LocalDate]

Inherited from AnyVal

Inherited from Any

Ungrouped