Class FlowableFromIterable.IteratorSubscription<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.FlowableFromIterable.BaseRangeSubscription<T>
io.reactivex.rxjava3.internal.operators.flowable.FlowableFromIterable.IteratorSubscription<T>
- All Implemented Interfaces:
QueueFuseable<T>, QueueSubscription<T>, SimpleQueue<T>, Serializable, org.reactivestreams.Subscription
- Enclosing class:
FlowableFromIterable<T>
static final class FlowableFromIterable.IteratorSubscription<T>
extends FlowableFromIterable.BaseRangeSubscription<T>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final org.reactivestreams.Subscriber<? super T> private static final longFields inherited from class FlowableFromIterable.BaseRangeSubscription
cancelled, iterator, once -
Constructor Summary
ConstructorsConstructorDescriptionIteratorSubscription(org.reactivestreams.Subscriber<? super T> actual, Iterator<? extends T> it) -
Method Summary
Methods inherited from class FlowableFromIterable.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
-
IteratorSubscription
-
-
Method Details
-
fastPath
void fastPath()- Specified by:
fastPathin classFlowableFromIterable.BaseRangeSubscription<T>
-
slowPath
void slowPath(long r) - Specified by:
slowPathin classFlowableFromIterable.BaseRangeSubscription<T>
-