kvision / pl.treksoft.kvision.redux / ReduxStore / dispatch

dispatch

fun dispatch(action: A): Unit

Dispatches a synchronous action object.

fun dispatch(actionCreator: ActionCreator<A, S>): Unit
fun dispatch(actionCreator: ActionCreator<dynamic, S>): <ERROR CLASS>

Dispatches an asynchronous action function.