Class FlowableOnErrorReturn.OnErrorReturnSubscriber<T>
java.lang.Object
java.lang.Number
java.util.concurrent.atomic.AtomicLong
io.reactivex.rxjava3.internal.subscribers.SinglePostCompleteSubscriber<T,T>
io.reactivex.rxjava3.internal.operators.flowable.FlowableOnErrorReturn.OnErrorReturnSubscriber<T>
- All Implemented Interfaces:
FlowableSubscriber<T>, Serializable, org.reactivestreams.Subscriber<T>, org.reactivestreams.Subscription
- Enclosing class:
FlowableOnErrorReturn<T>
static final class FlowableOnErrorReturn.OnErrorReturnSubscriber<T>
extends SinglePostCompleteSubscriber<T,T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longFields inherited from class SinglePostCompleteSubscriber
downstream, produced, upstream, value -
Constructor Summary
ConstructorsConstructorDescriptionOnErrorReturnSubscriber(org.reactivestreams.Subscriber<? super T> actual, Function<? super Throwable, ? extends T> valueSupplier) -
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:
-
valueSupplier
-
-
Constructor Details
-
OnErrorReturnSubscriber
-
-
Method Details
-
onNext
-
onError
-
onComplete
public void onComplete()
-