Class OperatorTakeTimed<T>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  OperatorTakeTimed.TakeSubscriber<T>
      Subscribed to source and scheduled on a worker.
    • 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
      OperatorTakeTimed​(long time, 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

      • time

        final long time
      • unit

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

      • OperatorTakeTimed

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