Class FlowableInternalHelper.ReplaySupplier<T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableInternalHelper.ReplaySupplier<T>
-
- All Implemented Interfaces:
Supplier<ConnectableFlowable<T>>
- Enclosing class:
- FlowableInternalHelper
static final class FlowableInternalHelper.ReplaySupplier<T> extends java.lang.Object implements Supplier<ConnectableFlowable<T>>
-
-
Constructor Summary
Constructors Constructor Description ReplaySupplier(Flowable<T> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectableFlowable<T>
get()
Produces a value or throws an exception.
-