AnyStatefulFeatureObserver
open class AnyStatefulFeatureObserver<ApplicationState> : StatefulFeatureObserver
                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)
- 
                  
                  
Undocumented
Declaration
Swift
public typealias AppState = ApplicationState - 
                  
                  
Undocumented
Declaration
Swift
public init<Base>(_ base: Base) where ApplicationState == Base.AppState, Base : StatefulFeatureObserver - 
                  
                  
Undocumented
Declaration
Swift
open func featureAdded(application: AnyReduxApp<ApplicationState>, feature: Feature) throws 
View on GitHub
        AnyStatefulFeatureObserver Class Reference