Class FlowableInternalHelper.BufferedTimedReplay<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      BufferedTimedReplay​(Flowable<T> parent, int bufferSize, 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

      • bufferSize

        final int bufferSize
      • time

        final long time
      • unit

        final java.util.concurrent.TimeUnit unit
      • eagerTruncate

        final boolean eagerTruncate
    • Constructor Detail

      • BufferedTimedReplay

        BufferedTimedReplay​(Flowable<T> parent,
                            int bufferSize,
                            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