final class reactor.core.publisher.MonoNext$NextSubscriber<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.MonoNext$NextSubscriber
  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;>;

  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.MonoNext$NextSubscriber> WIP;
    descriptor: Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater<Lreactor/core/publisher/MonoNext$NextSubscriber;>;

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

  void <init>(reactor.core.CoreSubscriber<? super T>);
    descriptor: (Lreactor/core/CoreSubscriber;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // reactor.core.publisher.MonoNext$NextSubscriber this
        start local 1 // reactor.core.CoreSubscriber actual
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            aload 1 /* actual */
            putfield reactor.core.publisher.MonoNext$NextSubscriber.actual:Lreactor/core/CoreSubscriber;
         2: .line 64
            return
        end local 1 // reactor.core.CoreSubscriber actual
        end local 0 // reactor.core.publisher.MonoNext$NextSubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lreactor/core/publisher/MonoNext$NextSubscriber<TT;>;
            0    3     1  actual  Lreactor/core/CoreSubscriber<-TT;>;
    Signature: (Lreactor/core/CoreSubscriber<-TT;>;)V
    MethodParameters:
        Name  Flags
      actual  

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // reactor.core.publisher.MonoNext$NextSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 68
            aload 0 /* this */
            getfield reactor.core.publisher.MonoNext$NextSubscriber.s:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic reactor.core.publisher.Operators.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 3
         1: .line 69
            aload 0 /* this */
            aload 1 /* s */
            putfield reactor.core.publisher.MonoNext$NextSubscriber.s:Lorg/reactivestreams/Subscription;
         2: .line 70
            aload 0 /* this */
            getfield reactor.core.publisher.MonoNext$NextSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 0 /* this */
            invokeinterface reactor.core.CoreSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 72
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // reactor.core.publisher.MonoNext$NextSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lreactor/core/publisher/MonoNext$NextSubscriber<TT;>;
            0    4     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // reactor.core.publisher.MonoNext$NextSubscriber this
        start local 1 // java.lang.Object t
         0: .line 76
            aload 0 /* this */
            getfield reactor.core.publisher.MonoNext$NextSubscriber.done:Z
            ifeq 3
         1: .line 77
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoNext$NextSubscriber.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 78
            return
         3: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.MonoNext$NextSubscriber.s:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         4: .line 82
            aload 0 /* this */
            getfield reactor.core.publisher.MonoNext$NextSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 1 /* t */
            invokeinterface reactor.core.CoreSubscriber.onNext:(Ljava/lang/Object;)V
         5: .line 83
            aload 0 /* this */
            invokevirtual reactor.core.publisher.MonoNext$NextSubscriber.onComplete:()V
         6: .line 84
            return
        end local 1 // java.lang.Object t
        end local 0 // reactor.core.publisher.MonoNext$NextSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lreactor/core/publisher/MonoNext$NextSubscriber<TT;>;
            0    7     1     t  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // reactor.core.publisher.MonoNext$NextSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 88
            aload 0 /* this */
            getfield reactor.core.publisher.MonoNext$NextSubscriber.done:Z
            ifeq 3
         1: .line 89
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoNext$NextSubscriber.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 90
            return
         3: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.MonoNext$NextSubscriber.done:Z
         4: .line 93
            aload 0 /* this */
            getfield reactor.core.publisher.MonoNext$NextSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 1 /* t */
            invokeinterface reactor.core.CoreSubscriber.onError:(Ljava/lang/Throwable;)V
         5: .line 94
            return
        end local 1 // java.lang.Throwable t
        end local 0 // reactor.core.publisher.MonoNext$NextSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lreactor/core/publisher/MonoNext$NextSubscriber<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.MonoNext$NextSubscriber this
         0: .line 98
            aload 0 /* this */
            getfield reactor.core.publisher.MonoNext$NextSubscriber.done:Z
            ifeq 2
         1: .line 99
            return
         2: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.MonoNext$NextSubscriber.done:Z
         3: .line 102
            aload 0 /* this */
            getfield reactor.core.publisher.MonoNext$NextSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.onComplete:()V
         4: .line 103
            return
        end local 0 // reactor.core.publisher.MonoNext$NextSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lreactor/core/publisher/MonoNext$NextSubscriber<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.MonoNext$NextSubscriber this
        start local 1 // long n
         0: .line 107
            getstatic reactor.core.publisher.MonoNext$NextSubscriber.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 2
         1: .line 108
            aload 0 /* this */
            getfield reactor.core.publisher.MonoNext$NextSubscriber.s:Lorg/reactivestreams/Subscription;
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         2: .line 110
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // reactor.core.publisher.MonoNext$NextSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lreactor/core/publisher/MonoNext$NextSubscriber<TT;>;
            0    3     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.MonoNext$NextSubscriber this
         0: .line 114
            aload 0 /* this */
            getfield reactor.core.publisher.MonoNext$NextSubscriber.s:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         1: .line 115
            return
        end local 0 // reactor.core.publisher.MonoNext$NextSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lreactor/core/publisher/MonoNext$NextSubscriber<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.MonoNext$NextSubscriber this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 120
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.TERMINATED:Lreactor/core/Scannable$Attr;
            if_acmpne 1
            aload 0 /* this */
            getfield reactor.core.publisher.MonoNext$NextSubscriber.done:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         1: .line 121
      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.MonoNext$NextSubscriber.s:Lorg/reactivestreams/Subscription;
            areturn
         2: .line 122
      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 124
      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.MonoNext$NextSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lreactor/core/publisher/MonoNext$NextSubscriber<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.MonoNext$NextSubscriber this
         0: .line 129
            aload 0 /* this */
            getfield reactor.core.publisher.MonoNext$NextSubscriber.actual:Lreactor/core/CoreSubscriber;
            areturn
        end local 0 // reactor.core.publisher.MonoNext$NextSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/core/publisher/MonoNext$NextSubscriber<TT;>;
    Signature: ()Lreactor/core/CoreSubscriber<-TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lreactor/core/publisher/InnerOperator<TT;TT;>;
SourceFile: "MonoNext.java"
NestHost: reactor.core.publisher.MonoNext
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 NextSubscriber = reactor.core.publisher.MonoNext$NextSubscriber of reactor.core.publisher.MonoNext