final class reactor.core.publisher.FluxExpand$ExpandDepthSubscription<T> implements reactor.core.publisher.InnerProducer<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: reactor.core.publisher.FluxExpand$ExpandDepthSubscription
  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.function.Function<? super T, ? extends org.reactivestreams.Publisher<? extends T>> expander;
    descriptor: Ljava/util/function/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/function/Function<-TT;+Lorg/reactivestreams/Publisher<+TT;>;>;

  volatile java.lang.Throwable error;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0040) ACC_VOLATILE

  static final java.util.concurrent.atomic.AtomicReferenceFieldUpdater<reactor.core.publisher.FluxExpand$ExpandDepthSubscription, java.lang.Throwable> ERROR;
    descriptor: Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater<Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription;Ljava/lang/Throwable;>;

  volatile int active;
    descriptor: I
    flags: (0x0040) ACC_VOLATILE

  static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<reactor.core.publisher.FluxExpand$ExpandDepthSubscription> ACTIVE;
    descriptor: Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater<Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription;>;

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

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

  volatile java.lang.Object current;
    descriptor: Ljava/lang/Object;
    flags: (0x0040) ACC_VOLATILE

  static final java.util.concurrent.atomic.AtomicReferenceFieldUpdater<reactor.core.publisher.FluxExpand$ExpandDepthSubscription, java.lang.Object> CURRENT;
    descriptor: Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater<Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription;Ljava/lang/Object;>;

  volatile int wip;
    descriptor: I
    flags: (0x0040) ACC_VOLATILE

  static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<reactor.core.publisher.FluxExpand$ExpandDepthSubscription> WIP;
    descriptor: Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater<Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription;>;

  java.util.Deque<reactor.core.publisher.FluxExpand$ExpandDepthSubscriber<T>> subscriptionStack;
    descriptor: Ljava/util/Deque;
    flags: (0x0000) 
    Signature: Ljava/util/Deque<Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber<TT;>;>;

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

  reactor.core.CorePublisher<? extends T> source;
    descriptor: Lreactor/core/CorePublisher;
    flags: (0x0000) 
    Signature: Lreactor/core/CorePublisher<+TT;>;

  long consumed;
    descriptor: J
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 205
            ldc Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription;
            ldc Ljava/lang/Throwable;
            ldc "error"
            invokestatic java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
         1: .line 204
            putstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.ERROR:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
         2: .line 209
            ldc Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription;
            ldc "active"
            invokestatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
         3: .line 208
            putstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.ACTIVE:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
         4: .line 213
            ldc Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription;
            ldc "requested"
            invokestatic java.util.concurrent.atomic.AtomicLongFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
         5: .line 212
            putstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.REQUESTED:Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
         6: .line 217
            ldc Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription;
            ldc Ljava/lang/Object;
            ldc "current"
            invokestatic java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
         7: .line 216
            putstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.CURRENT:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
         8: .line 221
            ldc Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription;
            ldc "wip"
            invokestatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
         9: .line 220
            putstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.WIP:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
        10: .line 221
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(reactor.core.CoreSubscriber<? super T>, java.util.function.Function<? super T, ? extends org.reactivestreams.Publisher<? extends T>>, );
    descriptor: (Lreactor/core/CoreSubscriber;Ljava/util/function/Function;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
        start local 1 // reactor.core.CoreSubscriber actual
        start local 2 // java.util.function.Function expander
        start local 3 // int capacityHint
         0: .line 230
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 233
            aload 0 /* this */
            aload 1 /* actual */
            putfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.actual:Lreactor/core/CoreSubscriber;
         2: .line 234
            aload 0 /* this */
            aload 2 /* expander */
            putfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.expander:Ljava/util/function/Function;
         3: .line 235
            aload 0 /* this */
            new java.util.ArrayDeque
            dup
            iload 3 /* capacityHint */
            invokespecial java.util.ArrayDeque.<init>:(I)V
            putfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.subscriptionStack:Ljava/util/Deque;
         4: .line 236
            return
        end local 3 // int capacityHint
        end local 2 // java.util.function.Function expander
        end local 1 // reactor.core.CoreSubscriber actual
        end local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription<TT;>;
            0    5     1        actual  Lreactor/core/CoreSubscriber<-TT;>;
            0    5     2      expander  Ljava/util/function/Function<-TT;+Lorg/reactivestreams/Publisher<+TT;>;>;
            0    5     3  capacityHint  I
    Signature: (Lreactor/core/CoreSubscriber<-TT;>;Ljava/util/function/Function<-TT;+Lorg/reactivestreams/Publisher<+TT;>;>;I)V
    MethodParameters:
              Name  Flags
      actual        
      expander      
      capacityHint  

  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.FluxExpand$ExpandDepthSubscription this
         0: .line 240
            aload 0 /* this */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.actual:Lreactor/core/CoreSubscriber;
            areturn
        end local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription<TT;>;
    Signature: ()Lreactor/core/CoreSubscriber<-TT;>;

  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.FluxExpand$ExpandDepthSubscription this
        start local 1 // long n
         0: .line 245
            lload 1 /* n */
            invokestatic reactor.core.publisher.Operators.validate:(J)Z
            ifeq 3
         1: .line 246
            getstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.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
            pop2
         2: .line 247
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxExpand$ExpandDepthSubscription.drainQueue:()V
         3: .line 249
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription<TT;>;
            0    4     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
         0: .line 254
            aload 0 /* this */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.cancelled:Z
            ifne 16
         1: .line 255
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.cancelled:Z
         2: .line 257
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         3: .line 258
            aload 0 /* this */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.subscriptionStack:Ljava/util/Deque;
            astore 1 /* q */
        start local 1 // java.util.Deque q
         4: .line 259
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.subscriptionStack:Ljava/util/Deque;
         5: .line 257
            aload 2
            monitorexit
         6: goto 9
        end local 1 // java.util.Deque q
      StackMap locals: reactor.core.publisher.FluxExpand$ExpandDepthSubscription top reactor.core.publisher.FluxExpand$ExpandDepthSubscription
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
        start local 1 // java.util.Deque q
         9: .line 262
      StackMap locals: reactor.core.publisher.FluxExpand$ExpandDepthSubscription java.util.Deque
      StackMap stack:
            aload 1 /* q */
            ifnull 13
        10: .line 263
            goto 12
        11: .line 264
      StackMap locals:
      StackMap stack:
            aload 1 /* q */
            invokeinterface java.util.Deque.poll:()Ljava/lang/Object;
            checkcast reactor.core.publisher.FluxExpand$ExpandDepthSubscriber
            invokevirtual reactor.core.publisher.FluxExpand$ExpandDepthSubscriber.dispose:()V
        12: .line 263
      StackMap locals:
      StackMap stack:
            aload 1 /* q */
            invokeinterface java.util.Deque.isEmpty:()Z
            ifeq 11
        13: .line 268
      StackMap locals:
      StackMap stack:
            getstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.CURRENT:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.util.concurrent.atomic.AtomicReferenceFieldUpdater.getAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* o */
        start local 2 // java.lang.Object o
        14: .line 269
            aload 2 /* o */
            aload 0 /* this */
            if_acmpeq 16
            aload 2 /* o */
            ifnull 16
        15: .line 270
            aload 2 /* o */
            checkcast reactor.core.publisher.FluxExpand$ExpandDepthSubscriber
            invokevirtual reactor.core.publisher.FluxExpand$ExpandDepthSubscriber.dispose:()V
        end local 2 // java.lang.Object o
        end local 1 // java.util.Deque q
        16: .line 273
      StackMap locals:
      StackMap stack:
            return
        end local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription<TT;>;
            4    7     1     q  Ljava/util/Deque<Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber<TT;>;>;
            9   16     1     q  Ljava/util/Deque<Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber<TT;>;>;
           14   16     2     o  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           3     6       7  any
           7     8       7  any

  reactor.core.publisher.FluxExpand$ExpandDepthSubscriber<T> pop();
    descriptor: ()Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
         0: .line 277
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 278
            aload 0 /* this */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.subscriptionStack:Ljava/util/Deque;
            astore 2 /* q */
        start local 2 // java.util.Deque q
         2: .line 279
            aload 2 /* q */
            ifnull 3
            aload 2 /* q */
            invokeinterface java.util.Deque.pollFirst:()Ljava/lang/Object;
            checkcast reactor.core.publisher.FluxExpand$ExpandDepthSubscriber
            goto 4
      StackMap locals: reactor.core.publisher.FluxExpand$ExpandDepthSubscription java.util.Deque
      StackMap stack:
         3: aconst_null
      StackMap locals:
      StackMap stack: reactor.core.publisher.FluxExpand$ExpandDepthSubscriber
         4: aload 1
            monitorexit
         5: areturn
        end local 2 // java.util.Deque q
         6: .line 277
      StackMap locals: reactor.core.publisher.FluxExpand$ExpandDepthSubscription reactor.core.publisher.FluxExpand$ExpandDepthSubscription
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         7: athrow
        end local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription<TT;>;
            2    6     2     q  Ljava/util/Deque<Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber<TT;>;>;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    Signature: ()Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber<TT;>;
    RuntimeVisibleAnnotations: 
      reactor.util.annotation.Nullable()

  boolean push(reactor.core.publisher.FluxExpand$ExpandDepthSubscriber<T>);
    descriptor: (Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
        start local 1 // reactor.core.publisher.FluxExpand$ExpandDepthSubscriber subscriber
         0: .line 284
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 285
            aload 0 /* this */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.subscriptionStack:Ljava/util/Deque;
            astore 3 /* q */
        start local 3 // java.util.Deque q
         2: .line 286
            aload 3 /* q */
            ifnull 6
         3: .line 287
            aload 3 /* q */
            aload 1 /* subscriber */
            invokeinterface java.util.Deque.offerFirst:(Ljava/lang/Object;)Z
            pop
         4: .line 288
            aload 2
            monitorexit
         5: iconst_1
            ireturn
         6: .line 290
      StackMap locals: reactor.core.publisher.FluxExpand$ExpandDepthSubscription java.util.Deque
      StackMap stack:
            aload 2
            monitorexit
         7: iconst_0
            ireturn
        end local 3 // java.util.Deque q
         8: .line 284
      StackMap locals: reactor.core.publisher.FluxExpand$ExpandDepthSubscription reactor.core.publisher.FluxExpand$ExpandDepthSubscriber reactor.core.publisher.FluxExpand$ExpandDepthSubscription
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         9: athrow
        end local 1 // reactor.core.publisher.FluxExpand$ExpandDepthSubscriber subscriber
        end local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription<TT;>;
            0   10     1  subscriber  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber<TT;>;
            2    8     3           q  Ljava/util/Deque<Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber<TT;>;>;
      Exception table:
        from    to  target  type
           1     5       8  any
           6     7       8  any
           8     9       8  any
    Signature: (Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber<TT;>;)Z
    MethodParameters:
            Name  Flags
      subscriber  

  boolean setCurrent(reactor.core.publisher.FluxExpand$ExpandDepthSubscriber<T>);
    descriptor: (Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
        start local 1 // reactor.core.publisher.FluxExpand$ExpandDepthSubscriber inner
         0: .line 296
      StackMap locals:
      StackMap stack:
            getstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.CURRENT:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
            aload 0 /* this */
            invokevirtual java.util.concurrent.atomic.AtomicReferenceFieldUpdater.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* o */
        start local 2 // java.lang.Object o
         1: .line 297
            aload 2 /* o */
            aload 0 /* this */
            if_acmpne 4
         2: .line 298
            aload 1 /* inner */
            invokevirtual reactor.core.publisher.FluxExpand$ExpandDepthSubscriber.dispose:()V
         3: .line 299
            iconst_0
            ireturn
         4: .line 301
      StackMap locals: java.lang.Object
      StackMap stack:
            getstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.CURRENT:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
            aload 0 /* this */
            aload 2 /* o */
            aload 1 /* inner */
            invokevirtual java.util.concurrent.atomic.AtomicReferenceFieldUpdater.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 0
         5: .line 302
            iconst_1
            ireturn
        end local 2 // java.lang.Object o
        end local 1 // reactor.core.publisher.FluxExpand$ExpandDepthSubscriber inner
        end local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription<TT;>;
            0    6     1  inner  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber<TT;>;
            1    6     2      o  Ljava/lang/Object;
    Signature: (Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber<TT;>;)Z
    MethodParameters:
       Name  Flags
      inner  

  void drainQueue();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=12, args_size=1
        start local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
         0: .line 308
            getstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.WIP:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            aload 0 /* this */
            invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.getAndIncrement:(Ljava/lang/Object;)I
            ifeq 2
         1: .line 309
            return
         2: .line 312
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* missed */
        start local 1 // int missed
         3: .line 313
            aload 0 /* this */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.actual:Lreactor/core/CoreSubscriber;
            astore 2 /* a */
        start local 2 // org.reactivestreams.Subscriber a
         4: .line 314
            aload 0 /* this */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.consumed:J
            lstore 3 /* e */
        start local 3 // long e
         5: .line 317
      StackMap locals: int org.reactivestreams.Subscriber long
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.current:Ljava/lang/Object;
            astore 5 /* o */
        start local 5 // java.lang.Object o
         6: .line 318
            aload 0 /* this */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.cancelled:Z
            ifne 7
            aload 5 /* o */
            aload 0 /* this */
            if_acmpne 9
         7: .line 319
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.source:Lreactor/core/CorePublisher;
         8: .line 320
            return
         9: .line 324
      StackMap locals:
      StackMap stack:
            aload 5 /* o */
            checkcast reactor.core.publisher.FluxExpand$ExpandDepthSubscriber
            astore 6 /* curr */
        start local 6 // reactor.core.publisher.FluxExpand$ExpandDepthSubscriber curr
        10: .line 325
            aload 0 /* this */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.source:Lreactor/core/CorePublisher;
            astore 7 /* p */
        start local 7 // org.reactivestreams.Publisher p
        11: .line 327
            aload 6 /* curr */
            ifnonnull 19
            aload 7 /* p */
            ifnull 19
        12: .line 328
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.source:Lreactor/core/CorePublisher;
        13: .line 329
            getstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.ACTIVE:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            aload 0 /* this */
            invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.getAndIncrement:(Ljava/lang/Object;)I
            pop
        14: .line 331
            new reactor.core.publisher.FluxExpand$ExpandDepthSubscriber
            dup
            aload 0 /* this */
            invokespecial reactor.core.publisher.FluxExpand$ExpandDepthSubscriber.<init>:(Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription;)V
            astore 8 /* eds */
        start local 8 // reactor.core.publisher.FluxExpand$ExpandDepthSubscriber eds
        15: .line 332
            aload 0 /* this */
            aload 8 /* eds */
            invokevirtual reactor.core.publisher.FluxExpand$ExpandDepthSubscription.setCurrent:(Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber;)Z
            ifeq 18
        16: .line 333
            aload 7 /* p */
            aload 8 /* eds */
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
        17: .line 334
            goto 63
        18: .line 336
      StackMap locals: reactor.core.publisher.FluxExpand$ExpandDepthSubscriber org.reactivestreams.Publisher reactor.core.publisher.FluxExpand$ExpandDepthSubscriber
      StackMap stack:
            return
        end local 8 // reactor.core.publisher.FluxExpand$ExpandDepthSubscriber eds
        19: .line 339
      StackMap locals:
      StackMap stack:
            aload 6 /* curr */
            ifnonnull 21
        20: .line 340
            return
        21: .line 343
      StackMap locals:
      StackMap stack:
            aload 6 /* curr */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscriber.done:Z
            istore 8 /* currentDone */
        start local 8 // boolean currentDone
        22: .line 344
            aload 6 /* curr */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscriber.value:Ljava/lang/Object;
            astore 9 /* v */
        start local 9 // java.lang.Object v
        23: .line 346
            iconst_0
            istore 10 /* newSource */
        start local 10 // boolean newSource
        24: .line 347
            aload 9 /* v */
            ifnull 49
            lload 3 /* e */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.requested:J
            lcmp
            ifeq 49
        25: .line 348
            aload 6 /* curr */
            aconst_null
            putfield reactor.core.publisher.FluxExpand$ExpandDepthSubscriber.value:Ljava/lang/Object;
        26: .line 349
            aload 2 /* a */
            aload 9 /* v */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        27: .line 350
            lload 3 /* e */
            lconst_1
            ladd
            lstore 3 /* e */
        28: .line 353
            aload 0 /* this */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.expander:Ljava/util/function/Function;
            aload 9 /* v */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
        29: .line 354
            ldc "The expander returned a null Publisher"
        30: .line 353
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
            astore 7 /* p */
        31: .line 355
            goto 40
        32: .line 356
      StackMap locals: reactor.core.publisher.FluxExpand$ExpandDepthSubscription int org.reactivestreams.Subscriber long java.lang.Object reactor.core.publisher.FluxExpand$ExpandDepthSubscriber org.reactivestreams.Publisher int java.lang.Object int
      StackMap stack: java.lang.Throwable
            astore 11 /* ex */
        start local 11 // java.lang.Throwable ex
        33: .line 357
            aload 11 /* ex */
            invokestatic reactor.core.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        34: .line 358
            aconst_null
            astore 7 /* p */
        35: .line 359
            aload 6 /* curr */
            invokevirtual reactor.core.publisher.FluxExpand$ExpandDepthSubscriber.dispose:()V
        36: .line 360
            aload 6 /* curr */
            iconst_1
            putfield reactor.core.publisher.FluxExpand$ExpandDepthSubscriber.done:Z
        37: .line 361
            iconst_1
            istore 8 /* currentDone */
        38: .line 362
            aconst_null
            astore 9 /* v */
        39: .line 363
            getstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.ERROR:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
            aload 0 /* this */
            aload 11 /* ex */
            invokestatic reactor.core.Exceptions.addThrowable:(Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;Ljava/lang/Object;Ljava/lang/Throwable;)Z
            pop
        end local 11 // java.lang.Throwable ex
        40: .line 366
      StackMap locals:
      StackMap stack:
            aload 7 /* p */
            ifnull 49
        41: .line 367
            aload 0 /* this */
            aload 6 /* curr */
            invokevirtual reactor.core.publisher.FluxExpand$ExpandDepthSubscription.push:(Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber;)Z
            ifeq 49
        42: .line 368
            getstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.ACTIVE:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            aload 0 /* this */
            invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.getAndIncrement:(Ljava/lang/Object;)I
            pop
        43: .line 369
            new reactor.core.publisher.FluxExpand$ExpandDepthSubscriber
            dup
            aload 0 /* this */
            invokespecial reactor.core.publisher.FluxExpand$ExpandDepthSubscriber.<init>:(Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription;)V
            astore 6 /* curr */
        44: .line 370
            aload 0 /* this */
            aload 6 /* curr */
            invokevirtual reactor.core.publisher.FluxExpand$ExpandDepthSubscription.setCurrent:(Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber;)Z
            ifeq 48
        45: .line 371
            aload 7 /* p */
            aload 6 /* curr */
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
        46: .line 372
            iconst_1
            istore 10 /* newSource */
        47: .line 373
            goto 49
        48: .line 375
      StackMap locals:
      StackMap stack:
            return
        49: .line 381
      StackMap locals:
      StackMap stack:
            iload 10 /* newSource */
            ifne 63
        50: .line 382
            iload 8 /* currentDone */
            ifeq 63
            aload 9 /* v */
            ifnonnull 63
        51: .line 383
            getstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.ACTIVE:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            aload 0 /* this */
            invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.decrementAndGet:(Ljava/lang/Object;)I
            ifne 58
        52: .line 384
            getstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.ERROR:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
            aload 0 /* this */
            invokestatic reactor.core.Exceptions.terminate:(Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;Ljava/lang/Object;)Ljava/lang/Throwable;
            astore 11 /* ex */
        start local 11 // java.lang.Throwable ex
        53: .line 385
            aload 11 /* ex */
            ifnull 56
        54: .line 386
            aload 2 /* a */
            aload 11 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        55: .line 387
            goto 57
        56: .line 389
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 2 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        57: .line 391
      StackMap locals:
      StackMap stack:
            return
        end local 11 // java.lang.Throwable ex
        58: .line 393
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxExpand$ExpandDepthSubscription.pop:()Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber;
            astore 6 /* curr */
        59: .line 394
            aload 6 /* curr */
            ifnull 62
            aload 0 /* this */
            aload 6 /* curr */
            invokevirtual reactor.core.publisher.FluxExpand$ExpandDepthSubscription.setCurrent:(Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber;)Z
            ifeq 62
        60: .line 395
            aload 6 /* curr */
            invokevirtual reactor.core.publisher.FluxExpand$ExpandDepthSubscriber.requestOne:()V
        61: .line 396
            goto 5
        62: .line 399
      StackMap locals:
      StackMap stack:
            return
        end local 10 // boolean newSource
        end local 9 // java.lang.Object v
        end local 8 // boolean currentDone
        63: .line 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.wip:I
            istore 8 /* w */
        start local 8 // int w
        64: .line 405
            iload 1 /* missed */
            iload 8 /* w */
            if_icmpne 69
        65: .line 406
            aload 0 /* this */
            lload 3 /* e */
            putfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.consumed:J
        66: .line 407
            getstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.WIP:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            aload 0 /* this */
            iload 1 /* missed */
            ineg
            invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.addAndGet:(Ljava/lang/Object;I)I
            istore 1 /* missed */
        67: .line 408
            iload 1 /* missed */
            ifne 5
        68: .line 409
            goto 71
        69: .line 413
      StackMap locals: int
      StackMap stack:
            iload 8 /* w */
            istore 1 /* missed */
        end local 8 // int w
        end local 7 // org.reactivestreams.Publisher p
        end local 6 // reactor.core.publisher.FluxExpand$ExpandDepthSubscriber curr
        end local 5 // java.lang.Object o
        70: .line 316
            goto 5
        71: .line 416
      StackMap locals: reactor.core.publisher.FluxExpand$ExpandDepthSubscription int org.reactivestreams.Subscriber long
      StackMap stack:
            return
        end local 3 // long e
        end local 2 // org.reactivestreams.Subscriber a
        end local 1 // int missed
        end local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   72     0         this  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription<TT;>;
            3   72     1       missed  I
            4   72     2            a  Lorg/reactivestreams/Subscriber<-TT;>;
            5   72     3            e  J
            6   70     5            o  Ljava/lang/Object;
           10   70     6         curr  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber<TT;>;
           11   70     7            p  Lorg/reactivestreams/Publisher<+TT;>;
           15   19     8          eds  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber<TT;>;
           22   63     8  currentDone  Z
           23   63     9            v  TT;
           24   63    10    newSource  Z
           33   40    11           ex  Ljava/lang/Throwable;
           53   58    11           ex  Ljava/lang/Throwable;
           64   70     8            w  I
      Exception table:
        from    to  target  type
          28    31      32  Class java.lang.Throwable

  void innerNext();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
         0: .line 419
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxExpand$ExpandDepthSubscription.drainQueue:()V
         1: .line 420
            return
        end local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription<TT;>;

  void innerError(reactor.core.publisher.FluxExpand$ExpandDepthSubscriber, java.lang.Throwable);
    descriptor: (Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber;Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
        start local 1 // reactor.core.publisher.FluxExpand$ExpandDepthSubscriber inner
        start local 2 // java.lang.Throwable t
         0: .line 423
            getstatic reactor.core.publisher.FluxExpand$ExpandDepthSubscription.ERROR:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
            aload 0 /* this */
            aload 2 /* t */
            invokestatic reactor.core.Exceptions.addThrowable:(Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;Ljava/lang/Object;Ljava/lang/Throwable;)Z
            pop
         1: .line 424
            aload 1 /* inner */
            iconst_1
            putfield reactor.core.publisher.FluxExpand$ExpandDepthSubscriber.done:Z
         2: .line 425
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxExpand$ExpandDepthSubscription.drainQueue:()V
         3: .line 426
            return
        end local 2 // java.lang.Throwable t
        end local 1 // reactor.core.publisher.FluxExpand$ExpandDepthSubscriber inner
        end local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription<TT;>;
            0    4     1  inner  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber;
            0    4     2      t  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      inner  
      t      

  void innerComplete(reactor.core.publisher.FluxExpand$ExpandDepthSubscriber);
    descriptor: (Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
        start local 1 // reactor.core.publisher.FluxExpand$ExpandDepthSubscriber inner
         0: .line 429
            aload 1 /* inner */
            iconst_1
            putfield reactor.core.publisher.FluxExpand$ExpandDepthSubscriber.done:Z
         1: .line 430
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxExpand$ExpandDepthSubscription.drainQueue:()V
         2: .line 431
            return
        end local 1 // reactor.core.publisher.FluxExpand$ExpandDepthSubscriber inner
        end local 0 // reactor.core.publisher.FluxExpand$ExpandDepthSubscription this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription<TT;>;
            0    3     1  inner  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscriber;
    MethodParameters:
       Name  Flags
      inner  

  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.FluxExpand$ExpandDepthSubscription this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 436
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.CANCELLED:Lreactor/core/Scannable$Attr;
            if_acmpne 1
            aload 0 /* this */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.cancelled:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         1: .line 437
      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.FluxExpand$ExpandDepthSubscription.requested:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
         2: .line 438
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.ERROR:Lreactor/core/Scannable$Attr;
            if_acmpne 3
            aload 0 /* this */
            getfield reactor.core.publisher.FluxExpand$ExpandDepthSubscription.error:Ljava/lang/Throwable;
            areturn
         3: .line 440
      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.FluxExpand$ExpandDepthSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lreactor/core/publisher/FluxExpand$ExpandDepthSubscription<TT;>;
            0    4     1   key  Lreactor/core/Scannable$Attr;
    RuntimeVisibleAnnotations: 
      reactor.util.annotation.Nullable()
    MethodParameters:
      Name  Flags
      key   
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lreactor/core/publisher/InnerProducer<TT;>;
SourceFile: "FluxExpand.java"
NestHost: reactor.core.publisher.FluxExpand
InnerClasses:
  public Attr = reactor.core.Scannable$Attr of reactor.core.Scannable
  final ExpandDepthSubscriber = reactor.core.publisher.FluxExpand$ExpandDepthSubscriber of reactor.core.publisher.FluxExpand
  final ExpandDepthSubscription = reactor.core.publisher.FluxExpand$ExpandDepthSubscription of reactor.core.publisher.FluxExpand