GenericStateResult

fun <V> GenericStateResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: V)

Parameters

key

a unique identifier for this state.

easyFormsErrorState

the current EasyFormsErrorState this state has.

value

the V value.

Sources

androidJvm source
Link copied to clipboard