| io.reactivex.CompletableOperator |
Interface to map/wrap a downstream observer to an upstream observer.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract CompletableObserver |
apply(CompletableObserver observer)
Applies a function to the child CompletableObserver and returns a new parent CompletableObserver.
| ||||||||||
Applies a function to the child CompletableObserver and returns a new parent CompletableObserver.
| observer | the child CompletableObservable instance |
|---|
| Exception | on failure |
|---|