Class FlowableInternalHelper.TimedReplay<T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableInternalHelper.TimedReplay<T>
-
- All Implemented Interfaces:
Supplier<ConnectableFlowable<T>>
- Enclosing class:
- FlowableInternalHelper
static final class FlowableInternalHelper.TimedReplay<T> extends java.lang.Object implements Supplier<ConnectableFlowable<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.
-