Class OperatorTakeLastTimed<T>

    • Field Detail

      • ageMillis

        final long ageMillis
      • count

        final int count
    • Constructor Detail

      • OperatorTakeLastTimed

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

        public OperatorTakeLastTimed​(int count,
                                     long time,
                                     java.util.concurrent.TimeUnit unit,
                                     Scheduler scheduler)