Classes
The following classes are available globally.
- 
                  
                  
Type erasure for the generic FeatureObserverType protocol (you need this to reference it as a full type, to use it in arrays or variable definitions, since generic protocols can only be used in generic definitions)
See moreDeclaration
Swift
open class AnyStatefulFeatureObserver<ApplicationState> : StatefulFeatureObserver 
- 
                  
                  
a class which can be filled with some closures of type () -> Void, it calls an other completion-closure when all closures are called at least once and combineLatest was already called from the outside.
See moreDeclaration
Swift
public class CombineLatestClosures 
- 
                  
                  
Undocumented
See moreDeclaration
Swift
open class ReducerContainerImpl : StateChangingReducerContainer 
- 
                  
                  
Undocumented
See moreDeclaration
Swift
public class ReducerContainerForOneActionTransaction : StateChangingReducerContainer 
- 
                  
                  
Undocumented
See moreDeclaration
Swift
open class ReduxAppFactory<AppState> 
- 
                  
                  
Undocumented
See moreDeclaration
Swift
open class StateObservingFeature<ObservedStateType> : Feature 
- 
                  
                  
Undocumented
See moreDeclaration
Swift
public class StateObservingFeatureObserver<ApplicationState, ObservedState> : StatefulFeatureObserver 
View on GitHub
        Classes  Reference