StoreType

public protocol StoreType

StoreType protocol

Parameters: - dispatch: Dispatch = Action -> Action - subscribe: Subscriber = (() -> State) -> ReduxDisposable - getState: () -> State