Class OnSubscribeTimerOnce

    • Field Summary

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void call​(Subscriber<? super java.lang.Long> child)  
      • 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

      • OnSubscribeTimerOnce

        public OnSubscribeTimerOnce​(long time,
                                    java.util.concurrent.TimeUnit unit,
                                    Scheduler scheduler)