To match Completable#andThen(Observable<T> next) and Completable#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.
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.