final class reactor.core.publisher.FluxTake$TakeSubscriber<T> implements reactor.core.publisher.InnerOperator<T, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: reactor.core.publisher.FluxTake$TakeSubscriber
  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 long n;
    descriptor: J
    flags: (0x0010) ACC_FINAL

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

  org.reactivestreams.Subscription s;
    descriptor: Lorg/reactivestreams/Subscription;
    flags: (0x0000) 

  boolean done;
    descriptor: Z
    flags: (0x0000) 

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 86
            ldc Lreactor/core/publisher/FluxTake$TakeSubscriber;
            ldc "wip"
            invokestatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
         1: .line 85
            putstatic reactor.core.publisher.FluxTake$TakeSubscriber.WIP:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
         2: .line 86
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(reactor.core.CoreSubscriber<? super T>, );
    descriptor: (Lreactor/core/CoreSubscriber;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // reactor.core.publisher.FluxTake$TakeSubscriber this
        start local 1 // reactor.core.CoreSubscriber actual
        start local 2 // long n
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 89
            aload 0 /* this */
            aload 1 /* actual */
            putfield reactor.core.publisher.FluxTake$TakeSubscriber.actual:Lreactor/core/CoreSubscriber;
         2: .line 90
            aload 0 /* this */
            lload 2 /* n */
            putfield reactor.core.publisher.FluxTake$TakeSubscriber.n:J
         3: .line 91
            aload 0 /* this */
            lload 2 /* n */
            putfield reactor.core.publisher.FluxTake$TakeSubscriber.remaining:J
         4: .line 92
            return
        end local 2 // long n
        end local 1 // reactor.core.CoreSubscriber actual
        end local 0 // reactor.core.publisher.FluxTake$TakeSubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lreactor/core/publisher/FluxTake$TakeSubscriber<TT;>;
            0    5     1  actual  Lreactor/core/CoreSubscriber<-TT;>;
            0    5     2       n  J
    Signature: (Lreactor/core/CoreSubscriber<-TT;>;J)V
    MethodParameters:
        Name  Flags
      actual  
      n       

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // reactor.core.publisher.FluxTake$TakeSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 96
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.s:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic reactor.core.publisher.Operators.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 8
         1: .line 97
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.n:J
            lconst_0
            lcmp
            ifne 6
         2: .line 98
            aload 1 /* s */
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         3: .line 99
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.FluxTake$TakeSubscriber.done:Z
         4: .line 100
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokestatic reactor.core.publisher.Operators.complete:(Lorg/reactivestreams/Subscriber;)V
         5: .line 101
            goto 8
         6: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            putfield reactor.core.publisher.FluxTake$TakeSubscriber.s:Lorg/reactivestreams/Subscription;
         7: .line 104
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 0 /* this */
            invokeinterface reactor.core.CoreSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         8: .line 107
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // reactor.core.publisher.FluxTake$TakeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lreactor/core/publisher/FluxTake$TakeSubscriber<TT;>;
            0    9     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // reactor.core.publisher.FluxTake$TakeSubscriber this
        start local 1 // java.lang.Object t
         0: .line 111
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.done:Z
            ifeq 3
         1: .line 112
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onNextDropped:(Ljava/lang/Object;Lreactor/util/context/Context;)V
         2: .line 113
            return
         3: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.remaining:J
            lstore 2 /* r */
        start local 2 // long r
         4: .line 118
            lload 2 /* r */
            lconst_0
            lcmp
            ifne 8
         5: .line 119
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.s:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         6: .line 120
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxTake$TakeSubscriber.onComplete:()V
         7: .line 121
            return
         8: .line 124
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            lload 2 /* r */
            lconst_1
            lsub
            dup2
            lstore 2 /* r */
            putfield reactor.core.publisher.FluxTake$TakeSubscriber.remaining:J
         9: .line 125
            lload 2 /* r */
            lconst_0
            lcmp
            ifne 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_0
      StackMap locals:
      StackMap stack: int
        11: istore 4 /* stop */
        start local 4 // boolean stop
        12: .line 127
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 1 /* t */
            invokeinterface reactor.core.CoreSubscriber.onNext:(Ljava/lang/Object;)V
        13: .line 129
            iload 4 /* stop */
            ifeq 16
        14: .line 130
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.s:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        15: .line 132
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxTake$TakeSubscriber.onComplete:()V
        16: .line 134
      StackMap locals: int
      StackMap stack:
            return
        end local 4 // boolean stop
        end local 2 // long r
        end local 1 // java.lang.Object t
        end local 0 // reactor.core.publisher.FluxTake$TakeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lreactor/core/publisher/FluxTake$TakeSubscriber<TT;>;
            0   17     1     t  TT;
            4   17     2     r  J
           12   17     4  stop  Z
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // reactor.core.publisher.FluxTake$TakeSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 138
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.done:Z
            ifeq 3
         1: .line 139
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.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
         2: .line 140
            return
         3: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.FluxTake$TakeSubscriber.done:Z
         4: .line 143
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 1 /* t */
            invokeinterface reactor.core.CoreSubscriber.onError:(Ljava/lang/Throwable;)V
         5: .line 144
            return
        end local 1 // java.lang.Throwable t
        end local 0 // reactor.core.publisher.FluxTake$TakeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lreactor/core/publisher/FluxTake$TakeSubscriber<TT;>;
            0    6     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // reactor.core.publisher.FluxTake$TakeSubscriber this
         0: .line 148
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.done:Z
            ifeq 2
         1: .line 149
            return
         2: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.FluxTake$TakeSubscriber.done:Z
         3: .line 152
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.onComplete:()V
         4: .line 153
            return
        end local 0 // reactor.core.publisher.FluxTake$TakeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lreactor/core/publisher/FluxTake$TakeSubscriber<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.FluxTake$TakeSubscriber this
        start local 1 // long n
         0: .line 157
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.wip:I
            ifne 6
            getstatic reactor.core.publisher.FluxTake$TakeSubscriber.WIP:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.compareAndSet:(Ljava/lang/Object;II)Z
            ifeq 6
         1: .line 158
            lload 1 /* n */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.n:J
            lcmp
            iflt 4
         2: .line 159
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.s:Lorg/reactivestreams/Subscription;
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         3: .line 160
            goto 5
         4: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.s:Lorg/reactivestreams/Subscription;
            lload 1 /* n */
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         5: .line 163
      StackMap locals:
      StackMap stack:
            return
         6: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.s:Lorg/reactivestreams/Subscription;
            lload 1 /* n */
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         7: .line 167
            return
        end local 1 // long n
        end local 0 // reactor.core.publisher.FluxTake$TakeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lreactor/core/publisher/FluxTake$TakeSubscriber<TT;>;
            0    8     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // reactor.core.publisher.FluxTake$TakeSubscriber this
         0: .line 171
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.s:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         1: .line 172
            return
        end local 0 // reactor.core.publisher.FluxTake$TakeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lreactor/core/publisher/FluxTake$TakeSubscriber<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.FluxTake$TakeSubscriber this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 177
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.TERMINATED:Lreactor/core/Scannable$Attr;
            if_acmpne 1
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.done:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         1: .line 178
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.PARENT:Lreactor/core/Scannable$Attr;
            if_acmpne 2
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.s:Lorg/reactivestreams/Subscription;
            areturn
         2: .line 179
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.RUN_STYLE:Lreactor/core/Scannable$Attr;
            if_acmpne 3
            getstatic reactor.core.Scannable$Attr$RunStyle.SYNC:Lreactor/core/Scannable$Attr$RunStyle;
            areturn
         3: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            invokespecial reactor.core.publisher.InnerOperator.scanUnsafe:(Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
            areturn
        end local 1 // reactor.core.Scannable$Attr key
        end local 0 // reactor.core.publisher.FluxTake$TakeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lreactor/core/publisher/FluxTake$TakeSubscriber<TT;>;
            0    4     1   key  Lreactor/core/Scannable$Attr;
    RuntimeVisibleAnnotations: 
      reactor.util.annotation.Nullable()
    MethodParameters:
      Name  Flags
      key   

  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.FluxTake$TakeSubscriber this
         0: .line 186
            aload 0 /* this */
            getfield reactor.core.publisher.FluxTake$TakeSubscriber.actual:Lreactor/core/CoreSubscriber;
            areturn
        end local 0 // reactor.core.publisher.FluxTake$TakeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/core/publisher/FluxTake$TakeSubscriber<TT;>;
    Signature: ()Lreactor/core/CoreSubscriber<-TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lreactor/core/publisher/InnerOperator<TT;TT;>;
SourceFile: "FluxTake.java"
NestHost: reactor.core.publisher.FluxTake
InnerClasses:
  public Attr = reactor.core.Scannable$Attr of reactor.core.Scannable
  public final RunStyle = reactor.core.Scannable$Attr$RunStyle of reactor.core.Scannable$Attr
  final TakeSubscriber = reactor.core.publisher.FluxTake$TakeSubscriber of reactor.core.publisher.FluxTake