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 io.reactivex.rxjava3.internal.operators.flowable.FlowableFromArray.BaseArraySubscription
array, cancelled, index -
Constructor Summary
ConstructorsConstructorDescriptionArrayConditionalSubscription(ConditionalSubscriber<? 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
-
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>
-