T - the common basetype of the source valuesR - the result type of the combinator functionpublic final class OperatorCombineLatest<T,R> extends java.lang.Object implements Observable.OnSubscribe<R>

| Constructor and Description |
|---|
OperatorCombineLatest(java.util.List<? extends Observable<? extends T>> sources,
FuncN<? extends R> combinator) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(Subscriber<? super R> child) |
public OperatorCombineLatest(java.util.List<? extends Observable<? extends T>> sources, FuncN<? extends R> combinator)
public void call(Subscriber<? super R> child)
call in interface Action1<Subscriber<? super R>>