final class reactor.core.publisher.FluxIterable$IterableSubscription<T> implements reactor.core.publisher.InnerProducer<T>, reactor.core.Fuseable$SynchronousSubscription<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: reactor.core.publisher.FluxIterable$IterableSubscription
  super_class: java.lang.Object
{
  final reactor.core.CoreSubscriber<? super T> actual;
    descriptor: Lreactor/core/CoreSubscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lreactor/core/CoreSubscriber<-TT;>;

  final java.util.Iterator<? extends T> iterator;
    descriptor: Ljava/util/Iterator;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Iterator<+TT;>;

  final boolean knownToBeFinite;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final java.lang.Runnable onClose;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0010) ACC_FINAL

  volatile boolean cancelled;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  volatile long requested;
    descriptor: J
    flags: (0x0040) ACC_VOLATILE

  static final java.util.concurrent.atomic.AtomicLongFieldUpdater<reactor.core.publisher.FluxIterable$IterableSubscription> REQUESTED;
    descriptor: Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicLongFieldUpdater<Lreactor/core/publisher/FluxIterable$IterableSubscription;>;

  int state;
    descriptor: I
    flags: (0x0000) 

  static final int STATE_HAS_NEXT_NO_VALUE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int STATE_HAS_NEXT_HAS_VALUE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int STATE_NO_NEXT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int STATE_CALL_HAS_NEXT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  T current;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 
    Signature: TT;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 182
            ldc Lreactor/core/publisher/FluxIterable$IterableSubscription;
         1: .line 183
            ldc "requested"
         2: .line 182
            invokestatic java.util.concurrent.atomic.AtomicLongFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
         3: .line 181
            putstatic reactor.core.publisher.FluxIterable$IterableSubscription.REQUESTED:Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
         4: .line 203
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(reactor.core.CoreSubscriber<? super T>, java.util.Iterator<? extends T>, boolean, java.lang.Runnable);
    descriptor: (Lreactor/core/CoreSubscriber;Ljava/util/Iterator;ZLjava/lang/Runnable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
        start local 1 // reactor.core.CoreSubscriber actual
        start local 2 // java.util.Iterator iterator
        start local 3 // boolean knownToBeFinite
        start local 4 // java.lang.Runnable onClose
         0: .line 207
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 209
            aload 0 /* this */
            aload 1 /* actual */
            putfield reactor.core.publisher.FluxIterable$IterableSubscription.actual:Lreactor/core/CoreSubscriber;
         2: .line 210
            aload 0 /* this */
            aload 2 /* iterator */
            putfield reactor.core.publisher.FluxIterable$IterableSubscription.iterator:Ljava/util/Iterator;
         3: .line 211
            aload 0 /* this */
            iload 3 /* knownToBeFinite */
            putfield reactor.core.publisher.FluxIterable$IterableSubscription.knownToBeFinite:Z
         4: .line 212
            aload 0 /* this */
            aload 4 /* onClose */
            putfield reactor.core.publisher.FluxIterable$IterableSubscription.onClose:Ljava/lang/Runnable;
         5: .line 213
            return
        end local 4 // java.lang.Runnable onClose
        end local 3 // boolean knownToBeFinite
        end local 2 // java.util.Iterator iterator
        end local 1 // reactor.core.CoreSubscriber actual
        end local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lreactor/core/publisher/FluxIterable$IterableSubscription<TT;>;
            0    6     1           actual  Lreactor/core/CoreSubscriber<-TT;>;
            0    6     2         iterator  Ljava/util/Iterator<+TT;>;
            0    6     3  knownToBeFinite  Z
            0    6     4          onClose  Ljava/lang/Runnable;
    Signature: (Lreactor/core/CoreSubscriber<-TT;>;Ljava/util/Iterator<+TT;>;ZLjava/lang/Runnable;)V
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        reactor.util.annotation.Nullable()
    MethodParameters:
                 Name  Flags
      actual           
      iterator         
      knownToBeFinite  
      onClose          

  void <init>(reactor.core.CoreSubscriber<? super T>, java.util.Iterator<? extends T>, );
    descriptor: (Lreactor/core/CoreSubscriber;Ljava/util/Iterator;Z)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
        start local 1 // reactor.core.CoreSubscriber actual
        start local 2 // java.util.Iterator iterator
        start local 3 // boolean knownToBeFinite
         0: .line 217
            aload 0 /* this */
            aload 1 /* actual */
            aload 2 /* iterator */
            iload 3 /* knownToBeFinite */
            aconst_null
            invokespecial reactor.core.publisher.FluxIterable$IterableSubscription.<init>:(Lreactor/core/CoreSubscriber;Ljava/util/Iterator;ZLjava/lang/Runnable;)V
         1: .line 218
            return
        end local 3 // boolean knownToBeFinite
        end local 2 // java.util.Iterator iterator
        end local 1 // reactor.core.CoreSubscriber actual
        end local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lreactor/core/publisher/FluxIterable$IterableSubscription<TT;>;
            0    2     1           actual  Lreactor/core/CoreSubscriber<-TT;>;
            0    2     2         iterator  Ljava/util/Iterator<+TT;>;
            0    2     3  knownToBeFinite  Z
    Signature: (Lreactor/core/CoreSubscriber<-TT;>;Ljava/util/Iterator<+TT;>;Z)V
    MethodParameters:
                 Name  Flags
      actual           
      iterator         
      knownToBeFinite  

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
        start local 1 // long n
         0: .line 222
            lload 1 /* n */
            invokestatic reactor.core.publisher.Operators.validate:(J)Z
            ifeq 6
         1: .line 223
            getstatic reactor.core.publisher.FluxIterable$IterableSubscription.REQUESTED:Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
            aload 0 /* this */
            lload 1 /* n */
            invokestatic reactor.core.publisher.Operators.addCap:(Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;Ljava/lang/Object;J)J
            lconst_0
            lcmp
            ifne 6
         2: .line 224
            lload 1 /* n */
            ldc 9223372036854775807
            lcmp
            ifne 5
         3: .line 225
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxIterable$IterableSubscription.fastPath:()V
         4: .line 226
            goto 6
         5: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* n */
            invokevirtual reactor.core.publisher.FluxIterable$IterableSubscription.slowPath:(J)V
         6: .line 232
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lreactor/core/publisher/FluxIterable$IterableSubscription<TT;>;
            0    7     1     n  J
    MethodParameters:
      Name  Flags
      n     

  private void onCloseWithDropError();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
         0: .line 235
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.onClose:Ljava/lang/Runnable;
            ifnull 5
         1: .line 237
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.onClose:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
         2: .line 238
            goto 5
         3: .line 239
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* t */
        start local 1 // java.lang.Throwable t
         4: .line 240
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onErrorDropped:(Ljava/lang/Throwable;Lreactor/util/context/Context;)V
        end local 1 // java.lang.Throwable t
         5: .line 243
      StackMap locals:
      StackMap stack:
            return
        end local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lreactor/core/publisher/FluxIterable$IterableSubscription<TT;>;
            4    5     1     t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable

  void slowPath(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=4, locals=10, args_size=2
        start local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
        start local 1 // long n
         0: .line 246
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.iterator:Ljava/util/Iterator;
            astore 3 /* a */
        start local 3 // java.util.Iterator a
         1: .line 247
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.actual:Lreactor/core/CoreSubscriber;
            astore 4 /* s */
        start local 4 // org.reactivestreams.Subscriber s
         2: .line 249
            lconst_0
            lstore 5 /* e */
        start local 5 // long e
         3: .line 253
            goto 30
         4: .line 257
      StackMap locals: java.util.Iterator org.reactivestreams.Subscriber long
      StackMap stack:
            aload 3 /* a */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
         5: .line 258
            ldc "The iterator returned a null value"
         6: .line 257
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 7 /* t */
        start local 7 // java.lang.Object t
         7: .line 259
            goto 12
        end local 7 // java.lang.Object t
         8: .line 260
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8 /* ex */
        start local 8 // java.lang.Throwable ex
         9: .line 261
            aload 4 /* s */
            aload 8 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        10: .line 262
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxIterable$IterableSubscription.onCloseWithDropError:()V
        11: .line 263
            return
        end local 8 // java.lang.Throwable ex
        start local 7 // java.lang.Object t
        12: .line 266
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.cancelled:Z
            ifeq 14
        13: .line 267
            return
        14: .line 270
      StackMap locals:
      StackMap stack:
            aload 4 /* s */
            aload 7 /* t */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        15: .line 272
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.cancelled:Z
            ifeq 17
        16: .line 273
            return
        17: .line 279
      StackMap locals:
      StackMap stack:
            aload 3 /* a */
            invokeinterface java.util.Iterator.hasNext:()Z
            istore 8 /* b */
        start local 8 // boolean b
        18: .line 280
            goto 23
        end local 8 // boolean b
        19: .line 281
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 9 /* ex */
        start local 9 // java.lang.Throwable ex
        20: .line 282
            aload 4 /* s */
            aload 9 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        21: .line 283
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxIterable$IterableSubscription.onCloseWithDropError:()V
        22: .line 284
            return
        end local 9 // java.lang.Throwable ex
        start local 8 // boolean b
        23: .line 287
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.cancelled:Z
            ifeq 25
        24: .line 288
            return
        25: .line 291
      StackMap locals:
      StackMap stack:
            iload 8 /* b */
            ifne 29
        26: .line 292
            aload 4 /* s */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        27: .line 293
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxIterable$IterableSubscription.onCloseWithDropError:()V
        28: .line 294
            return
        29: .line 297
      StackMap locals:
      StackMap stack:
            lload 5 /* e */
            lconst_1
            ladd
            lstore 5 /* e */
        end local 8 // boolean b
        end local 7 // java.lang.Object t
        30: .line 253
      StackMap locals:
      StackMap stack:
            lload 5 /* e */
            lload 1 /* n */
            lcmp
            ifne 4
        31: .line 300
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.requested:J
            lstore 1 /* n */
        32: .line 302
            lload 1 /* n */
            lload 5 /* e */
            lcmp
            ifne 37
        33: .line 303
            getstatic reactor.core.publisher.FluxIterable$IterableSubscription.REQUESTED:Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
            aload 0 /* this */
            lload 5 /* e */
            lneg
            invokevirtual java.util.concurrent.atomic.AtomicLongFieldUpdater.addAndGet:(Ljava/lang/Object;J)J
            lstore 1 /* n */
        34: .line 304
            lload 1 /* n */
            lconst_0
            lcmp
            ifne 36
        35: .line 305
            return
        36: .line 307
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 5 /* e */
        37: .line 251
      StackMap locals:
      StackMap stack:
            goto 30
        end local 5 // long e
        end local 4 // org.reactivestreams.Subscriber s
        end local 3 // java.util.Iterator a
        end local 1 // long n
        end local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   38     0  this  Lreactor/core/publisher/FluxIterable$IterableSubscription<TT;>;
            0   38     1     n  J
            1   38     3     a  Ljava/util/Iterator<+TT;>;
            2   38     4     s  Lorg/reactivestreams/Subscriber<-TT;>;
            3   38     5     e  J
            7    8     7     t  TT;
           12   30     7     t  TT;
            9   12     8    ex  Ljava/lang/Throwable;
           18   19     8     b  Z
           23   30     8     b  Z
           20   23     9    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           4     7       8  Class java.lang.Throwable
          17    18      19  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      n     

  void fastPath();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
         0: .line 313
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.iterator:Ljava/util/Iterator;
            astore 1 /* a */
        start local 1 // java.util.Iterator a
         1: .line 314
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.actual:Lreactor/core/CoreSubscriber;
            astore 2 /* s */
        start local 2 // org.reactivestreams.Subscriber s
         2: .line 318
      StackMap locals: java.util.Iterator org.reactivestreams.Subscriber
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.cancelled:Z
            ifeq 4
         3: .line 319
            return
         4: .line 325
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
         5: .line 326
            ldc "The iterator returned a null value"
         6: .line 325
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 3 /* t */
        start local 3 // java.lang.Object t
         7: .line 327
            goto 12
        end local 3 // java.lang.Object t
         8: .line 328
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 4 /* ex */
        start local 4 // java.lang.Exception ex
         9: .line 329
            aload 2 /* s */
            aload 4 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        10: .line 330
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxIterable$IterableSubscription.onCloseWithDropError:()V
        11: .line 331
            return
        end local 4 // java.lang.Exception ex
        start local 3 // java.lang.Object t
        12: .line 334
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.cancelled:Z
            ifeq 14
        13: .line 335
            return
        14: .line 338
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            aload 3 /* t */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        15: .line 340
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.cancelled:Z
            ifeq 17
        16: .line 341
            return
        17: .line 347
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            invokeinterface java.util.Iterator.hasNext:()Z
            istore 4 /* b */
        start local 4 // boolean b
        18: .line 348
            goto 23
        end local 4 // boolean b
        19: .line 349
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 5 /* ex */
        start local 5 // java.lang.Exception ex
        20: .line 350
            aload 2 /* s */
            aload 5 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        21: .line 351
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxIterable$IterableSubscription.onCloseWithDropError:()V
        22: .line 352
            return
        end local 5 // java.lang.Exception ex
        start local 4 // boolean b
        23: .line 355
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.cancelled:Z
            ifeq 25
        24: .line 356
            return
        25: .line 359
      StackMap locals:
      StackMap stack:
            iload 4 /* b */
            ifne 2
        26: .line 360
            aload 2 /* s */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        27: .line 361
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxIterable$IterableSubscription.onCloseWithDropError:()V
        28: .line 362
            return
        end local 4 // boolean b
        end local 3 // java.lang.Object t
        end local 2 // org.reactivestreams.Subscriber s
        end local 1 // java.util.Iterator a
        end local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Lreactor/core/publisher/FluxIterable$IterableSubscription<TT;>;
            1   29     1     a  Ljava/util/Iterator<+TT;>;
            2   29     2     s  Lorg/reactivestreams/Subscriber<-TT;>;
            7    8     3     t  TT;
           12   29     3     t  TT;
            9   12     4    ex  Ljava/lang/Exception;
           18   19     4     b  Z
           23   29     4     b  Z
           20   23     5    ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           4     7       8  Class java.lang.Exception
          17    18      19  Class java.lang.Exception

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
         0: .line 369
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxIterable$IterableSubscription.onCloseWithDropError:()V
         1: .line 370
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.FluxIterable$IterableSubscription.cancelled:Z
         2: .line 371
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.iterator:Ljava/util/Iterator;
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.knownToBeFinite:Z
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onDiscardMultiple:(Ljava/util/Iterator;ZLreactor/util/context/Context;)V
         3: .line 372
            return
        end local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lreactor/core/publisher/FluxIterable$IterableSubscription<TT;>;

  public reactor.core.CoreSubscriber<? super T> actual();
    descriptor: ()Lreactor/core/CoreSubscriber;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
         0: .line 376
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.actual:Lreactor/core/CoreSubscriber;
            areturn
        end local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/core/publisher/FluxIterable$IterableSubscription<TT;>;
    Signature: ()Lreactor/core/CoreSubscriber<-TT;>;

  public java.lang.Object scanUnsafe(reactor.core.Scannable$Attr);
    descriptor: (Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 382
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.CANCELLED:Lreactor/core/Scannable$Attr;
            if_acmpne 1
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.cancelled:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         1: .line 383
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.REQUESTED_FROM_DOWNSTREAM:Lreactor/core/Scannable$Attr;
            if_acmpne 2
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.requested:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
         2: .line 384
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.TERMINATED:Lreactor/core/Scannable$Attr;
            if_acmpne 4
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.state:I
            iconst_2
            if_icmpne 3
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         4: .line 385
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.RUN_STYLE:Lreactor/core/Scannable$Attr;
            if_acmpne 5
            getstatic reactor.core.Scannable$Attr$RunStyle.SYNC:Lreactor/core/Scannable$Attr$RunStyle;
            areturn
         5: .line 387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            invokespecial reactor.core.publisher.InnerProducer.scanUnsafe:(Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
            areturn
        end local 1 // reactor.core.Scannable$Attr key
        end local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lreactor/core/publisher/FluxIterable$IterableSubscription<TT;>;
            0    6     1   key  Lreactor/core/Scannable$Attr;
    RuntimeVisibleAnnotations: 
      reactor.util.annotation.Nullable()
    MethodParameters:
      Name  Flags
      key   

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
         0: .line 392
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.iterator:Ljava/util/Iterator;
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.knownToBeFinite:Z
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onDiscardMultiple:(Ljava/util/Iterator;ZLreactor/util/context/Context;)V
         1: .line 393
            aload 0 /* this */
            iconst_2
            putfield reactor.core.publisher.FluxIterable$IterableSubscription.state:I
         2: .line 394
            return
        end local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lreactor/core/publisher/FluxIterable$IterableSubscription<TT;>;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
         0: .line 398
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.state:I
            istore 1 /* s */
        start local 1 // int s
         1: .line 399
            iload 1 /* s */
            iconst_2
            if_icmpne 3
         2: .line 400
            iconst_1
            ireturn
         3: .line 402
      StackMap locals: int
      StackMap stack:
            iload 1 /* s */
            iconst_1
            if_icmpeq 4
            iload 1 /* s */
            ifne 5
         4: .line 403
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 8
         6: .line 406
            aload 0 /* this */
            iconst_0
            putfield reactor.core.publisher.FluxIterable$IterableSubscription.state:I
         7: .line 407
            iconst_0
            ireturn
         8: .line 409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield reactor.core.publisher.FluxIterable$IterableSubscription.state:I
         9: .line 410
            iconst_1
            ireturn
        end local 1 // int s
        end local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lreactor/core/publisher/FluxIterable$IterableSubscription<TT;>;
            1   10     1     s  I

  public T poll();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
         0: .line 416
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxIterable$IterableSubscription.isEmpty:()Z
            ifne 11
         1: .line 418
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.state:I
            ifne 4
         2: .line 419
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 1 /* c */
        start local 1 // java.lang.Object c
         3: .line 420
            goto 6
        end local 1 // java.lang.Object c
         4: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.current:Ljava/lang/Object;
            astore 1 /* c */
        start local 1 // java.lang.Object c
         5: .line 423
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.FluxIterable$IterableSubscription.current:Ljava/lang/Object;
         6: .line 425
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield reactor.core.publisher.FluxIterable$IterableSubscription.state:I
         7: .line 426
            aload 1 /* c */
            ifnonnull 10
         8: .line 427
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxIterable$IterableSubscription.onCloseWithDropError:()V
         9: .line 428
            new java.lang.NullPointerException
            dup
            ldc "iterator returned a null value"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 430
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            areturn
        end local 1 // java.lang.Object c
        11: .line 432
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxIterable$IterableSubscription.onCloseWithDropError:()V
        12: .line 433
            aconst_null
            areturn
        end local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lreactor/core/publisher/FluxIterable$IterableSubscription<TT;>;
            3    4     1     c  TT;
            5   11     1     c  TT;
    Signature: ()TT;
    RuntimeVisibleAnnotations: 
      reactor.util.annotation.Nullable()

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
         0: .line 438
            aload 0 /* this */
            getfield reactor.core.publisher.FluxIterable$IterableSubscription.state:I
            iconst_2
            if_icmpne 2
         1: .line 439
            iconst_0
            ireturn
         2: .line 441
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // reactor.core.publisher.FluxIterable$IterableSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lreactor/core/publisher/FluxIterable$IterableSubscription<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lreactor/core/publisher/InnerProducer<TT;>;Lreactor/core/Fuseable$SynchronousSubscription<TT;>;
SourceFile: "FluxIterable.java"
NestHost: reactor.core.publisher.FluxIterable
InnerClasses:
  public abstract SynchronousSubscription = reactor.core.Fuseable$SynchronousSubscription of reactor.core.Fuseable
  public Attr = reactor.core.Scannable$Attr of reactor.core.Scannable
  public final RunStyle = reactor.core.Scannable$Attr$RunStyle of reactor.core.Scannable$Attr
  final IterableSubscription = reactor.core.publisher.FluxIterable$IterableSubscription of reactor.core.publisher.FluxIterable