SignParserBuilder

interface SignParserBuilder

Functions

associateWith
Link copied to clipboard
common

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

open fun associateWith(field: DateTimeField)
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
onParsed
Link copied to clipboard
common

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

abstract fun onParsed(action: DateTimeParseResult.(Int) -> Unit)
toString
Link copied to clipboard
common
open override fun toString(): String