Classes
The following classes are available globally.
- 
                  
                  
Type erasure for the generic ApplicationType 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 AnyVISPERApp<AppState> : VISPERAppType 
- 
                  
                  
a factory to create a default SwiftyVISPER application
See moreDeclaration
Swift
open class AppFactory<AppState> 
- 
                  
                  
Undocumented
See moreDeclaration
Swift
open class DefaultStatefulFeature<State> : StatefulFeature 
- 
                  
                  
A SwiftyVisper application, containing all dependencies which should be configured by features
See moreDeclaration
Swift
open class VISPERApp<AppState> : VISPERAppType, ReduxApp, WireframeApp 
- 
                  
                  
Undocumented
See moreDeclaration
Swift
open class VISPERAppFactory<AppState> 
View on GitHub
        Classes  Reference