Class OnSubscribeJoin<TLeft,​TRight,​TLeftDuration,​TRightDuration,​R>

  • Type Parameters:
    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
    All Implemented Interfaces:
    Action, Action1<Subscriber<? super R>>, Function, Observable.OnSubscribe<R>

    public final class OnSubscribeJoin<TLeft,​TRight,​TLeftDuration,​TRightDuration,​R>
    extends java.lang.Object
    implements Observable.OnSubscribe<R>
    Correlates the elements of two sequences based on overlapping durations.