T - the element type of the main observable
U - the element type of the other observable that is merged into the main
R - the result element type
public final class OperatorWithLatestFrom<T,U extends Object,R> implements Observable .Operator <R ,T>
| Constructor and Description |
|---|
OperatorWithLatestFrom(Observable
|
public Subscriber<? super T> call(Subscriber <? super R> child)