Class FlowableOnBackpressureReduceWith.BackpressureReduceWithSubscriber<T,R>
java.lang.Object
java.lang.Number
java.util.concurrent.atomic.AtomicInteger
io.reactivex.rxjava3.internal.operators.flowable.AbstractBackpressureThrottlingSubscriber<T,R>
io.reactivex.rxjava3.internal.operators.flowable.FlowableOnBackpressureReduceWith.BackpressureReduceWithSubscriber<T,R>
- All Implemented Interfaces:
FlowableSubscriber<T>, Serializable, org.reactivestreams.Subscriber<T>, org.reactivestreams.Subscription
- Enclosing class:
FlowableOnBackpressureReduceWith<T,R>
static final class FlowableOnBackpressureReduceWith.BackpressureReduceWithSubscriber<T,R>
extends AbstractBackpressureThrottlingSubscriber<T,R>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final BiFunction<R, ? super T, R> private static final longFields inherited from class AbstractBackpressureThrottlingSubscriber
cancelled, current, done, downstream, error, requested, upstream -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractBackpressureThrottlingSubscriber
cancel, checkTerminated, drain, onComplete, onError, onSubscribe, requestMethods inherited from class AtomicInteger
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:
-
reducer
-
supplier
-
-
Constructor Details
-
BackpressureReduceWithSubscriber
-
-
Method Details
-
onNext
-