SignParserBuilder

interface SignParserBuilder

Functions

associateWith
Link copied to clipboard
common
open fun associateWith(field: DateTimeField)

Associate the result with a particular DateTimeField, setting it to -1L when negative or 1L when positive.

onParsed
Link copied to clipboard
common
abstract fun onParsed(action: DateTimeParseResult.(parsed: Int) -> Unit)

Perform an action when a number's sign has been successfully parsed