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