TLeft - the left value type
TRight - the right value type
TLeftDuration - the left duration value type
TRightDuration - the right duration type
R - the result type
public final class OnSubscribeJoin<TLeft,TRight extends Object,TLeftDuration ,TRightDuration ,R> implements Observable .OnSubscribe <R>
| Constructor and Description |
|---|
OnSubscribeJoin(Observable
|
public OnSubscribeJoin(Observable<TLeft> left, Observable <TRight> right, Func1 <TLeft ,Observable <TLeftDuration>> leftDurationSelector, Func1 <TRight ,Observable <TRightDuration>> rightDurationSelector, Func2 <TLeft ,TRight ,R> resultSelector)
public void call(Subscriber<? super R> t1)