Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
core
/
com.michaelflisar.toolbox.numbers
/
MyNumberValidator
/
MyNumberValidator
My
Number
Validator
constructor
(
error
:
MutableState
<
String
?
>
=
mutableStateOf(null)
,
validate
:
(
value
:
T
?
)
->
String
?
=
{ _ -> null }
)