public interface CompletableOperator
| Modifier and Type | Method and Description |
|---|---|
CompletableObserver |
apply(CompletableObserver observer)
Applies a function to the child CompletableObserver and returns a new parent CompletableObserver.
|
@NonNull CompletableObserver apply(@NonNull CompletableObserver observer) throws java.lang.Exception
observer - the child CompletableObservable instancejava.lang.Exception - on failure