Method BuildReducers
BuildReducers(IEnumerable<ActionCreator>)
Build the reducer switch statement.
Declaration
public Action<ReducerSwitchBuilder<TState>> BuildReducers(IEnumerable<ActionCreator> actionCreatorCollection)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ActionCreator> | actionCreatorCollection | The collection of Action Creators. |
Returns
Type | Description |
---|---|
Action<ReducerSwitchBuilder<TState>> | The reducer switch statement. |