Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
core
/
com.michaelflisar.toolbox.numbers
/
MyNumberParser
/
MyNumberParser
My
Number
Parser
constructor
(
parse
:
(
value
:
String
)
->
T
?
,
correct
:
(
value
:
T
)
->
T
,
format
:
(
value
:
T
)
->
String
?
,
getPrevValue
:
(
value
:
T
)
->
T
,
getNextValue
:
(
value
:
T
)
->
T
)