Created
November 4, 2017 03:52
-
-
Save Jorshasaur/f66b0761de08ddde014dad590e7c78c0 to your computer and use it in GitHub Desktop.
Rxjava Out of Order
This file contains hidden or 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
return userManager.getMobileApiService().getUserMemberships(userManager.getUser().userId) | |
.subscribeOn(appManager.getSubscriber()) | |
.observeOn(appManager.getObserver()) | |
.concatMap(this::buildAccounts); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment