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