We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be nice to flatMap from Single to Completable unless there is any other way to do this right now. flatMapObservable already does exist.
flatMapObservable
Happy to hear thoughts on that from you guys.
The text was updated successfully, but these errors were encountered:
PR welcome.
Sorry, something went wrong.
I'm curious how would you start implementing this?
Subscribe to the Single and in the onSuccess, call the mapper and subscribe to the returned Completable.
Single
onSuccess
Completable
Closing via #4226.
No branches or pull requests
Would be nice to flatMap from Single to Completable unless there is any other way to do this right now.
flatMapObservable
already does exist.Happy to hear thoughts on that from you guys.
The text was updated successfully, but these errors were encountered: