reducer property

Reducer<T> reducer
final

Calculates a new state with state(T) and action(ReactterAction) given.

Implementation

final Reducer<T> reducer;