final class DateTimeInterpolationString extends AnyVal
String interpolation as a factory of joda-time values.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DateTimeInterpolationString
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DateTimeInterpolationString(s: StringContext)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
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 joda(params: Any*): DateTime
- def jodaDate(params: Any*): LocalDate
- def jodaDateTime(params: Any*): DateTime
- def jodaLocalDate(params: Any*): LocalDate
- def jodaLocalTime(params: Any*): LocalTime
- def jodaTime(params: Any*): LocalTime
- val s: StringContext
-
def
toString(): String
- Definition Classes
- Any