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