final class io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription<T> extends io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription
  super_class: io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -6022804456014692607

  final io.reactivex.internal.fuseable.ConditionalSubscriber<? super T> downstream;
    descriptor: Lio/reactivex/internal/fuseable/ConditionalSubscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/internal/fuseable/ConditionalSubscriber<-TT;>;

  void <init>(io.reactivex.internal.fuseable.ConditionalSubscriber<? super T>, java.util.Iterator<? extends T>);
    descriptor: (Lio/reactivex/internal/fuseable/ConditionalSubscriber;Ljava/util/Iterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription this
        start local 1 // io.reactivex.internal.fuseable.ConditionalSubscriber actual
        start local 2 // java.util.Iterator it
         0: .line 283
            aload 0 /* this */
            aload 2 /* it */
            invokespecial io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription.<init>:(Ljava/util/Iterator;)V
         1: .line 284
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription.downstream:Lio/reactivex/internal/fuseable/ConditionalSubscriber;
         2: .line 285
            return
        end local 2 // java.util.Iterator it
        end local 1 // io.reactivex.internal.fuseable.ConditionalSubscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/internal/operators/flowable/FlowableFromIterable$IteratorConditionalSubscription<TT;>;
            0    3     1  actual  Lio/reactivex/internal/fuseable/ConditionalSubscriber<-TT;>;
            0    3     2      it  Ljava/util/Iterator<+TT;>;
    Signature: (Lio/reactivex/internal/fuseable/ConditionalSubscriber<-TT;>;Ljava/util/Iterator<+TT;>;)V
    MethodParameters:
        Name  Flags
      actual  
      it      

  void fastPath();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription this
         0: .line 289
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription.it:Ljava/util/Iterator;
            astore 1 /* it */
        start local 1 // java.util.Iterator it
         1: .line 290
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription.downstream:Lio/reactivex/internal/fuseable/ConditionalSubscriber;
            astore 2 /* a */
        start local 2 // io.reactivex.internal.fuseable.ConditionalSubscriber a
         2: .line 292
      StackMap locals: java.util.Iterator io.reactivex.internal.fuseable.ConditionalSubscriber
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription.cancelled:Z
            ifeq 4
         3: .line 293
            return
         4: .line 299
      StackMap locals:
      StackMap stack:
            aload 1 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* t */
        start local 3 // java.lang.Object t
         5: .line 300
            goto 10
        end local 3 // java.lang.Object t
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 4 /* ex */
        start local 4 // java.lang.Throwable ex
         7: .line 301
            aload 4 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         8: .line 302
            aload 2 /* a */
            aload 4 /* ex */
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onError:(Ljava/lang/Throwable;)V
         9: .line 303
            return
        end local 4 // java.lang.Throwable ex
        start local 3 // java.lang.Object t
        10: .line 306
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription.cancelled:Z
            ifeq 12
        11: .line 307
            return
        12: .line 310
      StackMap locals:
      StackMap stack:
            aload 3 /* t */
            ifnonnull 15
        13: .line 311
            aload 2 /* a */
            new java.lang.NullPointerException
            dup
            ldc "Iterator.next() returned a null value"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onError:(Ljava/lang/Throwable;)V
        14: .line 312
            return
        15: .line 314
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            aload 3 /* t */
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.tryOnNext:(Ljava/lang/Object;)Z
            pop
        16: .line 317
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription.cancelled:Z
            ifeq 18
        17: .line 318
            return
        18: .line 324
      StackMap locals:
      StackMap stack:
            aload 1 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            istore 4 /* b */
        start local 4 // boolean b
        19: .line 325
            goto 24
        end local 4 // boolean b
      StackMap locals:
      StackMap stack: java.lang.Throwable
        20: astore 5 /* ex */
        start local 5 // java.lang.Throwable ex
        21: .line 326
            aload 5 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        22: .line 327
            aload 2 /* a */
            aload 5 /* ex */
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onError:(Ljava/lang/Throwable;)V
        23: .line 328
            return
        end local 5 // java.lang.Throwable ex
        start local 4 // boolean b
        24: .line 331
      StackMap locals: int
      StackMap stack:
            iload 4 /* b */
            ifne 2
        25: .line 332
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription.cancelled:Z
            ifne 27
        26: .line 333
            aload 2 /* a */
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onComplete:()V
        27: .line 335
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean b
        end local 3 // java.lang.Object t
        end local 2 // io.reactivex.internal.fuseable.ConditionalSubscriber a
        end local 1 // java.util.Iterator it
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   28     0  this  Lio/reactivex/internal/operators/flowable/FlowableFromIterable$IteratorConditionalSubscription<TT;>;
            1   28     1    it  Ljava/util/Iterator<+TT;>;
            2   28     2     a  Lio/reactivex/internal/fuseable/ConditionalSubscriber<-TT;>;
            5    6     3     t  TT;
           10   28     3     t  TT;
            7   10     4    ex  Ljava/lang/Throwable;
           19   20     4     b  Z
           24   28     4     b  Z
           21   24     5    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Throwable
          18    19      20  Class java.lang.Throwable

  void slowPath(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=4, locals=11, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription this
        start local 1 // long r
         0: .line 342
            lconst_0
            lstore 3 /* e */
        start local 3 // long e
         1: .line 343
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription.it:Ljava/util/Iterator;
            astore 5 /* it */
        start local 5 // java.util.Iterator it
         2: .line 344
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription.downstream:Lio/reactivex/internal/fuseable/ConditionalSubscriber;
            astore 6 /* a */
        start local 6 // io.reactivex.internal.fuseable.ConditionalSubscriber a
         3: .line 348
            goto 32
         4: .line 350
      StackMap locals: long java.util.Iterator io.reactivex.internal.fuseable.ConditionalSubscriber
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription.cancelled:Z
            ifeq 6
         5: .line 351
            return
         6: .line 357
      StackMap locals:
      StackMap stack:
            aload 5 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 7 /* t */
        start local 7 // java.lang.Object t
         7: .line 358
            goto 12
        end local 7 // java.lang.Object t
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 8 /* ex */
        start local 8 // java.lang.Throwable ex
         9: .line 359
            aload 8 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        10: .line 360
            aload 6 /* a */
            aload 8 /* ex */
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onError:(Ljava/lang/Throwable;)V
        11: .line 361
            return
        end local 8 // java.lang.Throwable ex
        start local 7 // java.lang.Object t
        12: .line 364
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription.cancelled:Z
            ifeq 14
        13: .line 365
            return
        14: .line 369
      StackMap locals:
      StackMap stack:
            aload 7 /* t */
            ifnonnull 17
        15: .line 370
            aload 6 /* a */
            new java.lang.NullPointerException
            dup
            ldc "Iterator.next() returned a null value"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onError:(Ljava/lang/Throwable;)V
        16: .line 371
            return
        17: .line 373
      StackMap locals:
      StackMap stack:
            aload 6 /* a */
            aload 7 /* t */
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.tryOnNext:(Ljava/lang/Object;)Z
            istore 8 /* b */
        start local 8 // boolean b
        18: .line 376
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription.cancelled:Z
            ifeq 20
        19: .line 377
            return
        20: .line 383
      StackMap locals: int
      StackMap stack:
            aload 5 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            istore 9 /* hasNext */
        start local 9 // boolean hasNext
        21: .line 384
            goto 26
        end local 9 // boolean hasNext
      StackMap locals:
      StackMap stack: java.lang.Throwable
        22: astore 10 /* ex */
        start local 10 // java.lang.Throwable ex
        23: .line 385
            aload 10 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        24: .line 386
            aload 6 /* a */
            aload 10 /* ex */
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onError:(Ljava/lang/Throwable;)V
        25: .line 387
            return
        end local 10 // java.lang.Throwable ex
        start local 9 // boolean hasNext
        26: .line 390
      StackMap locals: int
      StackMap stack:
            iload 9 /* hasNext */
            ifne 30
        27: .line 391
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription.cancelled:Z
            ifne 29
        28: .line 392
            aload 6 /* a */
            invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onComplete:()V
        29: .line 394
      StackMap locals:
      StackMap stack:
            return
        30: .line 397
      StackMap locals:
      StackMap stack:
            iload 8 /* b */
            ifeq 32
        31: .line 398
            lload 3 /* e */
            lconst_1
            ladd
            lstore 3 /* e */
        end local 9 // boolean hasNext
        end local 8 // boolean b
        end local 7 // java.lang.Object t
        32: .line 348
      StackMap locals:
      StackMap stack:
            lload 3 /* e */
            lload 1 /* r */
            lcmp
            ifne 4
        33: .line 402
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription.get:()J
            lstore 1 /* r */
        34: .line 403
            lload 3 /* e */
            lload 1 /* r */
            lcmp
            ifne 39
        35: .line 404
            aload 0 /* this */
            lload 3 /* e */
            lneg
            invokevirtual io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription.addAndGet:(J)J
            lstore 1 /* r */
        36: .line 405
            lload 1 /* r */
            lconst_0
            lcmp
            ifne 38
        37: .line 406
            return
        38: .line 408
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 3 /* e */
        39: .line 346
      StackMap locals:
      StackMap stack:
            goto 32
        end local 6 // io.reactivex.internal.fuseable.ConditionalSubscriber a
        end local 5 // java.util.Iterator it
        end local 3 // long e
        end local 1 // long r
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   40     0     this  Lio/reactivex/internal/operators/flowable/FlowableFromIterable$IteratorConditionalSubscription<TT;>;
            0   40     1        r  J
            1   40     3        e  J
            2   40     5       it  Ljava/util/Iterator<+TT;>;
            3   40     6        a  Lio/reactivex/internal/fuseable/ConditionalSubscriber<-TT;>;
            7    8     7        t  TT;
           12   32     7        t  TT;
            9   12     8       ex  Ljava/lang/Throwable;
           18   32     8        b  Z
           21   22     9  hasNext  Z
           26   32     9  hasNext  Z
           23   26    10       ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           6     7       8  Class java.lang.Throwable
          20    21      22  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      r     
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/FlowableFromIterable$BaseRangeSubscription<TT;>;
SourceFile: "FlowableFromIterable.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableFromIterable
InnerClasses:
  abstract BaseRangeSubscription = io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription of io.reactivex.internal.operators.flowable.FlowableFromIterable
  final IteratorConditionalSubscription = io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription of io.reactivex.internal.operators.flowable.FlowableFromIterable