DispatchToStreamExtension<A> extension

Dispatch this actions Stream to store.

on

Methods

dispatchTo<S>(RxReduxStore<A, S> store) → void
Dispatch this actions Stream to store. See RxReduxStore.dispatchMany.