Created
September 26, 2017 23:35
-
-
Save stephanenicolas/c792c761a163d735d73ccd2b394c6b52 to your computer and use it in GitHub Desktop.
Using a non static method reference in a Rx chain
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
just(0) | |
.map(this::onArticleSelected) | |
.subscribe(...); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment