Class FlowableInternalHelper.BufferedReplaySupplier<T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableInternalHelper.BufferedReplaySupplier<T>
-
- All Implemented Interfaces:
Supplier<ConnectableFlowable<T>>
- Enclosing class:
- FlowableInternalHelper
static final class FlowableInternalHelper.BufferedReplaySupplier<T> extends java.lang.Object implements Supplier<ConnectableFlowable<T>>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
bufferSize
(package private) boolean
eagerTruncate
(package private) Flowable<T>
parent
-
Constructor Summary
Constructors Constructor Description BufferedReplaySupplier(Flowable<T> parent, int bufferSize, 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.
-