final class RichLocalDate extends Ordered[LocalDate]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(amount: Period): LocalDate
  4. def -(other: LocalDate): Period

    returns

    the period from other date until this date, exclusive end date

    See also

    java.time.LocalDate.until(ChronoLocalDate)

  5. def -(amount: Period): LocalDate
  6. def <(that: LocalDate): Boolean
    Definition Classes
    Ordered
  7. def <=(that: LocalDate): Boolean
    Definition Classes
    Ordered
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def >(that: LocalDate): Boolean
    Definition Classes
    Ordered
  10. def >=(that: LocalDate): Boolean
    Definition Classes
    Ordered
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def chronology: Chronology
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. def compare(that: LocalDate): Int
    Definition Classes
    RichLocalDate → Ordered
  15. def compareTo(that: LocalDate): Int
    Definition Classes
    Ordered → Comparable
  16. def dayOfMonth: Int
  17. def dayOfWeek: DayOfWeek
  18. def dayOfYear: Int
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def month: Month
  25. def monthValue: Int
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. def year: Int

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Ordered[LocalDate]

Inherited from Comparable[LocalDate]

Inherited from AnyRef

Inherited from Any

Ungrouped