implicit final class TimeStringType extends AnyVal
Provides time-related extension methods to java.lang.String.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimeStringType
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TimeStringType(string: String)
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
- val string: String
-
def
toDuration: Duration
Converts formatted string to
Duration. -
def
toLocalDate: LocalDate
Converts formatted string to
LocalDate. -
def
toLocalDateTime: LocalDateTime
Converts formatted string to
LocalDateTime. -
def
toLocalTime: LocalTime
Converts formatted string to
LocalTime. -
def
toPeriod: Period
Converts formatted string to
Period. -
def
toString(): String
- Definition Classes
- Any
-
def
toYearMonth: YearMonth
Converts formatted string to
YearMonth.