thunk

Create a catch-all thunk (thunk { })


@JvmName(name = "thunkMatching")
inline fun <A : Action> thunk(noinline thunk: Thunk<State, Action, A, Proposal>)
@JvmName(name = "thunkMatchingEnums")
inline fun <ActionEnum : Enum<ActionEnum>, A : ActionEnum> thunk(childClazz: A, noinline thunk: Thunk<State, ActionEnum, A, Proposal>)

Create an action specific thunk (thunk(action) { })