Class OnSubscribeDelaySubscriptionWithSelector<T,U>

java.lang.Object
rx.internal.operators.OnSubscribeDelaySubscriptionWithSelector<T,U>
Type Parameters:
T - the value type
U - the value type of the Observable triggering the delayed subscription
All Implemented Interfaces:
Action, Action1<Subscriber<? super T>>, Function, Observable.OnSubscribe<T>

public final class OnSubscribeDelaySubscriptionWithSelector<T,U> extends Object implements Observable.OnSubscribe<T>
Delays the subscription until the Observable emits an event.
  • Field Details

  • Constructor Details

    • OnSubscribeDelaySubscriptionWithSelector

      public OnSubscribeDelaySubscriptionWithSelector(Observable<? extends T> source, Func0<? extends Observable<U>> subscriptionDelay)
  • Method Details