StringParserBuilder

interface StringParserBuilder

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
onEachChar
Link copied to clipboard
common
abstract fun onEachChar(action: DateTimeParseResult.(char: Char, index: Int) -> StringParseAction)
Execute a block as each character in the string is encountered during parsing.
onParsed
Link copied to clipboard
common
abstract fun onParsed(action: DateTimeParseResult.(parsed: String) -> Unit)
Perform an action when parsing succeeds.
toString
Link copied to clipboard
common
open fun toString(): String