java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.FlowableInternalHelper.SubscriberOnNext<T>
-
Field Summary
Fields
(package private) final org.reactivestreams.Subscriber<T>
-
Constructor Summary
Constructors
-
Method Summary
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
-
SubscriberOnNext
SubscriberOnNext(org.reactivestreams.Subscriber<T> subscriber)
-
Method Details
-
accept
Description copied from interface: Consumer
Consume the given value.
- Specified by:
accept
in interface Consumer<T>
- Parameters:
v
- the value