Class OnSubscribeDelaySubscription<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Scheduler scheduler  
      (package private) Observable<? extends T> source  
      (package private) long time  
      (package private) java.util.concurrent.TimeUnit unit  
    • Method Summary

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

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

      • time

        final long time
      • unit

        final java.util.concurrent.TimeUnit unit
    • Constructor Detail

      • OnSubscribeDelaySubscription

        public OnSubscribeDelaySubscription​(Observable<? extends T> source,
                                            long time,
                                            java.util.concurrent.TimeUnit unit,
                                            Scheduler scheduler)