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>,java.io.Serializable,org.reactivestreams.Subscription
- Enclosing class:
- FlowableFromIterable<T>
static final class FlowableFromIterable.IteratorSubscription<T> extends FlowableFromIterable.BaseRangeSubscription<T>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.reactivestreams.Subscriber<? super T>downstreamprivate static longserialVersionUID-
Fields inherited from class io.reactivex.rxjava3.internal.operators.flowable.FlowableFromIterable.BaseRangeSubscription
cancelled, iterator, once
-
-
Constructor Summary
Constructors Constructor Description IteratorSubscription(org.reactivestreams.Subscriber<? super T> actual, java.util.Iterator<? extends T> it)
-
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.FlowableFromIterable.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 org.reactivestreams.Subscriber<? super T> downstream
-
-
Method Detail
-
fastPath
void fastPath()
- Specified by:
fastPathin classFlowableFromIterable.BaseRangeSubscription<T>
-
slowPath
void slowPath(long r)
- Specified by:
slowPathin classFlowableFromIterable.BaseRangeSubscription<T>
-
-