Skip to content

Instantly share code, notes, and snippets.

@li2
Created June 17, 2018 09:23
Show Gist options
  • Save li2/42e688cbc87306867f7e8056c04a9e3a to your computer and use it in GitHub Desktop.
Save li2/42e688cbc87306867f7e8056c04a9e3a to your computer and use it in GitHub Desktop.
Upstream vs Downstream #tags: rx-terms
           upstream                           downstream
source <------------- operator (parameters) -------------> consumer/further operators

Some operators have multiple upstreams such as zipWith which is an instance convenience for zip(upstream1, upstream2, func2).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment