T
- the common basetype of the source valuesR
- the result type of the combinator functionpublic final class OnSubscribeCombineLatest<T,R> extends java.lang.Object implements Observable.OnSubscribe<R>
Constructor and Description |
---|
OnSubscribeCombineLatest(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 OnSubscribeCombineLatest(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>>