final class io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber<T> extends java.util.concurrent.atomic.AtomicLong implements io.reactivex.FlowableSubscriber<T>, org.reactivestreams.Subscription
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber
super_class: java.util.concurrent.atomic.AtomicLong
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -9102637559663639004
final org.reactivestreams.Subscriber<? super T> downstream;
descriptor: Lorg/reactivestreams/Subscriber;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Subscriber<-TT;>;
final long timeout;
descriptor: J
flags: (0x0010) ACC_FINAL
final java.util.concurrent.TimeUnit unit;
descriptor: Ljava/util/concurrent/TimeUnit;
flags: (0x0010) ACC_FINAL
final io.reactivex.Scheduler$Worker worker;
descriptor: Lio/reactivex/Scheduler$Worker;
flags: (0x0010) ACC_FINAL
org.reactivestreams.Subscription upstream;
descriptor: Lorg/reactivestreams/Subscription;
flags: (0x0000)
io.reactivex.disposables.Disposable timer;
descriptor: Lio/reactivex/disposables/Disposable;
flags: (0x0000)
volatile long index;
descriptor: J
flags: (0x0040) ACC_VOLATILE
boolean done;
descriptor: Z
flags: (0x0000)
void <init>(org.reactivestreams.Subscriber<? super T>, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler$Worker);
descriptor: (Lorg/reactivestreams/Subscriber;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler$Worker;)V
flags: (0x0000)
Code:
stack=3, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 5 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
2: aload 0
lload 2
putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.timeout:J
3: aload 0
aload 4
putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
4: aload 0
aload 5
putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.worker:Lio/reactivex/Scheduler$Worker;
5: return
end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber<TT;>;
0 6 1 actual Lorg/reactivestreams/Subscriber<-TT;>;
0 6 2 timeout J
0 6 4 unit Ljava/util/concurrent/TimeUnit;
0 6 5 worker Lio/reactivex/Scheduler$Worker;
Signature: (Lorg/reactivestreams/Subscriber<-TT;>;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler$Worker;)V
MethodParameters:
Name Flags
actual
timeout
unit
worker
public void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.upstream:Lorg/reactivestreams/Subscription;
aload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
ifeq 4
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.upstream:Lorg/reactivestreams/Subscription;
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 0
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
3: aload 1
ldc 9223372036854775807
invokeinterface org.reactivestreams.Subscription.request:(J)V
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber<TT;>;
0 5 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.done:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.index:J
lconst_1
ladd
lstore 2
start local 2 3: aload 0
lload 2
putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.index:J
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.timer:Lio/reactivex/disposables/Disposable;
astore 4
start local 4 5: aload 4
ifnull 7
6: aload 4
invokeinterface io.reactivex.disposables.Disposable.dispose:()V
7: StackMap locals: long io.reactivex.disposables.Disposable
StackMap stack:
new io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter
dup
aload 1
lload 2
aload 0
invokespecial io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter.<init>:(Ljava/lang/Object;JLio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber;)V
astore 5
start local 5 8: aload 0
aload 5
putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.timer:Lio/reactivex/disposables/Disposable;
9: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.worker:Lio/reactivex/Scheduler$Worker;
aload 5
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.timeout:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
invokevirtual io.reactivex.Scheduler$Worker.schedule:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
astore 4
10: aload 5
aload 4
invokevirtual io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter.setResource:(Lio/reactivex/disposables/Disposable;)V
11: return
end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber<TT;>;
0 12 1 t TT;
3 12 2 idx J
5 12 4 d Lio/reactivex/disposables/Disposable;
8 12 5 de Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceEmitter<TT;>;
Signature: (TT;)V
MethodParameters:
Name Flags
t
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.done:Z
ifeq 3
1: aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
2: return
3: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.done:Z
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.timer:Lio/reactivex/disposables/Disposable;
astore 2
start local 2 5: aload 2
ifnull 7
6: aload 2
invokeinterface io.reactivex.disposables.Disposable.dispose:()V
7: StackMap locals: io.reactivex.disposables.Disposable
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
8: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.worker:Lio/reactivex/Scheduler$Worker;
invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
9: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber<TT;>;
0 10 1 t Ljava/lang/Throwable;
5 10 2 d Lio/reactivex/disposables/Disposable;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.done:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.done:Z
3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.timer:Lio/reactivex/disposables/Disposable;
astore 1
start local 1 4: aload 1
ifnull 6
5: aload 1
invokeinterface io.reactivex.disposables.Disposable.dispose:()V
6: StackMap locals: io.reactivex.disposables.Disposable
StackMap stack:
aload 1
checkcast io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter
astore 2
start local 2 7: aload 2
ifnull 9
8: aload 2
invokevirtual io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter.emit:()V
9: StackMap locals: io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
10: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.worker:Lio/reactivex/Scheduler$Worker;
invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
11: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber<TT;>;
4 12 1 d Lio/reactivex/disposables/Disposable;
7 12 2 de Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceEmitter<TT;>;
public void request(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: lload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
ifeq 2
1: aload 0
lload 1
invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
pop2
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber<TT;>;
0 3 1 n J
MethodParameters:
Name Flags
n
public void cancel();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.worker:Lio/reactivex/Scheduler$Worker;
invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber<TT;>;
void emit(long, T, io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter<T>);
descriptor: (JLjava/lang/Object;Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceEmitter;)V
flags: (0x0000)
Code:
stack=4, locals=7, args_size=4
start local 0 start local 1 start local 3 start local 4 0: lload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.index:J
lcmp
ifne 9
1: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.get:()J
lstore 5
start local 5 2: lload 5
lconst_0
lcmp
ifeq 7
3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 3
invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
4: aload 0
lconst_1
invokestatic io.reactivex.internal.util.BackpressureHelper.produced:(Ljava/util/concurrent/atomic/AtomicLong;J)J
pop2
5: aload 4
invokevirtual io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter.dispose:()V
6: goto 9
7: StackMap locals: long
StackMap stack:
aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.cancel:()V
8: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
new io.reactivex.exceptions.MissingBackpressureException
dup
ldc "Could not deliver value due to lack of requests"
invokespecial io.reactivex.exceptions.MissingBackpressureException.<init>:(Ljava/lang/String;)V
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
end local 5 9: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceTimedSubscriber<TT;>;
0 10 1 idx J
0 10 3 t TT;
0 10 4 emitter Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceEmitter<TT;>;
2 9 5 r J
Signature: (JTT;Lio/reactivex/internal/operators/flowable/FlowableDebounceTimed$DebounceEmitter<TT;>;)V
MethodParameters:
Name Flags
idx
t
emitter
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicLong;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableDebounceTimed.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableDebounceTimed
InnerClasses:
public abstract Worker = io.reactivex.Scheduler$Worker of io.reactivex.Scheduler
final DebounceEmitter = io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceEmitter of io.reactivex.internal.operators.flowable.FlowableDebounceTimed
final DebounceTimedSubscriber = io.reactivex.internal.operators.flowable.FlowableDebounceTimed$DebounceTimedSubscriber of io.reactivex.internal.operators.flowable.FlowableDebounceTimed