Class FlowableFromArray.ArraySubscription<T>
java.lang.Object
java.lang.Number
java.util.concurrent.atomic.AtomicLong
io.reactivex.rxjava3.internal.subscriptions.BasicQueueSubscription<T>
io.reactivex.rxjava3.internal.operators.flowable.FlowableFromArray.BaseArraySubscription<T>
io.reactivex.rxjava3.internal.operators.flowable.FlowableFromArray.ArraySubscription<T>
- All Implemented Interfaces:
QueueFuseable<T>,QueueSubscription<T>,SimpleQueue<T>,Serializable,org.reactivestreams.Subscription
- Enclosing class:
FlowableFromArray<T>
static final class FlowableFromArray.ArraySubscription<T>
extends FlowableFromArray.BaseArraySubscription<T>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final org.reactivestreams.Subscriber<? super T> private static final longFields inherited from class io.reactivex.rxjava3.internal.operators.flowable.FlowableFromArray.BaseArraySubscription
array, cancelled, index -
Constructor Summary
ConstructorsConstructorDescriptionArraySubscription(org.reactivestreams.Subscriber<? super T> actual, T[] array) -
Method Summary
Methods inherited from class io.reactivex.rxjava3.internal.operators.flowable.FlowableFromArray.BaseArraySubscription
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
-
ArraySubscription
-
-
Method Details
-
fastPath
void fastPath()- Specified by:
fastPathin classFlowableFromArray.BaseArraySubscription<T>
-
slowPath
void slowPath(long r) - Specified by:
slowPathin classFlowableFromArray.BaseArraySubscription<T>
-