Class FlowableReplay.MulticastFlowable.DisposableConsumer
java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.FlowableReplay.MulticastFlowable.DisposableConsumer
- All Implemented Interfaces:
Consumer<Disposable>
- Enclosing class:
FlowableReplay.MulticastFlowable<R,U>
final class FlowableReplay.MulticastFlowable.DisposableConsumer
extends Object
implements Consumer<Disposable>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
srw
-
-
Constructor Details
-
DisposableConsumer
DisposableConsumer(SubscriberResourceWrapper<R> srw)
-
-
Method Details
-
accept
Description copied from interface:ConsumerConsume the given value.- Specified by:
acceptin interfaceConsumer<Disposable>- Parameters:
r- the value
-