Reducer

fun fun interface Reducer<S : State>

Functions

reduce
Link copied to clipboard
abstract fun reduce(action: Action, state: S): S

Inheritors

CompositeReducer
Link copied to clipboard