anyOf

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

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

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

abstract fun anyOf(vararg childParsers: Array<Out DateTimeParser>)