Delegate ActionMatcher
A predicate function that takes an action and returns true if the action should be handled by the reducer.
Namespace: Unity.AppUI.Redux
Syntax
public delegate bool ActionMatcher(Action action);
Parameters
| Type | Name | Description |
|---|---|---|
| Unity.AppUI.Redux.Action | action |
Returns
| Type | Description |
|---|---|
| Boolean |