Class OnSubscribeDelaySubscriptionOther<T,​U>

  • Type Parameters:
    T - the main type
    U - the other value type, ignored
    All Implemented Interfaces:
    Action, Action1<Subscriber<? super T>>, Function, Observable.OnSubscribe<T>

    public final class OnSubscribeDelaySubscriptionOther<T,​U>
    extends java.lang.Object
    implements Observable.OnSubscribe<T>
    Delays the subscription to the main source until the other observable fires an event or completes.