Maps a StoreFlow that emits a state of type T to one that emits a state of type R, by applying the given mapper to its emissions.
The only difference will be the state that is emitted. Any actions dispatched to the resulting StoreFlow will be passed directly back to the receiver.