| io.reactivex.CompletableTransformer |
Convenience interface and callback used by the compose operator to turn a Completable into another Completable fluently.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract CompletableSource |
apply(Completable upstream)
Applies a function to the upstream Completable and returns a CompletableSource.
| ||||||||||
Applies a function to the upstream Completable and returns a CompletableSource.
| upstream | the upstream Completable instance |
|---|