toggle menu
doodle
0.10.3
common
switch theme
search in API
controls
/
io.nacular.doodle.controls.form
/
mapValue
map
Value
inline
fun
<
T
,
R
>
Form.Field
<
T
>
.
mapValue
(
onValid
:
(
value
:
T
)
->
R
)
:
Form.FieldState
<
R
>
(
source
)
Returns a
valid
state from the result of
onValid
if this instance is
valid
or
invalid
otherwise.