Class FlowableInternalHelper.SubscriberOnComplete<T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableInternalHelper.SubscriberOnComplete<T>
-
- All Implemented Interfaces:
Action
- Enclosing class:
- FlowableInternalHelper
static final class FlowableInternalHelper.SubscriberOnComplete<T> extends java.lang.Object implements Action
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.reactivestreams.Subscriber<T>
subscriber
-
Constructor Summary
Constructors Constructor Description SubscriberOnComplete(org.reactivestreams.Subscriber<T> subscriber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Runs the action and optionally throws a checked exception.
-