Structures
The following structures are available globally.
- 
                  
                  
An struct wrapping a implementation of ActionReducerType
See moreDeclaration
Swift
public struct ActionReducer<StateType, ActionType> : ActionReducerType where ActionType : Action 
- 
                  
                  
A substitution wrapper for an instance of ActionReducerType
See moreDeclaration
Swift
public struct AnyActionReducer 
- 
                  
                  
A substitution wrapper for an instance of ActionReducerType
See moreDeclaration
Swift
public struct AnyAsyncActionReducer 
- 
                  
                  
An struct wrapping a implementation of ActionReducerType
See moreDeclaration
Swift
public struct AsyncActionReducer<StateType, ActionType> : AsyncActionReducerType where ActionType : Action 
- 
                  
                  
An FunctionalReducer, uses a function to take a given action and a given state and return a new state
See moreDeclaration
Swift
public struct FunctionalReducer<StateType, ActionType> : ActionReducerType where ActionType : Action 
- 
                  
                  
Add this FeatureObserver to your Application to configure your Redux for LogicFeatures providing reducers
See moreDeclaration
Swift
public struct LogicFeatureObserver<ApplicationState> : StatefulFeatureObserver 
- 
                  
                  
Middleware is a structure that allows you to modify, filter out and dispatch more actions, before the action being handled reaches the store.
See moreDeclaration
Swift
public struct Middleware<State> 
- 
                  
                  
Undocumented
See moreDeclaration
Swift
public struct UpdateStateWithSubStateAction<SubStateType> : Action 
View on GitHub
        Structures  Reference