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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // io.reactivex.functions.Function mapper
        start local 3 // int prefetch
         0: .line 116
            aload 0 /* this */
            invokespecial io.reactivex.internal.subscriptions.BasicIntQueueSubscription.<init>:()V
         1: .line 118
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 119
            aload 0 /* this */
            aload 2 /* mapper */
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.mapper:Lio/reactivex/functions/Function;
         3: .line 120
            aload 0 /* this */
            iload 3 /* prefetch */
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.prefetch:I
         4: .line 121
            aload 0 /* this */
            iload 3 /* prefetch */
            iload 3 /* prefetch */
            iconst_2
            ishr
            isub
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.limit:I
         5: .line 122
            aload 0 /* this */
            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: .line 123
            aload 0 /* this */
            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: .line 124
            return
        end local 3 // int prefetch
        end local 2 // io.reactivex.functions.Function mapper
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 128
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 20
         1: .line 129
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
         2: .line 131
            aload 1 /* s */
            instanceof io.reactivex.internal.fuseable.QueueSubscription
            ifeq 17
         3: .line 133
            aload 1 /* s */
            checkcast io.reactivex.internal.fuseable.QueueSubscription
            astore 2 /* qs */
        start local 2 // io.reactivex.internal.fuseable.QueueSubscription qs
         4: .line 135
            aload 2 /* qs */
            iconst_3
            invokeinterface io.reactivex.internal.fuseable.QueueSubscription.requestFusion:(I)I
            istore 3 /* m */
        start local 3 // int m
         5: .line 137
            iload 3 /* m */
            iconst_1
            if_icmpne 11
         6: .line 138
            aload 0 /* this */
            iload 3 /* m */
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.fusionMode:I
         7: .line 139
            aload 0 /* this */
            aload 2 /* qs */
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
         8: .line 140
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
         9: .line 142
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
        10: .line 144
            return
        11: .line 146
      StackMap locals: io.reactivex.internal.fuseable.QueueSubscription int
      StackMap stack:
            iload 3 /* m */
            iconst_2
            if_icmpne 17
        12: .line 147
            aload 0 /* this */
            iload 3 /* m */
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.fusionMode:I
        13: .line 148
            aload 0 /* this */
            aload 2 /* qs */
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
        14: .line 150
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
        15: .line 152
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.prefetch:I
            i2l
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        16: .line 153
            return
        end local 3 // int m
        end local 2 // io.reactivex.internal.fuseable.QueueSubscription qs
        17: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new io.reactivex.internal.queue.SpscArrayQueue
            dup
            aload 0 /* this */
            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: .line 159
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
        19: .line 161
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.prefetch:I
            i2l
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        20: .line 163
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
        start local 1 // java.lang.Object t
         0: .line 167
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
            ifeq 2
         1: .line 168
            return
         2: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.fusionMode:I
            ifne 5
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
            aload 1 /* t */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.offer:(Ljava/lang/Object;)Z
            ifne 5
         3: .line 171
            aload 0 /* this */
            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: .line 172
            return
         5: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.drain:()V
         6: .line 175
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 179
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
            ifne 4
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* t */
            invokestatic io.reactivex.internal.util.ExceptionHelper.addThrowable:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/lang/Throwable;)Z
            ifeq 4
         1: .line 180
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
         2: .line 181
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.drain:()V
         3: .line 182
            goto 5
         4: .line 183
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         5: .line 185
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
         0: .line 189
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
            ifeq 2
         1: .line 190
            return
         2: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
         3: .line 193
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.drain:()V
         4: .line 194
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
        start local 1 // long n
         0: .line 198
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 3
         1: .line 199
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
         2: .line 200
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.drain:()V
         3: .line 202
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
         0: .line 206
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.cancelled:Z
            ifne 5
         1: .line 207
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.cancelled:Z
         2: .line 209
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         3: .line 211
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.getAndIncrement:()I
            ifne 5
         4: .line 212
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.clear:()V
         5: .line 215
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
         0: .line 218
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.getAndIncrement:()I
            ifeq 2
         1: .line 219
            return
         2: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            astore 1 /* a */
        start local 1 // org.reactivestreams.Subscriber a
         3: .line 223
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
            astore 2 /* q */
        start local 2 // io.reactivex.internal.fuseable.SimpleQueue q
         4: .line 224
            aload 0 /* this */
            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 /* replenish */
        start local 3 // boolean replenish
         7: .line 226
            iconst_1
            istore 4 /* missed */
        start local 4 // int missed
         8: .line 228
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
            astore 5 /* it */
        start local 5 // java.util.Iterator it
         9: .line 232
      StackMap locals: int int java.util.Iterator
      StackMap stack:
            aload 5 /* it */
            ifnonnull 44
        10: .line 234
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
            istore 6 /* d */
        start local 6 // boolean d
        11: .line 239
            aload 2 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.poll:()Ljava/lang/Object;
            astore 7 /* t */
        start local 7 // java.lang.Object t
        12: .line 240
            goto 22
        end local 7 // java.lang.Object t
      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 /* ex */
        start local 8 // java.lang.Throwable ex
        14: .line 241
            aload 8 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        15: .line 242
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        16: .line 243
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
            aload 8 /* ex */
            invokestatic io.reactivex.internal.util.ExceptionHelper.addThrowable:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/lang/Throwable;)Z
            pop
        17: .line 244
            aload 0 /* this */
            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 /* ex */
        18: .line 246
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
        19: .line 247
            aload 2 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.clear:()V
        20: .line 249
            aload 1 /* a */
            aload 8 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        21: .line 250
            return
        end local 8 // java.lang.Throwable ex
        start local 7 // java.lang.Object t
        22: .line 253
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 7 /* t */
            ifnonnull 23
            iconst_1
            goto 24
      StackMap locals:
      StackMap stack:
        23: iconst_0
      StackMap locals:
      StackMap stack: int
        24: istore 8 /* empty */
        start local 8 // boolean empty
        25: .line 255
            aload 0 /* this */
            iload 6 /* d */
            iload 8 /* empty */
            aload 1 /* a */
            aload 2 /* q */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.checkTerminated:(ZZLorg/reactivestreams/Subscriber;Lio/reactivex/internal/fuseable/SimpleQueue;)Z
            ifeq 27
        26: .line 256
            return
        27: .line 259
      StackMap locals: int
      StackMap stack:
            aload 7 /* t */
            ifnull 44
        28: .line 265
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.mapper:Lio/reactivex/functions/Function;
            aload 7 /* t */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Iterable
            astore 9 /* iterable */
        start local 9 // java.lang.Iterable iterable
        29: .line 267
            aload 9 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5 /* it */
        30: .line 269
            aload 5 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            istore 10 /* b */
        start local 10 // boolean b
        31: .line 270
            goto 39
        end local 10 // boolean b
        end local 9 // java.lang.Iterable iterable
      StackMap locals:
      StackMap stack: java.lang.Throwable
        32: astore 11 /* ex */
        start local 11 // java.lang.Throwable ex
        33: .line 271
            aload 11 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        34: .line 272
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        35: .line 273
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
            aload 11 /* ex */
            invokestatic io.reactivex.internal.util.ExceptionHelper.addThrowable:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/lang/Throwable;)Z
            pop
        36: .line 274
            aload 0 /* this */
            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 /* ex */
        37: .line 275
            aload 1 /* a */
            aload 11 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        38: .line 276
            return
        end local 11 // java.lang.Throwable ex
        start local 9 // java.lang.Iterable iterable
        start local 10 // boolean b
        39: .line 279
      StackMap locals: java.lang.Iterable int
      StackMap stack:
            iload 10 /* b */
            ifne 43
        40: .line 280
            aconst_null
            astore 5 /* it */
        41: .line 281
            aload 0 /* this */
            iload 3 /* replenish */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.consumedOne:(Z)V
        42: .line 282
            goto 9
        43: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* it */
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
        end local 10 // boolean b
        end local 9 // java.lang.Iterable iterable
        end local 8 // boolean empty
        end local 7 // java.lang.Object t
        end local 6 // boolean d
        44: .line 289
      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 /* it */
            ifnull 92
        45: .line 290
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
            lstore 6 /* r */
        start local 6 // long r
        46: .line 291
            lconst_0
            lstore 8 /* e */
        start local 8 // long e
        47: .line 293
            goto 79
        48: .line 294
      StackMap locals: long long
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
            iconst_0
            aload 1 /* a */
            aload 2 /* q */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.checkTerminated:(ZZLorg/reactivestreams/Subscriber;Lio/reactivex/internal/fuseable/SimpleQueue;)Z
            ifeq 50
        49: .line 295
            return
        50: .line 301
      StackMap locals:
      StackMap stack:
            aload 5 /* it */
            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 /* v */
        start local 10 // java.lang.Object v
        51: .line 302
            goto 60
        end local 10 // java.lang.Object v
      StackMap locals:
      StackMap stack: java.lang.Throwable
        52: astore 11 /* ex */
        start local 11 // java.lang.Throwable ex
        53: .line 303
            aload 11 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        54: .line 304
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
        55: .line 305
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        56: .line 306
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
            aload 11 /* ex */
            invokestatic io.reactivex.internal.util.ExceptionHelper.addThrowable:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/lang/Throwable;)Z
            pop
        57: .line 307
            aload 0 /* this */
            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 /* ex */
        58: .line 308
            aload 1 /* a */
            aload 11 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        59: .line 309
            return
        end local 11 // java.lang.Throwable ex
        start local 10 // java.lang.Object v
        60: .line 312
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* a */
            aload 10 /* v */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        61: .line 314
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
            iconst_0
            aload 1 /* a */
            aload 2 /* q */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.checkTerminated:(ZZLorg/reactivestreams/Subscriber;Lio/reactivex/internal/fuseable/SimpleQueue;)Z
            ifeq 63
        62: .line 315
            return
        63: .line 318
      StackMap locals:
      StackMap stack:
            lload 8 /* e */
            lconst_1
            ladd
            lstore 8 /* e */
        64: .line 323
            aload 5 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            istore 11 /* b */
        start local 11 // boolean b
        65: .line 324
            goto 74
        end local 11 // boolean b
      StackMap locals:
      StackMap stack: java.lang.Throwable
        66: astore 12 /* ex */
        start local 12 // java.lang.Throwable ex
        67: .line 325
            aload 12 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        68: .line 326
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
        69: .line 327
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        70: .line 328
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.error:Ljava/util/concurrent/atomic/AtomicReference;
            aload 12 /* ex */
            invokestatic io.reactivex.internal.util.ExceptionHelper.addThrowable:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/lang/Throwable;)Z
            pop
        71: .line 329
            aload 0 /* this */
            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 /* ex */
        72: .line 330
            aload 1 /* a */
            aload 12 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        73: .line 331
            return
        end local 12 // java.lang.Throwable ex
        start local 11 // boolean b
        74: .line 334
      StackMap locals: int
      StackMap stack:
            iload 11 /* b */
            ifne 79
        75: .line 335
            aload 0 /* this */
            iload 3 /* replenish */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.consumedOne:(Z)V
        76: .line 336
            aconst_null
            astore 5 /* it */
        77: .line 337
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
        78: .line 338
            goto 80
        end local 11 // boolean b
        end local 10 // java.lang.Object v
        79: .line 293
      StackMap locals:
      StackMap stack:
            lload 8 /* e */
            lload 6 /* r */
            lcmp
            ifne 48
        80: .line 342
      StackMap locals:
      StackMap stack:
            lload 8 /* e */
            lload 6 /* r */
            lcmp
            ifne 87
        81: .line 343
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.done:Z
            istore 10 /* d */
        start local 10 // boolean d
        82: .line 344
            aload 2 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.isEmpty:()Z
            ifeq 83
            aload 5 /* it */
            ifnonnull 83
            iconst_1
            goto 84
      StackMap locals: int
      StackMap stack:
        83: iconst_0
      StackMap locals:
      StackMap stack: int
        84: istore 11 /* empty */
        start local 11 // boolean empty
        85: .line 346
            aload 0 /* this */
            iload 10 /* d */
            iload 11 /* empty */
            aload 1 /* a */
            aload 2 /* q */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.checkTerminated:(ZZLorg/reactivestreams/Subscriber;Lio/reactivex/internal/fuseable/SimpleQueue;)Z
            ifeq 87
        86: .line 347
            return
        end local 11 // boolean empty
        end local 10 // boolean d
        87: .line 351
      StackMap locals:
      StackMap stack:
            lload 8 /* e */
            lconst_0
            lcmp
            ifeq 90
        88: .line 352
            lload 6 /* r */
            ldc 9223372036854775807
            lcmp
            ifeq 90
        89: .line 353
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 8 /* e */
            lneg
            invokevirtual java.util.concurrent.atomic.AtomicLong.addAndGet:(J)J
            pop2
        90: .line 357
      StackMap locals:
      StackMap stack:
            aload 5 /* it */
            ifnonnull 92
        91: .line 358
            goto 9
        end local 8 // long e
        end local 6 // long r
        92: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* missed */
            ineg
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.addAndGet:(I)I
            istore 4 /* missed */
        93: .line 363
            iload 4 /* missed */
            ifne 9
        94: .line 367
            return
        end local 5 // java.util.Iterator it
        end local 4 // int missed
        end local 3 // boolean replenish
        end local 2 // io.reactivex.internal.fuseable.SimpleQueue q
        end local 1 // org.reactivestreams.Subscriber a
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
        start local 1 // boolean enabled
         0: .line 370
            iload 1 /* enabled */
            ifeq 7
         1: .line 371
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.consumed:I
            iconst_1
            iadd
            istore 2 /* c */
        start local 2 // int c
         2: .line 372
            iload 2 /* c */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.limit:I
            if_icmpne 6
         3: .line 373
            aload 0 /* this */
            iconst_0
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.consumed:I
         4: .line 374
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
            iload 2 /* c */
            i2l
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         5: .line 375
            goto 7
         6: .line 376
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.consumed:I
        end local 2 // int c
         7: .line 379
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean enabled
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
        start local 1 // boolean d
        start local 2 // boolean empty
        start local 3 // org.reactivestreams.Subscriber a
        start local 4 // io.reactivex.internal.fuseable.SimpleQueue q
         0: .line 382
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.cancelled:Z
            ifeq 4
         1: .line 383
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
         2: .line 384
            aload 4 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.clear:()V
         3: .line 385
            iconst_1
            ireturn
         4: .line 387
      StackMap locals:
      StackMap stack:
            iload 1 /* d */
            ifeq 15
         5: .line 388
            aload 0 /* this */
            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 /* ex */
        start local 5 // java.lang.Throwable ex
         6: .line 389
            aload 5 /* ex */
            ifnull 12
         7: .line 390
            aload 0 /* this */
            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 /* ex */
         8: .line 392
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
         9: .line 393
            aload 4 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.clear:()V
        10: .line 395
            aload 3 /* a */
            aload 5 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        11: .line 396
            iconst_1
            ireturn
        12: .line 397
      StackMap locals: java.lang.Throwable
      StackMap stack:
            iload 2 /* empty */
            ifeq 15
        13: .line 398
            aload 3 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        14: .line 399
            iconst_1
            ireturn
        end local 5 // java.lang.Throwable ex
        15: .line 402
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // io.reactivex.internal.fuseable.SimpleQueue q
        end local 3 // org.reactivestreams.Subscriber a
        end local 2 // boolean empty
        end local 1 // boolean d
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
         0: .line 407
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
         1: .line 408
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.clear:()V
         2: .line 409
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
         0: .line 413
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
            ifnonnull 1
            aload 0 /* this */
            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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
         0: .line 419
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
            astore 1 /* it */
        start local 1 // java.util.Iterator it
         1: .line 421
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* it */
            ifnonnull 10
         2: .line 422
            aload 0 /* this */
            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 /* v */
        start local 2 // java.lang.Object v
         3: .line 423
            aload 2 /* v */
            ifnonnull 5
         4: .line 424
            aconst_null
            areturn
         5: .line 427
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.mapper:Lio/reactivex/functions/Function;
            aload 2 /* v */
            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 /* it */
         6: .line 429
            aload 1 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
         7: .line 430
            aconst_null
            astore 1 /* it */
         8: .line 431
            goto 1
         9: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* it */
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
        end local 2 // java.lang.Object v
        10: .line 436
      StackMap locals:
      StackMap stack:
            aload 1 /* it */
            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 /* r */
        start local 2 // java.lang.Object r
        11: .line 438
            aload 1 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 13
        12: .line 439
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.current:Ljava/util/Iterator;
        13: .line 442
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* r */
            areturn
        end local 2 // java.lang.Object r
        end local 1 // java.util.Iterator it
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
        start local 1 // int requestedMode
         0: .line 448
            iload 1 /* requestedMode */
            iconst_1
            iand
            ifeq 2
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.fusionMode:I
            iconst_1
            if_icmpne 2
         1: .line 449
            iconst_1
            ireturn
         2: .line 451
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int requestedMode
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber this
      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