reducerFn property

BloomReducerFn<S, A> reducerFn
final

The pure state-transition function that derives the next state on each dispatch.

Implementation

final BloomReducerFn<S, A> reducerFn;