Class FlowableMapNotification.MapNotificationSubscriber<T,R>
java.lang.Object
java.lang.Number
java.util.concurrent.atomic.AtomicLong
io.reactivex.rxjava3.internal.subscribers.SinglePostCompleteSubscriber<T,R>
io.reactivex.rxjava3.internal.operators.flowable.FlowableMapNotification.MapNotificationSubscriber<T,R>
- All Implemented Interfaces:
FlowableSubscriber<T>, Serializable, org.reactivestreams.Subscriber<T>, org.reactivestreams.Subscription
- Enclosing class:
FlowableMapNotification<T,R>
static final class FlowableMapNotification.MapNotificationSubscriber<T,R>
extends SinglePostCompleteSubscriber<T,R>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longFields inherited from class SinglePostCompleteSubscriber
downstream, produced, upstream, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SinglePostCompleteSubscriber
cancel, complete, onDrop, onSubscribe, requestMethods inherited from class AtomicLong
accumulateAndGet, addAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, decrementAndGet, doubleValue, floatValue, get, getAcquire, getAndAccumulate, getAndAdd, getAndDecrement, getAndIncrement, getAndSet, getAndUpdate, getOpaque, getPlain, incrementAndGet, intValue, lazySet, longValue, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatileMethods inherited from class Number
byteValue, shortValue
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
onNextMapper
-
onErrorMapper
-
onCompleteSupplier
-
-
Constructor Details
-
MapNotificationSubscriber
-
-
Method Details
-
onNext
-
onError
-
onComplete
public void onComplete()
-