-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Request: Completable.andThen(Completable) #3947
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
Comments
There is the |
@akarnokd thanks for the quick reply. Posted a PR for that. Just a quick question what about |
You can deprecate that as well. |
Alright thanks. I updated the PR let me know whether I should squash commits and change commit message to match the new updated title or whether you'll use the GitHub squash and merge functionality. |
No need for squashing on your end. |
Closing via #3948 |
To match
Completable#andThen(Observable<T> next)
andCompletable#andThen(Single<T> next)
it would be nice if there were an operator like this:Completable#andThen(Completable next)
.Unless there is some other way to achieve the same functionality right now.
The text was updated successfully, but these errors were encountered: