public final class OperatorWithLatestFromMany<T,R> extends Object implements Observable.OnSubscribe<R>
Constructor and Description |
---|
OperatorWithLatestFromMany(Observable<T> main,
Observable<?>[] others,
Iterable<Observable<?>> othersIterable,
FuncN<R> combiner) |
public OperatorWithLatestFromMany(Observable<T> main, Observable<?>[] others, Iterable<Observable<?>> othersIterable, FuncN<R> combiner)
public void call(Subscriber<? super R> t)
call
in interface Action1<Subscriber<? super R>>
Copyright © 2017. All rights reserved.