Class FlowableReplay.ReplayBufferSupplier<T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableReplay.ReplayBufferSupplier<T>
-
- All Implemented Interfaces:
Supplier<FlowableReplay.ReplayBuffer<T>>
- Enclosing class:
- FlowableReplay<T>
static final class FlowableReplay.ReplayBufferSupplier<T> extends java.lang.Object implements Supplier<FlowableReplay.ReplayBuffer<T>>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
bufferSize
(package private) boolean
eagerTruncate
-
Constructor Summary
Constructors Constructor Description ReplayBufferSupplier(int bufferSize, boolean eagerTruncate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowableReplay.ReplayBuffer<T>
get()
Produces a value or throws an exception.
-