Class OnSubscribeGroupJoin<T1,T2,D1,D2,R>

java.lang.Object
rx.internal.operators.OnSubscribeGroupJoin<T1,T2,D1,D2,R>
Type Parameters:
T1 - the left value type
T2 - the right value type
D1 - the value type of the left duration
D2 - the value type of the right duration
R - the result value type
All Implemented Interfaces:
Action, Action1<Subscriber<? super R>>, Function, Observable.OnSubscribe<R>

public final class OnSubscribeGroupJoin<T1,T2,D1,D2,R> extends Object implements Observable.OnSubscribe<R>
Correlates two sequences when they overlap and groups the results.
See Also: