Class OnSubscribeDelaySubscriptionOther<T,U>

java.lang.Object
rx.internal.operators.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 Object implements Observable.OnSubscribe<T>
Delays the subscription to the main source until the other observable fires an event or completes.
  • Field Details

  • Constructor Details

    • OnSubscribeDelaySubscriptionOther

      public OnSubscribeDelaySubscriptionOther(Observable<? extends T> main, Observable<U> other)
  • Method Details