Class 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 java.lang.Object
    implements Observable.OnSubscribe<T>
    Delays the subscription until the Observable emits an event.
    • Constructor Detail

      • OnSubscribeDelaySubscriptionWithSelector

        public OnSubscribeDelaySubscriptionWithSelector​(Observable<? extends T> source,
                                                        Func0<? extends Observable<U>> subscriptionDelay)