Class FlowableFromArray.ArrayConditionalSubscription<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.ArrayConditionalSubscription<T>
- All Implemented Interfaces:
QueueFuseable<T>, QueueSubscription<T>, SimpleQueue<T>, Serializable, org.reactivestreams.Subscription
- Enclosing class:
FlowableFromArray<T>
static final class FlowableFromArray.ArrayConditionalSubscription<T>
extends FlowableFromArray.BaseArraySubscription<T>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final ConditionalSubscriber<? super T> private static final longFields inherited from class FlowableFromArray.BaseArraySubscription
array, cancelled, index -
Constructor Summary
ConstructorsConstructorDescriptionArrayConditionalSubscription(ConditionalSubscriber<? super T> actual, T[] array) -
Method Summary
Methods inherited from class FlowableFromArray.BaseArraySubscription
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
-
ArrayConditionalSubscription
ArrayConditionalSubscription(ConditionalSubscriber<? super T> actual, T[] array)
-
-
Method Details
-
fastPath
void fastPath()- Specified by:
fastPathin classFlowableFromArray.BaseArraySubscription<T>
-
slowPath
void slowPath(long r) - Specified by:
slowPathin classFlowableFromArray.BaseArraySubscription<T>
-