public final class NbpOperatorWithLatestFrom<T,U,R> extends java.lang.Object implements NbpObservable.NbpOperator<R,T>
| Constructor and Description |
|---|
NbpOperatorWithLatestFrom(BiFunction<? super T,? super U,? extends R> combiner,
NbpObservable<? extends U> other) |
| Modifier and Type | Method and Description |
|---|---|
NbpObservable.NbpSubscriber<? super T> |
apply(NbpObservable.NbpSubscriber<? super R> t) |
public NbpOperatorWithLatestFrom(BiFunction<? super T,? super U,? extends R> combiner, NbpObservable<? extends U> other)
public NbpObservable.NbpSubscriber<? super T> apply(NbpObservable.NbpSubscriber<? super R> t)
apply in interface Function<NbpObservable.NbpSubscriber<? super R>,NbpObservable.NbpSubscriber<? super T>>