Class FlowableRange.RangeConditionalSubscription
java.lang.Object
java.lang.Number
java.util.concurrent.atomic.AtomicLong
io.reactivex.rxjava3.internal.subscriptions.BasicQueueSubscription<Integer>
io.reactivex.rxjava3.internal.operators.flowable.FlowableRange.BaseRangeSubscription
io.reactivex.rxjava3.internal.operators.flowable.FlowableRange.RangeConditionalSubscription
- All Implemented Interfaces:
QueueFuseable<Integer>,QueueSubscription<Integer>,SimpleQueue<Integer>,Serializable,org.reactivestreams.Subscription
- Enclosing class:
FlowableRange
static final class FlowableRange.RangeConditionalSubscription
extends FlowableRange.BaseRangeSubscription
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final ConditionalSubscriber<? super Integer> private static final longFields inherited from class io.reactivex.rxjava3.internal.operators.flowable.FlowableRange.BaseRangeSubscription
cancelled, end, index -
Constructor Summary
ConstructorsConstructorDescriptionRangeConditionalSubscription(ConditionalSubscriber<? super Integer> actual, int index, int end) -
Method Summary
Methods inherited from class io.reactivex.rxjava3.internal.operators.flowable.FlowableRange.BaseRangeSubscription
cancel, clear, isEmpty, poll, request, requestFusionMethods inherited from class io.reactivex.rxjava3.internal.subscriptions.BasicQueueSubscription
offer, offerMethods 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, weakCompareAndSetVolatileMethods inherited from class java.lang.Number
byteValue, shortValue
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
downstream
-
-
Constructor Details
-
RangeConditionalSubscription
RangeConditionalSubscription(ConditionalSubscriber<? super Integer> actual, int index, int end)
-
-
Method Details
-
fastPath
void fastPath()- Specified by:
fastPathin classFlowableRange.BaseRangeSubscription
-
slowPath
void slowPath(long r) - Specified by:
slowPathin classFlowableRange.BaseRangeSubscription
-