java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.FlowableInternalHelper.SubscriberOnComplete<T>
-
Field Summary
Fields
(package private) final org.reactivestreams.Subscriber<T>
-
Constructor Summary
Constructors
-
Method Summary
void
Runs the action and optionally throws a checked exception.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
subscriber
final org.reactivestreams.Subscriber<T> subscriber
-
Constructor Details
-
SubscriberOnComplete
SubscriberOnComplete(org.reactivestreams.Subscriber<T> subscriber)
-
Method Details
-
run
public void run()
Description copied from interface: Action
Runs the action and optionally throws a checked exception.
- Specified by:
run
in interface Action