Skip to content

Instantly share code, notes, and snippets.

@stephanenicolas
Created September 26, 2017 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephanenicolas/c792c761a163d735d73ccd2b394c6b52 to your computer and use it in GitHub Desktop.
Save stephanenicolas/c792c761a163d735d73ccd2b394c6b52 to your computer and use it in GitHub Desktop.
Using a non static method reference in a Rx chain
just(0)
.map(this::onArticleSelected)
.subscribe(...);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment