Class FlowableRangeLong.RangeConditionalSubscription
- java.lang.Object
-
- java.lang.Number
-
- java.util.concurrent.atomic.AtomicLong
-
- io.reactivex.rxjava3.internal.subscriptions.BasicQueueSubscription<java.lang.Long>
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableRangeLong.BaseRangeSubscription
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableRangeLong.RangeConditionalSubscription
-
- All Implemented Interfaces:
QueueFuseable<java.lang.Long>,QueueSubscription<java.lang.Long>,SimpleQueue<java.lang.Long>,java.io.Serializable,org.reactivestreams.Subscription
- Enclosing class:
- FlowableRangeLong
static final class FlowableRangeLong.RangeConditionalSubscription extends FlowableRangeLong.BaseRangeSubscription
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ConditionalSubscriber<? super java.lang.Long>downstreamprivate static longserialVersionUID-
Fields inherited from class io.reactivex.rxjava3.internal.operators.flowable.FlowableRangeLong.BaseRangeSubscription
cancelled, end, index
-
-
Constructor Summary
Constructors Constructor Description RangeConditionalSubscription(ConditionalSubscriber<? super java.lang.Long> actual, long index, long end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidfastPath()(package private) voidslowPath(long r)-
Methods inherited from class io.reactivex.rxjava3.internal.operators.flowable.FlowableRangeLong.BaseRangeSubscription
cancel, clear, isEmpty, poll, request, requestFusion
-
Methods inherited from class io.reactivex.rxjava3.internal.subscriptions.BasicQueueSubscription
offer, offer
-
Methods 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, weakCompareAndSetVolatile
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
downstream
final ConditionalSubscriber<? super java.lang.Long> downstream
-
-
Constructor Detail
-
RangeConditionalSubscription
RangeConditionalSubscription(ConditionalSubscriber<? super java.lang.Long> actual, long index, long end)
-
-
Method Detail
-
fastPath
void fastPath()
- Specified by:
fastPathin classFlowableRangeLong.BaseRangeSubscription
-
slowPath
void slowPath(long r)
- Specified by:
slowPathin classFlowableRangeLong.BaseRangeSubscription
-
-