Class OperatorDelay<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long delay  
      (package private) Scheduler scheduler  
      (package private) java.util.concurrent.TimeUnit unit  
    • Constructor Summary

      Constructors 
      Constructor Description
      OperatorDelay​(long delay, java.util.concurrent.TimeUnit unit, Scheduler scheduler)  
    • Method Summary

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

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

      • delay

        final long delay
      • unit

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

      • OperatorDelay

        public OperatorDelay​(long delay,
                             java.util.concurrent.TimeUnit unit,
                             Scheduler scheduler)