mutate

suspend fun mutate(mutator: suspend FromState.() -> FromState): FromState

Change the current state with new properties

Return

the mutated FromState

Parameters

mutator

mutator callback