Class FlowableIntervalRange.IntervalRangeSubscriber
java.lang.Object
java.lang.Number
java.util.concurrent.atomic.AtomicLong
io.reactivex.rxjava3.internal.operators.flowable.FlowableIntervalRange.IntervalRangeSubscriber
- All Implemented Interfaces:
Serializable, Runnable, org.reactivestreams.Subscription
- Enclosing class:
FlowableIntervalRange
static final class FlowableIntervalRange.IntervalRangeSubscriber
extends AtomicLong
implements org.reactivestreams.Subscription, Runnable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) long(package private) final org.reactivestreams.Subscriber<? super Long> (package private) final long(package private) final AtomicReference<Disposable> private static final long -
Constructor Summary
ConstructorsConstructorDescriptionIntervalRangeSubscriber(org.reactivestreams.Subscriber<? super Long> actual, long start, long end) -
Method Summary
Methods 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
-
end
final long end -
count
long count -
resource
-
-
Constructor Details
-
IntervalRangeSubscriber
IntervalRangeSubscriber(org.reactivestreams.Subscriber<? super Long> actual, long start, long end)
-
-
Method Details
-
request
public void request(long n) - Specified by:
requestin interfaceorg.reactivestreams.Subscription
-
cancel
public void cancel()- Specified by:
cancelin interfaceorg.reactivestreams.Subscription
-
run
-
setResource
-