final class RichLocalDateProperty extends AnyVal with PimpedType[Property]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichLocalDateProperty
- PimpedType
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RichLocalDateProperty(underlying: Property)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def apply(text: String, locale: Locale): LocalDate
- def apply(text: String): LocalDate
- def apply(value: Int): LocalDate
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def localDate: LocalDate
- def round: LocalDate
- def roundCeiling: LocalDate
- def roundDown: LocalDate
- def roundFloor: LocalDate
- def roundUp: LocalDate
-
def
toString(): String
- Definition Classes
- Any
-
val
underlying: Property
- Definition Classes
- RichLocalDateProperty → PimpedType