Class FlowableSampleTimed.SampleTimedEmitLast<T>
- java.lang.Object
-
- java.util.concurrent.atomic.AtomicReference<T>
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableSampleTimed.SampleTimedSubscriber<T>
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableSampleTimed.SampleTimedEmitLast<T>
-
- All Implemented Interfaces:
FlowableSubscriber<T>
,java.io.Serializable
,java.lang.Runnable
,org.reactivestreams.Subscriber<T>
,org.reactivestreams.Subscription
- Enclosing class:
- FlowableSampleTimed<T>
static final class FlowableSampleTimed.SampleTimedEmitLast<T> extends FlowableSampleTimed.SampleTimedSubscriber<T>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
(package private) java.util.concurrent.atomic.AtomicInteger
wip
-
Fields inherited from class io.reactivex.rxjava3.internal.operators.flowable.FlowableSampleTimed.SampleTimedSubscriber
downstream, onDropped, period, requested, scheduler, timer, unit, upstream
-
-
Constructor Summary
Constructors Constructor Description SampleTimedEmitLast(org.reactivestreams.Subscriber<? super T> actual, long period, java.util.concurrent.TimeUnit unit, Scheduler scheduler, Consumer<? super T> onDropped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
complete()
void
run()
-
Methods inherited from class io.reactivex.rxjava3.internal.operators.flowable.FlowableSampleTimed.SampleTimedSubscriber
cancel, cancelTimer, emit, onComplete, onError, onNext, onSubscribe, request
-
Methods inherited from class java.util.concurrent.atomic.AtomicReference
accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
wip
final java.util.concurrent.atomic.AtomicInteger wip
-
-
Method Detail
-
complete
void complete()
- Specified by:
complete
in classFlowableSampleTimed.SampleTimedSubscriber<T>
-
run
public void run()
-
-