Delegate Middleware<State>
A delegate that represents a Middleware capable of altering the state
Namespace: Unity.Connect.Share.Editor
Syntax
public delegate Func<Dispatcher, Dispatcher> Middleware<State>(Store<State> store);
Parameters
Type | Name | Description |
---|---|---|
Store<State> | store |
Returns
Type | Description |
---|---|
Func<Dispatcher, Dispatcher> |
Type Parameters
Name | Description |
---|---|
State |