Delegate Reducer<State>
Namespace: Unity.UIWidgets
Syntax
public delegate State Reducer<State>(State previousState, object action);
Parameters
| Type | Name | Description |
|---|---|---|
| State | previousState | |
| System.Object | action |
Returns
| Type | Description |
|---|---|
| State |
Type Parameters
| Name | Description |
|---|---|
| State |