RxJava

rx.internal.operators

Class OnSubscribeDelaySubscriptionWithSelector<T,U>

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void call(Subscriber<? super T> child) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OnSubscribeDelaySubscriptionWithSelector

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