StoreType
extension StoreType
extension StoreType where StateType: Equatable
-
Undocumented
Declaration
Swift
public func asObservableViewModel( initialState: StateType, emitsValue: ShouldEmitValue<StateType> ) -> ObservableViewModel<ActionType, StateType>
-
Undocumented
Declaration
Swift
public func asObservableViewModel( initialState: StateType ) -> ObservableViewModel<ActionType, StateType>