replaceReducer

void replaceReducer(

  1. Reducer<S> nextReducer
)

Replaces the reducer currently used by the store to calculate the state.

Implementation

void replaceReducer(Reducer<S> nextReducer);