DecimalNumberParserBuilder

interface DecimalNumberParserBuilder : NumberParserBuilder

Functions

associateWith
Link copied to clipboard
common

Associate both the whole and fractional part of the result with a particular DateTimeField, populating their values when parsing succeeds.

open fun associateWith(wholeField: DateTimeField, fractionField: DateTimeField)
enforceSignStyle
Link copied to clipboard
common

Enforce a particular sign style.

abstract override fun enforceSignStyle(signStyle: SignStyle)
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 parsing succeeds.

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