MutableSeriesString
class MutableSeriesString
MutableSeries extension for type String.
- Value Params
- instance
Private mutable instance.
- Since
0.1.0
class Object
trait Matchable
class Any
Value members
Concrete methods
- Returns
Parsed Boolean Series.
- Throws
- java.lang.NumberFormatException
If the string does not contain a parsable Boolean.
- Since
0.1.0
- Returns
Parsed Double Series.
- Throws
- java.lang.NumberFormatException
If the string does not contain a parsable Double.
- Since
0.1.0
- Returns
Parsed Float Series.
- Throws
- java.lang.NumberFormatException
If the string does not contain a parsable Float.
- Since
0.1.0
- Returns
Parsed Int Series.
- Throws
- java.lang.NumberFormatException
If the string does not contain a parsable Int.
- Since
0.1.0
- Returns
Parsed LocalDate Series.
- Throws
- java.time.format.DateTimeParseException
If the string cannot be parsed.
- See also
java.time.LocalDate
- Since
0.1.0
- Returns
Parsed LocalDateTime Series.
- Throws
- java.time.format.DateTimeParseException
If the string cannot be parsed.
- See also
java.time.LocalDateTime
- Since
0.1.0
- Returns
Parsed LocalTime Series.
- Throws
- java.time.format.DateTimeParseException
If the string cannot be parsed.
- See also
java.time.LocalTime
- Since
0.1.0
- Returns
Parsed Long Series.
- Throws
- java.lang.NumberFormatException
If the string does not contain a parsable Long.
- Since
0.1.0