2.1.1
- Add
RxReduxStore.dispatchMany(Stream<A>): Dispatch aStreamof actions to store. - Add extension method
dispatchToonAandStream<A>, eg:anAction.dispatchTo(store),streamOfActions.dispatchTo(store).
RxReduxStore.dispatchMany(Stream<A>): Dispatch a Stream of actions to store.dispatchTo on A and Stream<A>, eg: anAction.dispatchTo(store), streamOfActions.dispatchTo(store).