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 long
Fields inherited from class io.reactivex.rxjava3.internal.subscribers.SinglePostCompleteSubscriber
downstream, produced, upstream, value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.reactivex.rxjava3.internal.subscribers.SinglePostCompleteSubscriber
cancel, complete, onDrop, onSubscribe, request
Methods inherited from class java.util.concurrent.atomic.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, weakCompareAndSetVolatile
Methods inherited from class java.lang.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()
-