-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
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
Request: Completable.andThen(Single) #3730
Comments
I don't know, do you want the next's value replace the first's value? |
There is no first value because the method is on |
Right, didn't connect |
I'll probably give it a go this weekend if no-one else has started. |
Sounds good, glad to review a PR. |
Will implementation be just like:
Or is it a bad practice to use these wrappers internally? |
If you took the time and implement this operator directly, that would be great. |
Closing via #3799 |
To match
Completable#andThen(Observable<T> next)
it would be nice if there were an operator like this:The text was updated successfully, but these errors were encountered: