T - the common basetype of the source values
R - the result type of the combinator function
public final class OnSubscribeCombineLatest<T,R> extends Objectimplements Observable .OnSubscribe <R>

| Constructor and Description |
|---|
OnSubscribeCombineLatest(List
|
public OnSubscribeCombineLatest(List<? extends Observable <? extends T>> sources, FuncN <? extends R> combinator)
public void call(Subscriber<? super R> child)