final class io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber<T> extends java.util.concurrent.atomic.AtomicInteger 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.FlowableTakeLastTimed$TakeLastTimedSubscriber
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 org.reactivestreams.Subscriber<? super T> downstream;
descriptor: Lorg/reactivestreams/Subscriber;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Subscriber<-TT;>;
final long count;
descriptor: J
flags: (0x0010) ACC_FINAL
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
org.reactivestreams.Subscription upstream;
descriptor: Lorg/reactivestreams/Subscription;
flags: (0x0000)
final java.util.concurrent.atomic.AtomicLong requested;
descriptor: Ljava/util/concurrent/atomic/AtomicLong;
flags: (0x0010) ACC_FINAL
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>(org.reactivestreams.Subscriber<? super T>, long, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler, int, );
descriptor: (Lorg/reactivestreams/Subscriber;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IZ)V
flags: (0x0000)
Code:
stack=4, locals=10, args_size=8
start local 0 start local 1 start local 2 start local 4 start local 6 start local 7 start local 8 start local 9 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
1: aload 0
new java.util.concurrent.atomic.AtomicLong
dup
invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
2: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
3: aload 0
lload 2
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.count:J
4: aload 0
lload 4
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.time:J
5: aload 0
aload 6
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
6: aload 0
aload 7
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.scheduler:Lio/reactivex/Scheduler;
7: aload 0
new io.reactivex.internal.queue.SpscLinkedArrayQueue
dup
iload 8
invokespecial io.reactivex.internal.queue.SpscLinkedArrayQueue.<init>:(I)V
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
8: aload 0
iload 9
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.delayError:Z
9: return
end local 9 end local 8 end local 7 end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<TT;>;
0 10 1 actual Lorg/reactivestreams/Subscriber<-TT;>;
0 10 2 count J
0 10 4 time J
0 10 6 unit Ljava/util/concurrent/TimeUnit;
0 10 7 scheduler Lio/reactivex/Scheduler;
0 10 8 bufferSize I
0 10 9 delayError Z
Signature: (Lorg/reactivestreams/Subscriber<-TT;>;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IZ)V
MethodParameters:
Name Flags
actual
count
time
unit
scheduler
bufferSize
delayError
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.FlowableTakeLastTimed$TakeLastTimedSubscriber.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.FlowableTakeLastTimed$TakeLastTimedSubscriber.upstream:Lorg/reactivestreams/Subscription;
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.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/FlowableTakeLastTimed$TakeLastTimedSubscriber<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=4, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
astore 2
start local 2 1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.scheduler:Lio/reactivex/Scheduler;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.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
lload 3
aload 2
invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.trim:(JLio/reactivex/internal/queue/SpscLinkedArrayQueue;)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/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<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=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.delayError:Z
ifeq 2
1: aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.scheduler:Lio/reactivex/Scheduler;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
invokevirtual io.reactivex.Scheduler.now:(Ljava/util/concurrent/TimeUnit;)J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.trim:(JLio/reactivex/internal/queue/SpscLinkedArrayQueue;)V
2: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.error:Ljava/lang/Throwable;
3: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.done:Z
4: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.drain:()V
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<TT;>;
0 6 1 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.scheduler:Lio/reactivex/Scheduler;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
invokevirtual io.reactivex.Scheduler.now:(Ljava/util/concurrent/TimeUnit;)J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.trim:(JLio/reactivex/internal/queue/SpscLinkedArrayQueue;)V
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.done:Z
2: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.drain:()V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<TT;>;
void trim(long, io.reactivex.internal.queue.SpscLinkedArrayQueue<java.lang.Object>);
descriptor: (JLio/reactivex/internal/queue/SpscLinkedArrayQueue;)V
flags: (0x0000)
Code:
stack=6, locals=11, args_size=3
start local 0 start local 1 start local 3 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.time:J
lstore 4
start local 4 1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.count:J
lstore 6
start local 6 2: lload 6
ldc 9223372036854775807
lcmp
ifne 3
iconst_1
goto 4
StackMap locals: long long
StackMap stack:
3: iconst_0
StackMap locals:
StackMap stack: int
4: istore 8
start local 8 5: goto 10
6: StackMap locals: int
StackMap stack:
aload 3
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.peek:()Ljava/lang/Object;
checkcast java.lang.Long
invokevirtual java.lang.Long.longValue:()J
lstore 9
start local 9 7: lload 9
lload 1
lload 4
lsub
lcmp
iflt 8
iload 8
ifne 11
aload 3
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.size:()I
iconst_1
ishr
i2l
lload 6
lcmp
ifle 11
8: StackMap locals: long
StackMap stack:
aload 3
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.poll:()Ljava/lang/Object;
pop
9: aload 3
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.poll:()Ljava/lang/Object;
pop
end local 9 10: StackMap locals:
StackMap stack:
aload 3
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.isEmpty:()Z
ifeq 6
11: StackMap locals:
StackMap stack:
return
end local 8 end local 6 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<TT;>;
0 12 1 now J
0 12 3 q Lio/reactivex/internal/queue/SpscLinkedArrayQueue<Ljava/lang/Object;>;
1 12 4 time J
2 12 6 c J
5 12 8 unbounded Z
7 10 9 ts J
Signature: (JLio/reactivex/internal/queue/SpscLinkedArrayQueue<Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
now
q
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 3
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
lload 1
invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
pop2
2: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.drain:()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/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<TT;>;
0 4 1 n J
MethodParameters:
Name Flags
n
public void cancel();
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.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.cancelled:Z
ifne 5
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.cancelled:Z
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
3: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.getAndIncrement:()I
ifne 5
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.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/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<TT;>;
void drain();
descriptor: ()V
flags: (0x0000)
Code:
stack=4, locals=12, args_size=1
start local 0 0: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.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.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
astore 2
start local 2 4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
astore 3
start local 3 5: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.delayError:Z
istore 4
start local 4 6: StackMap locals: io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber int org.reactivestreams.Subscriber io.reactivex.internal.queue.SpscLinkedArrayQueue int
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.done:Z
ifeq 27
7: aload 3
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.isEmpty:()Z
istore 5
start local 5 8: aload 0
iload 5
aload 2
iload 4
invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.checkTerminated:(ZLorg/reactivestreams/Subscriber;Z)Z
ifeq 10
9: return
10: StackMap locals: int
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
lstore 6
start local 6 11: lconst_0
lstore 8
start local 8 12: StackMap locals: long long
StackMap stack:
aload 3
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.peek:()Ljava/lang/Object;
astore 10
start local 10 13: aload 10
ifnonnull 14
iconst_1
goto 15
StackMap locals: java.lang.Object
StackMap stack:
14: iconst_0
StackMap locals:
StackMap stack: int
15: istore 5
16: aload 0
iload 5
aload 2
iload 4
invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.checkTerminated:(ZLorg/reactivestreams/Subscriber;Z)Z
ifeq 18
17: return
18: StackMap locals:
StackMap stack:
lload 6
lload 8
lcmp
ifne 20
19: goto 25
20: StackMap locals:
StackMap stack:
aload 3
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.poll:()Ljava/lang/Object;
pop
21: aload 3
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.poll:()Ljava/lang/Object;
astore 11
start local 11 22: aload 2
aload 11
invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
23: lload 8
lconst_1
ladd
lstore 8
end local 11 end local 10 24: goto 12
25: StackMap locals:
StackMap stack:
lload 8
lconst_0
lcmp
ifeq 27
26: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
lload 8
invokestatic io.reactivex.internal.util.BackpressureHelper.produced:(Ljava/util/concurrent/atomic/AtomicLong;J)J
pop2
end local 8 end local 6 end local 5 27: StackMap locals:
StackMap stack:
aload 0
iload 1
ineg
invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.addAndGet:(I)I
istore 1
28: iload 1
ifne 6
29: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 30 0 this Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<TT;>;
3 30 1 missed I
4 30 2 a Lorg/reactivestreams/Subscriber<-TT;>;
5 30 3 q Lio/reactivex/internal/queue/SpscLinkedArrayQueue<Ljava/lang/Object;>;
6 30 4 delayError Z
8 27 5 empty Z
11 27 6 r J
12 27 8 e J
13 24 10 ts Ljava/lang/Object;
22 24 11 o TT;
boolean checkTerminated(boolean, org.reactivestreams.Subscriber<? super T>, );
descriptor: (ZLorg/reactivestreams/Subscriber;Z)Z
flags: (0x0000)
Code:
stack=2, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.cancelled:Z
ifeq 3
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.clear:()V
2: iconst_1
ireturn
3: StackMap locals:
StackMap stack:
iload 3
ifeq 11
4: iload 1
ifeq 19
5: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.error:Ljava/lang/Throwable;
astore 4
start local 4 6: aload 4
ifnull 9
7: aload 2
aload 4
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
8: goto 10
9: StackMap locals: java.lang.Throwable
StackMap stack:
aload 2
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
10: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 4 11: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.error:Ljava/lang/Throwable;
astore 4
start local 4 12: aload 4
ifnull 16
13: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.clear:()V
14: aload 2
aload 4
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
15: iconst_1
ireturn
16: StackMap locals: java.lang.Throwable
StackMap stack:
iload 1
ifeq 19
17: aload 2
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
18: iconst_1
ireturn
end local 4 19: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<TT;>;
0 20 1 empty Z
0 20 2 a Lorg/reactivestreams/Subscriber<-TT;>;
0 20 3 delayError Z
6 11 4 e Ljava/lang/Throwable;
12 19 4 e Ljava/lang/Throwable;
Signature: (ZLorg/reactivestreams/Subscriber<-TT;>;Z)Z
MethodParameters:
Name Flags
empty
a
delayError
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableTakeLastTimed.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableTakeLastTimed
InnerClasses:
final TakeLastTimedSubscriber = io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber of io.reactivex.internal.operators.flowable.FlowableTakeLastTimed