EXTENSION

Store

Methods

replaying()

func replaying() -> Observable<Store.State>

dispatch(_:)

public func dispatch<A: Action>(_ action: @autoclosure @escaping () -> A) -> Observable<Store.State>

withStateChanges(in:)

public func withStateChanges<T>(in stateComponent: KeyPath<Element, T>) -> Observable<T>