Grouped Date Time Parser Builder
interface GroupedDateTimeParserBuilder
Content copied to clipboard
Functions
any Of
Link copied to clipboard
Try each of the parsers defined by childParsers until one succeeds and include all of its groups in the parsing results. If none of the parsers succeed, parsing is considered to have failed at the starting index.
abstract fun anyOf(vararg builders: GroupedDateTimeParserBuilder.() -> Unit)
Content copied to clipboard
Try each of the parsers defined by builders until one succeeds. If none succeed, parsing is considered to have failed.
group
Link copied to clipboard
Create a distinct parse result and associate any parsed data with it.