anyOf

abstract fun anyOf(vararg builders: DateTimeParserBuilder.() -> Unit)

Try each of the parsers defined by builders until one succeeds. If none succeed, parsing is considered to have failed.

abstract fun anyOf(vararg childParsers: DateTimeParser)

Try each of the parsers defined by childParsers until one succeeds. If none succeed, parsing is considered to have failed.