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