but you need a good mental model of three things: ...
# rx
j
but you need a good mental model of three things: what happens when an operator method is called (e.g.,
map
), what happens when
subscribe()
is called to create the stream, and what happens when data flows down the stream.