public final class OperatorSwitchIfEmpty<T> extends java.lang.Object implements Observable.Operator<T,T>
| Constructor and Description |
|---|
OperatorSwitchIfEmpty(org.reactivestreams.Publisher<? extends T> other) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super T> |
apply(org.reactivestreams.Subscriber<? super T> t) |
public OperatorSwitchIfEmpty(org.reactivestreams.Publisher<? extends T> other)