Yes, any operator like `map`, `flatMap` is just co...
# rx
e
Yes, any operator like
map
,
flatMap
is just composing the stream. You just need to subscribe to the final composed stream.