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