T
- the element type of the main observableU
- the element type of the other observable that is merged into the mainR
- the result element typepublic final class OperatorWithLatestFrom<T,U,R> extends Object implements Observable.Operator<R,T>
Constructor and Description |
---|
OperatorWithLatestFrom(Observable<? extends U> other,
Func2<? super T,? super U,? extends R> resultSelector) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super R> child) |
public Subscriber<? super T> call(Subscriber<? super R> child)
call
in interface Func1<Subscriber<? super R>,Subscriber<? super T>>
Copyright © 2018. All rights reserved.