Class FlowableOnBackpressureReduce.BackpressureReduceSubscriber<T>
- java.lang.Object
-
- java.lang.Number
-
- java.util.concurrent.atomic.AtomicInteger
-
- io.reactivex.rxjava3.internal.operators.flowable.AbstractBackpressureThrottlingSubscriber<T,T>
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableOnBackpressureReduce.BackpressureReduceSubscriber<T>
-
- All Implemented Interfaces:
FlowableSubscriber<T>
,java.io.Serializable
,org.reactivestreams.Subscriber<T>
,org.reactivestreams.Subscription
- Enclosing class:
- FlowableOnBackpressureReduce<T>
static final class FlowableOnBackpressureReduce.BackpressureReduceSubscriber<T> extends AbstractBackpressureThrottlingSubscriber<T,T>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BiFunction<T,T,T>
reducer
private static long
serialVersionUID
-
Fields inherited from class io.reactivex.rxjava3.internal.operators.flowable.AbstractBackpressureThrottlingSubscriber
cancelled, current, done, downstream, error, requested, upstream
-
-
Constructor Summary
Constructors Constructor Description BackpressureReduceSubscriber(@NonNull org.reactivestreams.Subscriber<? super T> downstream, @NonNull BiFunction<T,T,T> reducer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onNext(T t)
-
Methods inherited from class io.reactivex.rxjava3.internal.operators.flowable.AbstractBackpressureThrottlingSubscriber
cancel, checkTerminated, drain, onComplete, onError, onSubscribe, request
-
Methods inherited from class java.util.concurrent.atomic.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, weakCompareAndSetVolatile
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
reducer
final BiFunction<T,T,T> reducer
-
-