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
Assembly: solution.dll
Syntax
public delegate bool ActionMatcher(Action action)
Parameters
Type | Name | Description |
---|---|---|
Action | action |
Returns
Type | Description |
---|---|
bool |