public abstract class CompositeObserver<T>
extends java.lang.Object
implements rx.Observer<T>
onCompleted()
and onError(Throwable)
to all contained observers.Modifier | Constructor and Description |
---|---|
protected |
CompositeObserver(rx.Observer... underlyingObservers) |
Modifier and Type | Method and Description |
---|---|
void |
onCompleted() |
void |
onError(java.lang.Throwable e) |