final class io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber<T, R> extends io.reactivex.internal.subscriptions.BasicIntQueueSubscription<R> implements io.reactivex.FlowableSubscriber<T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber
super_class: io.reactivex.internal.subscriptions.BasicIntQueueSubscription
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -3096000382929934955
final org.reactivestreams.Subscriber<? super R> downstream;
descriptor: Lorg/reactivestreams/Subscriber;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Subscriber<-TR;>;
final io.reactivex.functions.Function<? super T, ? extends java.lang.Iterable<? extends R>> mapper;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Function<-TT;+Ljava/lang/Iterable<+TR;>;>;
final int prefetch;
descriptor: I
flags: (0x0010) ACC_FINAL
final int limit;
descriptor: I
flags: (0x0010) ACC_FINAL
final java.util.concurrent.atomic.AtomicLong requested;
descriptor: Ljava/util/concurrent/atomic/AtomicLong;
flags: (0x0010) ACC_FINAL
org.reactivestreams.Subscription upstream;
descriptor: Lorg/reactivestreams/Subscription;
flags: (0x0000)
io.reactivex.internal.fuseable.SimpleQueue<T> queue;
descriptor: Lio/reactivex/internal/fuseable/SimpleQueue;
flags: (0x0000)
Signature: Lio/reactivex/internal/fuseable/SimpleQueue<TT;>;
volatile boolean done;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
volatile boolean cancelled;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
final java.util.concurrent.atomic.AtomicReference<java.lang.Throwable> error;
descriptor: Ljava/util/concurrent/atomic/AtomicReference;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/concurrent/atomic/AtomicReference<Ljava/lang/Throwable;>;
java.util.Iterator<? extends R> current;
descriptor: Ljava/util/Iterator;
flags: (0x0000)
Signature: Ljava/util/Iterator<+TR;>;
int consumed;
descriptor: I
flags: (0x0000)
int fusionMode;
descriptor: I
flags: (0x0000)
void <init>(org.reactivestreams.Subscriber<? super R>, io.reactivex.functions.Function<? super T, ? extends java.lang.Iterable<? extends R>>, );
descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;I)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial io.reactivex.internal.subscriptions.BasicIntQueueSubscription.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.mapper:Lio/reactivex/functions/Function;
3: aload 0
iload 3
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.prefetch:I
4: aload 0
iload 3
iload 3
iconst_2
ishr
isub
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.limit:I
5: aload 0
new java.util.concurrent.atomic.AtomicReference
dup
invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
6: aload 0
new java.util.concurrent.atomic.AtomicLong
dup
invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
7: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/reactivex/internal/operators/flowable/FlowableFlattenIterable$FlattenIterableSubscriber<TT;TR;>;
0 8 1 actual Lorg/reactivestreams/Subscriber<-TR;>;
0 8 2 mapper Lio/reactivex/functions/Function<-TT;+Ljava/lang/Iterable<+TR;>;>;
0 8 3 prefetch I
Signature: (Lorg/reactivestreams/Subscriber<-TR;>;Lio/reactivex/functions/Function<-TT;+Ljava/lang/Iterable<+TR;>;>;I)V
MethodParameters:
Name Flags
actual
mapper
prefetch
public void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
aload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
ifeq 20
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
2: aload 1
instanceof io.reactivex.internal.fuseable.QueueSubscription
ifeq 17
3: aload 1
checkcast io.reactivex.internal.fuseable.QueueSubscription
astore 2
start local 2 4: aload 2
iconst_3
invokeinterface io.reactivex.internal.fuseable.QueueSubscription.requestFusion:(I)I
istore 3
start local 3 5: iload 3
iconst_1
if_icmpne 11
6: aload 0
iload 3
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.fusionMode:I
7: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
8: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
9: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 0
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
10: return
11: StackMap locals: io.reactivex.internal.fuseable.QueueSubscription int
StackMap stack:
iload 3
iconst_2
if_icmpne 17
12: aload 0
iload 3
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.fusionMode:I
13: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
14: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 0
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
15: aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.prefetch:I
i2l
invokeinterface org.reactivestreams.Subscription.request:(J)V
16: return
end local 3 end local 2 17: StackMap locals:
StackMap stack:
aload 0
new io.reactivex.internal.queue.SpscArrayQueue
dup
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.prefetch:I
invokespecial io.reactivex.internal.queue.SpscArrayQueue.<init>:(I)V
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
18: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 0
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
19: aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.prefetch:I
i2l
invokeinterface org.reactivestreams.Subscription.request:(J)V
20: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lio/reactivex/internal/operators/flowable/FlowableFlattenIterable$FlattenIterableSubscriber<TT;TR;>;
0 21 1 s Lorg/reactivestreams/Subscription;
4 17 2 qs Lio/reactivex/internal/fuseable/QueueSubscription<TT;>;
5 17 3 m I
MethodParameters:
Name Flags
s
public void onNext();
descriptor: (Ljava/lang/Object;)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.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.fusionMode:I
ifne 5
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
aload 1
invokeinterface io.reactivex.internal.fuseable.SimpleQueue.offer:(Ljava/lang/Object;)Z
ifne 5
3: aload 0
new io.reactivex.exceptions.MissingBackpressureException
dup
ldc "Queue is full?!"
invokespecial io.reactivex.exceptions.MissingBackpressureException.<init>:(Ljava/lang/String;)V
invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.onError:(Ljava/lang/Throwable;)V
4: return
5: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.drain:()V
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/flowable/FlowableFlattenIterable$FlattenIterableSubscriber<TT;TR;>;
0 7 1 t 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=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
ifne 4
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
aload 1
invokestatic io.reactivex.internal.util.ExceptionHelper.addThrowable:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/lang/Throwable;)Z
ifeq 4
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
2: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.drain:()V
3: goto 5
4: StackMap locals:
StackMap stack:
aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
5: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/flowable/FlowableFlattenIterable$FlattenIterableSubscriber<TT;TR;>;
0 6 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
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
3: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.drain:()V
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableFlattenIterable$FlattenIterableSubscriber<TT;TR;>;
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.FlowableFlattenIterable$FlattenIterableSubscriber.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.FlowableFlattenIterable$FlattenIterableSubscriber.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/FlowableFlattenIterable$FlattenIterableSubscriber<TT;TR;>;
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.FlowableFlattenIterable$FlattenIterableSubscriber.cancelled:Z
ifne 5
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.cancelled:Z
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
3: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.getAndIncrement:()I
ifne 5
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
invokeinterface io.reactivex.internal.fuseable.SimpleQueue.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/FlowableFlattenIterable$FlattenIterableSubscriber<TT;TR;>;
void drain();
descriptor: ()V
flags: (0x0000)
Code:
stack=5, locals=13, args_size=1
start local 0 0: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.getAndIncrement:()I
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
astore 1
start local 1 3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
astore 2
start local 2 4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.fusionMode:I
iconst_1
if_icmpeq 5
iconst_1
goto 6
StackMap locals: org.reactivestreams.Subscriber io.reactivex.internal.fuseable.SimpleQueue
StackMap stack:
5: iconst_0
StackMap locals:
StackMap stack: int
6: istore 3
start local 3 7: iconst_1
istore 4
start local 4 8: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
astore 5
start local 5 9: StackMap locals: int int java.util.Iterator
StackMap stack:
aload 5
ifnonnull 44
10: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
istore 6
start local 6 11: aload 2
invokeinterface io.reactivex.internal.fuseable.SimpleQueue.poll:()Ljava/lang/Object;
astore 7
start local 7 12: goto 22
end local 7 StackMap locals: io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber org.reactivestreams.Subscriber io.reactivex.internal.fuseable.SimpleQueue int int java.util.Iterator int
StackMap stack: java.lang.Throwable
13: astore 8
start local 8 14: aload 8
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
15: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
16: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
aload 8
invokestatic io.reactivex.internal.util.ExceptionHelper.addThrowable:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/lang/Throwable;)Z
pop
17: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
invokestatic io.reactivex.internal.util.ExceptionHelper.terminate:(Ljava/util/concurrent/atomic/AtomicReference;)Ljava/lang/Throwable;
astore 8
18: aload 0
aconst_null
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
19: aload 2
invokeinterface io.reactivex.internal.fuseable.SimpleQueue.clear:()V
20: aload 1
aload 8
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
21: return
end local 8 start local 7 22: StackMap locals: java.lang.Object
StackMap stack:
aload 7
ifnonnull 23
iconst_1
goto 24
StackMap locals:
StackMap stack:
23: iconst_0
StackMap locals:
StackMap stack: int
24: istore 8
start local 8 25: aload 0
iload 6
iload 8
aload 1
aload 2
invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.checkTerminated:(ZZLorg/reactivestreams/Subscriber;Lio/reactivex/internal/fuseable/SimpleQueue;)Z
ifeq 27
26: return
27: StackMap locals: int
StackMap stack:
aload 7
ifnull 44
28: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.mapper:Lio/reactivex/functions/Function;
aload 7
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Iterable
astore 9
start local 9 29: aload 9
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 5
30: aload 5
invokeinterface java.util.Iterator.hasNext:()Z
istore 10
start local 10 31: goto 39
end local 10 end local 9 StackMap locals:
StackMap stack: java.lang.Throwable
32: astore 11
start local 11 33: aload 11
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
34: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
35: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
aload 11
invokestatic io.reactivex.internal.util.ExceptionHelper.addThrowable:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/lang/Throwable;)Z
pop
36: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
invokestatic io.reactivex.internal.util.ExceptionHelper.terminate:(Ljava/util/concurrent/atomic/AtomicReference;)Ljava/lang/Throwable;
astore 11
37: aload 1
aload 11
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
38: return
end local 11 start local 9 start local 10 39: StackMap locals: java.lang.Iterable int
StackMap stack:
iload 10
ifne 43
40: aconst_null
astore 5
41: aload 0
iload 3
invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.consumedOne:(Z)V
42: goto 9
43: StackMap locals:
StackMap stack:
aload 0
aload 5
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
end local 10 end local 9 end local 8 end local 7 end local 6 44: StackMap locals: io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber org.reactivestreams.Subscriber io.reactivex.internal.fuseable.SimpleQueue int int java.util.Iterator
StackMap stack:
aload 5
ifnull 92
45: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
lstore 6
start local 6 46: lconst_0
lstore 8
start local 8 47: goto 79
48: StackMap locals: long long
StackMap stack:
aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
iconst_0
aload 1
aload 2
invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.checkTerminated:(ZZLorg/reactivestreams/Subscriber;Lio/reactivex/internal/fuseable/SimpleQueue;)Z
ifeq 50
49: return
50: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
ldc "The iterator returned a null value"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
astore 10
start local 10 51: goto 60
end local 10 StackMap locals:
StackMap stack: java.lang.Throwable
52: astore 11
start local 11 53: aload 11
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
54: aload 0
aconst_null
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
55: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
56: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
aload 11
invokestatic io.reactivex.internal.util.ExceptionHelper.addThrowable:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/lang/Throwable;)Z
pop
57: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
invokestatic io.reactivex.internal.util.ExceptionHelper.terminate:(Ljava/util/concurrent/atomic/AtomicReference;)Ljava/lang/Throwable;
astore 11
58: aload 1
aload 11
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
59: return
end local 11 start local 10 60: StackMap locals: java.lang.Object
StackMap stack:
aload 1
aload 10
invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
61: aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
iconst_0
aload 1
aload 2
invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.checkTerminated:(ZZLorg/reactivestreams/Subscriber;Lio/reactivex/internal/fuseable/SimpleQueue;)Z
ifeq 63
62: return
63: StackMap locals:
StackMap stack:
lload 8
lconst_1
ladd
lstore 8
64: aload 5
invokeinterface java.util.Iterator.hasNext:()Z
istore 11
start local 11 65: goto 74
end local 11 StackMap locals:
StackMap stack: java.lang.Throwable
66: astore 12
start local 12 67: aload 12
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
68: aload 0
aconst_null
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
69: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
70: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
aload 12
invokestatic io.reactivex.internal.util.ExceptionHelper.addThrowable:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/lang/Throwable;)Z
pop
71: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
invokestatic io.reactivex.internal.util.ExceptionHelper.terminate:(Ljava/util/concurrent/atomic/AtomicReference;)Ljava/lang/Throwable;
astore 12
72: aload 1
aload 12
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
73: return
end local 12 start local 11 74: StackMap locals: int
StackMap stack:
iload 11
ifne 79
75: aload 0
iload 3
invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.consumedOne:(Z)V
76: aconst_null
astore 5
77: aload 0
aconst_null
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
78: goto 80
end local 11 end local 10 79: StackMap locals:
StackMap stack:
lload 8
lload 6
lcmp
ifne 48
80: StackMap locals:
StackMap stack:
lload 8
lload 6
lcmp
ifne 87
81: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
istore 10
start local 10 82: aload 2
invokeinterface io.reactivex.internal.fuseable.SimpleQueue.isEmpty:()Z
ifeq 83
aload 5
ifnonnull 83
iconst_1
goto 84
StackMap locals: int
StackMap stack:
83: iconst_0
StackMap locals:
StackMap stack: int
84: istore 11
start local 11 85: aload 0
iload 10
iload 11
aload 1
aload 2
invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.checkTerminated:(ZZLorg/reactivestreams/Subscriber;Lio/reactivex/internal/fuseable/SimpleQueue;)Z
ifeq 87
86: return
end local 11 end local 10 87: StackMap locals:
StackMap stack:
lload 8
lconst_0
lcmp
ifeq 90
88: lload 6
ldc 9223372036854775807
lcmp
ifeq 90
89: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
lload 8
lneg
invokevirtual java.util.concurrent.atomic.AtomicLong.addAndGet:(J)J
pop2
90: StackMap locals:
StackMap stack:
aload 5
ifnonnull 92
91: goto 9
end local 8 end local 6 92: StackMap locals:
StackMap stack:
aload 0
iload 4
ineg
invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.addAndGet:(I)I
istore 4
93: iload 4
ifne 9
94: return
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 95 0 this Lio/reactivex/internal/operators/flowable/FlowableFlattenIterable$FlattenIterableSubscriber<TT;TR;>;
3 95 1 a Lorg/reactivestreams/Subscriber<-TR;>;
4 95 2 q Lio/reactivex/internal/fuseable/SimpleQueue<TT;>;
7 95 3 replenish Z
8 95 4 missed I
9 95 5 it Ljava/util/Iterator<+TR;>;
11 44 6 d Z
12 13 7 t TT;
22 44 7 t TT;
14 22 8 ex Ljava/lang/Throwable;
25 44 8 empty Z
29 32 9 iterable Ljava/lang/Iterable<+TR;>;
39 44 9 iterable Ljava/lang/Iterable<+TR;>;
31 32 10 b Z
39 44 10 b Z
33 39 11 ex Ljava/lang/Throwable;
46 92 6 r J
47 92 8 e J
51 52 10 v TR;
60 79 10 v TR;
53 60 11 ex Ljava/lang/Throwable;
65 66 11 b Z
74 79 11 b Z
67 74 12 ex Ljava/lang/Throwable;
82 87 10 d Z
85 87 11 empty Z
Exception table:
from to target type
11 12 13 Class java.lang.Throwable
28 31 32 Class java.lang.Throwable
50 51 52 Class java.lang.Throwable
64 65 66 Class java.lang.Throwable
void consumedOne(boolean);
descriptor: (Z)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: iload 1
ifeq 7
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.consumed:I
iconst_1
iadd
istore 2
start local 2 2: iload 2
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.limit:I
if_icmpne 6
3: aload 0
iconst_0
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.consumed:I
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
iload 2
i2l
invokeinterface org.reactivestreams.Subscription.request:(J)V
5: goto 7
6: StackMap locals: int
StackMap stack:
aload 0
iload 2
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.consumed:I
end local 2 7: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/reactivex/internal/operators/flowable/FlowableFlattenIterable$FlattenIterableSubscriber<TT;TR;>;
0 8 1 enabled Z
2 7 2 c I
MethodParameters:
Name Flags
enabled
boolean checkTerminated(boolean, boolean, org.reactivestreams.Subscriber<?>, io.reactivex.internal.fuseable.SimpleQueue<?>);
descriptor: (ZZLorg/reactivestreams/Subscriber;Lio/reactivex/internal/fuseable/SimpleQueue;)Z
flags: (0x0000)
Code:
stack=2, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.cancelled:Z
ifeq 4
1: aload 0
aconst_null
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
2: aload 4
invokeinterface io.reactivex.internal.fuseable.SimpleQueue.clear:()V
3: iconst_1
ireturn
4: StackMap locals:
StackMap stack:
iload 1
ifeq 15
5: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
checkcast java.lang.Throwable
astore 5
start local 5 6: aload 5
ifnull 12
7: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
invokestatic io.reactivex.internal.util.ExceptionHelper.terminate:(Ljava/util/concurrent/atomic/AtomicReference;)Ljava/lang/Throwable;
astore 5
8: aload 0
aconst_null
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
9: aload 4
invokeinterface io.reactivex.internal.fuseable.SimpleQueue.clear:()V
10: aload 3
aload 5
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
11: iconst_1
ireturn
12: StackMap locals: java.lang.Throwable
StackMap stack:
iload 2
ifeq 15
13: aload 3
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
14: iconst_1
ireturn
end local 5 15: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lio/reactivex/internal/operators/flowable/FlowableFlattenIterable$FlattenIterableSubscriber<TT;TR;>;
0 16 1 d Z
0 16 2 empty Z
0 16 3 a Lorg/reactivestreams/Subscriber<*>;
0 16 4 q Lio/reactivex/internal/fuseable/SimpleQueue<*>;
6 15 5 ex Ljava/lang/Throwable;
Signature: (ZZLorg/reactivestreams/Subscriber<*>;Lio/reactivex/internal/fuseable/SimpleQueue<*>;)Z
MethodParameters:
Name Flags
d
empty
a
q
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
invokeinterface io.reactivex.internal.fuseable.SimpleQueue.clear:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableFlattenIterable$FlattenIterableSubscriber<TT;TR;>;
public boolean isEmpty();
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.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
ifnonnull 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
invokeinterface io.reactivex.internal.fuseable.SimpleQueue.isEmpty:()Z
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableFlattenIterable$FlattenIterableSubscriber<TT;TR;>;
public R poll();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
astore 1
start local 1 1: StackMap locals: java.util.Iterator
StackMap stack:
aload 1
ifnonnull 10
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
invokeinterface io.reactivex.internal.fuseable.SimpleQueue.poll:()Ljava/lang/Object;
astore 2
start local 2 3: aload 2
ifnonnull 5
4: aconst_null
areturn
5: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.mapper:Lio/reactivex/functions/Function;
aload 2
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Iterable
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 1
6: aload 1
invokeinterface java.util.Iterator.hasNext:()Z
ifne 9
7: aconst_null
astore 1
8: goto 1
9: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
end local 2 10: StackMap locals:
StackMap stack:
aload 1
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
ldc "The iterator returned a null value"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
astore 2
start local 2 11: aload 1
invokeinterface java.util.Iterator.hasNext:()Z
ifne 13
12: aload 0
aconst_null
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
13: StackMap locals: java.lang.Object
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lio/reactivex/internal/operators/flowable/FlowableFlattenIterable$FlattenIterableSubscriber<TT;TR;>;
1 14 1 it Ljava/util/Iterator<+TR;>;
3 10 2 v TT;
11 14 2 r TR;
Exceptions:
throws java.lang.Exception
Signature: ()TR;
RuntimeInvisibleAnnotations:
io.reactivex.annotations.Nullable()
public int requestFusion(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iconst_1
iand
ifeq 2
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.fusionMode:I
iconst_1
if_icmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableFlattenIterable$FlattenIterableSubscriber<TT;TR;>;
0 3 1 requestedMode I
MethodParameters:
Name Flags
requestedMode
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/internal/subscriptions/BasicIntQueueSubscription<TR;>;Lio/reactivex/FlowableSubscriber<TT;>;
SourceFile: "FlowableFlattenIterable.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableFlattenIterable
InnerClasses:
final FlattenIterableSubscriber = io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber of io.reactivex.internal.operators.flowable.FlowableFlattenIterable