Class FlowableFromStream.StreamConditionalSubscription<T>
java.lang.Object
java.lang.Number
java.util.concurrent.atomic.AtomicLong
io.reactivex.rxjava3.internal.jdk8.FlowableFromStream.AbstractStreamSubscription<T>
io.reactivex.rxjava3.internal.jdk8.FlowableFromStream.StreamConditionalSubscription<T>
- All Implemented Interfaces:
QueueFuseable<T>
,QueueSubscription<T>
,SimpleQueue<T>
,Serializable
,org.reactivestreams.Subscription
- Enclosing class:
FlowableFromStream<T>
static final class FlowableFromStream.StreamConditionalSubscription<T>
extends FlowableFromStream.AbstractStreamSubscription<T>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final ConditionalSubscriber
<? super T> private static final long
Fields inherited from class io.reactivex.rxjava3.internal.jdk8.FlowableFromStream.AbstractStreamSubscription
cancelled, closeable, iterator, once
-
Constructor Summary
ConstructorsConstructorDescriptionStreamConditionalSubscription
(ConditionalSubscriber<? super T> downstream, Iterator<T> iterator, AutoCloseable closeable) -
Method Summary
Methods inherited from class io.reactivex.rxjava3.internal.jdk8.FlowableFromStream.AbstractStreamSubscription
cancel, clear, isEmpty, offer, offer, poll, request, requestFusion
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
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
downstream
-
-
Constructor Details
-
StreamConditionalSubscription
StreamConditionalSubscription(ConditionalSubscriber<? super T> downstream, Iterator<T> iterator, AutoCloseable closeable)
-
-
Method Details
-
run
public void run(long n) - Specified by:
run
in classFlowableFromStream.AbstractStreamSubscription<T>
-