Class FlowableInternalHelper.TimedReplay<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      TimedReplay​(Flowable<T> parent, long time, java.util.concurrent.TimeUnit unit, Scheduler scheduler, boolean eagerTruncate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ConnectableFlowable<T> get()
      Produces a value or throws an exception.
      • Methods inherited from class java.lang.Object

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

      • time

        private final long time
      • unit

        private final java.util.concurrent.TimeUnit unit
      • scheduler

        private final Scheduler scheduler
      • eagerTruncate

        final boolean eagerTruncate
    • Constructor Detail

      • TimedReplay

        TimedReplay​(Flowable<T> parent,
                    long time,
                    java.util.concurrent.TimeUnit unit,
                    Scheduler scheduler,
                    boolean eagerTruncate)
    • Method Detail

      • get

        public ConnectableFlowable<T> get()
        Description copied from interface: Supplier
        Produces a value or throws an exception.
        Specified by:
        get in interface Supplier<T>
        Returns:
        the value produced