final class io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver<T> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.Observer<T>, io.reactivex.disposables.Disposable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver
super_class: java.util.concurrent.atomic.AtomicInteger
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -5677354903406201275
final io.reactivex.Observer<? super T> downstream;
descriptor: Lio/reactivex/Observer;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/Observer<-TT;>;
final long time;
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 scheduler;
descriptor: Lio/reactivex/Scheduler;
flags: (0x0010) ACC_FINAL
final io.reactivex.internal.queue.SpscLinkedArrayQueue<java.lang.Object> queue;
descriptor: Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/internal/queue/SpscLinkedArrayQueue<Ljava/lang/Object;>;
final boolean delayError;
descriptor: Z
flags: (0x0010) ACC_FINAL
io.reactivex.disposables.Disposable upstream;
descriptor: Lio/reactivex/disposables/Disposable;
flags: (0x0000)
volatile boolean cancelled;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
volatile boolean done;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
java.lang.Throwable error;
descriptor: Ljava/lang/Throwable;
flags: (0x0000)
void <init>(io.reactivex.Observer<? super T>, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler, int, );
descriptor: (Lio/reactivex/Observer;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IZ)V
flags: (0x0000)
Code:
stack=4, locals=8, args_size=7
start local 0 start local 1 start local 2 start local 4 start local 5 start local 6 start local 7 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.downstream:Lio/reactivex/Observer;
2: aload 0
lload 2
putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.time:J
3: aload 0
aload 4
putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.unit:Ljava/util/concurrent/TimeUnit;
4: aload 0
aload 5
putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.scheduler:Lio/reactivex/Scheduler;
5: aload 0
new io.reactivex.internal.queue.SpscLinkedArrayQueue
dup
iload 6
invokespecial io.reactivex.internal.queue.SpscLinkedArrayQueue.<init>:(I)V
putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
6: aload 0
iload 7
putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.delayError:Z
7: return
end local 7 end local 6 end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/reactivex/internal/operators/observable/ObservableSkipLastTimed$SkipLastTimedObserver<TT;>;
0 8 1 actual Lio/reactivex/Observer<-TT;>;
0 8 2 time J
0 8 4 unit Ljava/util/concurrent/TimeUnit;
0 8 5 scheduler Lio/reactivex/Scheduler;
0 8 6 bufferSize I
0 8 7 delayError Z
Signature: (Lio/reactivex/Observer<-TT;>;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IZ)V
MethodParameters:
Name Flags
actual
time
unit
scheduler
bufferSize
delayError
public void onSubscribe(io.reactivex.disposables.Disposable);
descriptor: (Lio/reactivex/disposables/Disposable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.upstream:Lio/reactivex/disposables/Disposable;
aload 1
invokestatic io.reactivex.internal.disposables.DisposableHelper.validate:(Lio/reactivex/disposables/Disposable;Lio/reactivex/disposables/Disposable;)Z
ifeq 3
1: aload 0
aload 1
putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.upstream:Lio/reactivex/disposables/Disposable;
2: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.downstream:Lio/reactivex/Observer;
aload 0
invokeinterface io.reactivex.Observer.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
3: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/observable/ObservableSkipLastTimed$SkipLastTimedObserver<TT;>;
0 4 1 d Lio/reactivex/disposables/Disposable;
MethodParameters:
Name Flags
d
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
astore 2
start local 2 1: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.scheduler:Lio/reactivex/Scheduler;
aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.unit:Ljava/util/concurrent/TimeUnit;
invokevirtual io.reactivex.Scheduler.now:(Ljava/util/concurrent/TimeUnit;)J
lstore 3
start local 3 2: aload 2
lload 3
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
aload 1
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.offer:(Ljava/lang/Object;Ljava/lang/Object;)Z
pop
3: aload 0
invokevirtual io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.drain:()V
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/observable/ObservableSkipLastTimed$SkipLastTimedObserver<TT;>;
0 5 1 t TT;
1 5 2 q Lio/reactivex/internal/queue/SpscLinkedArrayQueue<Ljava/lang/Object;>;
2 5 3 now J
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=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.error:Ljava/lang/Throwable;
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.done:Z
2: aload 0
invokevirtual io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.drain:()V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/observable/ObservableSkipLastTimed$SkipLastTimedObserver<TT;>;
0 4 1 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.done:Z
1: aload 0
invokevirtual io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.drain:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/observable/ObservableSkipLastTimed$SkipLastTimedObserver<TT;>;
public void dispose();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.cancelled:Z
ifne 5
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.cancelled:Z
2: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.upstream:Lio/reactivex/disposables/Disposable;
invokeinterface io.reactivex.disposables.Disposable.dispose:()V
3: aload 0
invokevirtual io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.getAndIncrement:()I
ifne 5
4: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.clear:()V
5: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/observable/ObservableSkipLastTimed$SkipLastTimedObserver<TT;>;
public boolean isDisposed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.cancelled:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/observable/ObservableSkipLastTimed$SkipLastTimedObserver<TT;>;
void drain();
descriptor: ()V
flags: (0x0000)
Code:
stack=6, locals=15, args_size=1
start local 0 0: aload 0
invokevirtual io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.getAndIncrement:()I
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
iconst_1
istore 1
start local 1 3: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.downstream:Lio/reactivex/Observer;
astore 2
start local 2 4: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
astore 3
start local 3 5: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.delayError:Z
istore 4
start local 4 6: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.unit:Ljava/util/concurrent/TimeUnit;
astore 5
start local 5 7: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.scheduler:Lio/reactivex/Scheduler;
astore 6
start local 6 8: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.time:J
lstore 7
start local 7 9: StackMap locals: io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver int io.reactivex.Observer io.reactivex.internal.queue.SpscLinkedArrayQueue int java.util.concurrent.TimeUnit io.reactivex.Scheduler long
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.cancelled:Z
ifeq 12
10: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.clear:()V
11: return
12: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.done:Z
istore 9
start local 9 13: aload 3
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.peek:()Ljava/lang/Object;
checkcast java.lang.Long
astore 10
start local 10 14: aload 10
ifnonnull 15
iconst_1
goto 16
StackMap locals: int java.lang.Long
StackMap stack:
15: iconst_0
StackMap locals:
StackMap stack: int
16: istore 11
start local 11 17: aload 6
aload 5
invokevirtual io.reactivex.Scheduler.now:(Ljava/util/concurrent/TimeUnit;)J
lstore 12
start local 12 18: iload 11
ifne 20
aload 10
invokevirtual java.lang.Long.longValue:()J
lload 12
lload 7
lsub
lcmp
ifle 20
19: iconst_1
istore 11
20: StackMap locals: int long
StackMap stack:
iload 9
ifeq 37
21: iload 4
ifeq 29
22: iload 11
ifeq 37
23: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.error:Ljava/lang/Throwable;
astore 14
start local 14 24: aload 14
ifnull 27
25: aload 2
aload 14
invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
26: goto 28
27: StackMap locals: java.lang.Throwable
StackMap stack:
aload 2
invokeinterface io.reactivex.Observer.onComplete:()V
28: StackMap locals:
StackMap stack:
return
end local 14 29: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.error:Ljava/lang/Throwable;
astore 14
start local 14 30: aload 14
ifnull 34
31: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.clear:()V
32: aload 2
aload 14
invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
33: return
34: StackMap locals: java.lang.Throwable
StackMap stack:
iload 11
ifeq 37
35: aload 2
invokeinterface io.reactivex.Observer.onComplete:()V
36: return
end local 14 37: StackMap locals:
StackMap stack:
iload 11
ifeq 39
38: goto 43
39: StackMap locals:
StackMap stack:
aload 3
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.poll:()Ljava/lang/Object;
pop
40: aload 3
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.poll:()Ljava/lang/Object;
astore 14
start local 14 41: aload 2
aload 14
invokeinterface io.reactivex.Observer.onNext:(Ljava/lang/Object;)V
end local 14 end local 12 end local 11 end local 10 end local 9 42: goto 9
43: StackMap locals: io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver int io.reactivex.Observer io.reactivex.internal.queue.SpscLinkedArrayQueue int java.util.concurrent.TimeUnit io.reactivex.Scheduler long
StackMap stack:
aload 0
iload 1
ineg
invokevirtual io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.addAndGet:(I)I
istore 1
44: iload 1
ifne 9
45: return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 46 0 this Lio/reactivex/internal/operators/observable/ObservableSkipLastTimed$SkipLastTimedObserver<TT;>;
3 46 1 missed I
4 46 2 a Lio/reactivex/Observer<-TT;>;
5 46 3 q Lio/reactivex/internal/queue/SpscLinkedArrayQueue<Ljava/lang/Object;>;
6 46 4 delayError Z
7 46 5 unit Ljava/util/concurrent/TimeUnit;
8 46 6 scheduler Lio/reactivex/Scheduler;
9 46 7 time J
13 42 9 d Z
14 42 10 ts Ljava/lang/Long;
17 42 11 empty Z
18 42 12 now J
24 29 14 e Ljava/lang/Throwable;
30 37 14 e Ljava/lang/Throwable;
41 42 14 v TT;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/Observer<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "ObservableSkipLastTimed.java"
NestHost: io.reactivex.internal.operators.observable.ObservableSkipLastTimed
InnerClasses:
final SkipLastTimedObserver = io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver of io.reactivex.internal.operators.observable.ObservableSkipLastTimed