map

inline fun <T, R> Form.FieldState<T>.map(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.