final class reactor.core.publisher.MonoCollect$CollectSubscriber<T, R> extends reactor.core.publisher.Operators$MonoSubscriber<T, R>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: reactor.core.publisher.MonoCollect$CollectSubscriber
  super_class: reactor.core.publisher.Operators$MonoSubscriber
{
  final java.util.function.BiConsumer<? super R, ? super T> action;
    descriptor: Ljava/util/function/BiConsumer;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/function/BiConsumer<-TR;-TT;>;

  R container;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 
    Signature: TR;

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

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

  void <init>(reactor.core.CoreSubscriber<? super R>, java.util.function.BiConsumer<? super R, ? super T>, );
    descriptor: (Lreactor/core/CoreSubscriber;Ljava/util/function/BiConsumer;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // reactor.core.publisher.MonoCollect$CollectSubscriber this
        start local 1 // reactor.core.CoreSubscriber actual
        start local 2 // java.util.function.BiConsumer action
        start local 3 // java.lang.Object container
         0: .line 82
            aload 0 /* this */
            aload 1 /* actual */
            invokespecial reactor.core.publisher.Operators$MonoSubscriber.<init>:(Lreactor/core/CoreSubscriber;)V
         1: .line 83
            aload 0 /* this */
            aload 2 /* action */
            putfield reactor.core.publisher.MonoCollect$CollectSubscriber.action:Ljava/util/function/BiConsumer;
         2: .line 84
            aload 0 /* this */
            aload 3 /* container */
            putfield reactor.core.publisher.MonoCollect$CollectSubscriber.container:Ljava/lang/Object;
         3: .line 85
            return
        end local 3 // java.lang.Object container
        end local 2 // java.util.function.BiConsumer action
        end local 1 // reactor.core.CoreSubscriber actual
        end local 0 // reactor.core.publisher.MonoCollect$CollectSubscriber this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lreactor/core/publisher/MonoCollect$CollectSubscriber<TT;TR;>;
            0    4     1     actual  Lreactor/core/CoreSubscriber<-TR;>;
            0    4     2     action  Ljava/util/function/BiConsumer<-TR;-TT;>;
            0    4     3  container  TR;
    Signature: (Lreactor/core/CoreSubscriber<-TR;>;Ljava/util/function/BiConsumer<-TR;-TT;>;TR;)V
    MethodParameters:
           Name  Flags
      actual     
      action     
      container  

  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.MonoCollect$CollectSubscriber this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 90
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.PARENT:Lreactor/core/Scannable$Attr;
            if_acmpne 1
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.s:Lorg/reactivestreams/Subscription;
            areturn
         1: .line 91
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.TERMINATED:Lreactor/core/Scannable$Attr;
            if_acmpne 2
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.done:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         2: .line 92
      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 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            invokespecial reactor.core.publisher.Operators$MonoSubscriber.scanUnsafe:(Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
            areturn
        end local 1 // reactor.core.Scannable$Attr key
        end local 0 // reactor.core.publisher.MonoCollect$CollectSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lreactor/core/publisher/MonoCollect$CollectSubscriber<TT;TR;>;
            0    4     1   key  Lreactor/core/Scannable$Attr;
    RuntimeVisibleAnnotations: 
      reactor.util.annotation.Nullable()
    MethodParameters:
      Name  Flags
      key   

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // reactor.core.publisher.MonoCollect$CollectSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 98
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.s:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic reactor.core.publisher.Operators.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 4
         1: .line 99
            aload 0 /* this */
            aload 1 /* s */
            putfield reactor.core.publisher.MonoCollect$CollectSubscriber.s:Lorg/reactivestreams/Subscription;
         2: .line 101
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 0 /* this */
            invokeinterface reactor.core.CoreSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 103
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // reactor.core.publisher.MonoCollect$CollectSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lreactor/core/publisher/MonoCollect$CollectSubscriber<TT;TR;>;
            0    5     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=6, args_size=2
        start local 0 // reactor.core.publisher.MonoCollect$CollectSubscriber this
        start local 1 // java.lang.Object t
         0: .line 109
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.done:Z
            ifeq 3
         1: .line 110
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.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 111
            return
         3: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         4: .line 115
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.container:Ljava/lang/Object;
            astore 2 /* c */
        start local 2 // java.lang.Object c
         5: .line 116
            aload 2 /* c */
            ifnull 14
         6: .line 118
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.action:Ljava/util/function/BiConsumer;
            aload 2 /* c */
            aload 1 /* t */
            invokeinterface java.util.function.BiConsumer.accept:(Ljava/lang/Object;Ljava/lang/Object;)V
         7: .line 119
            goto 12
         8: .line 120
      StackMap locals: reactor.core.publisher.MonoCollect$CollectSubscriber java.lang.Object java.lang.Object reactor.core.publisher.MonoCollect$CollectSubscriber
      StackMap stack: java.lang.Throwable
            astore 4 /* e */
        start local 4 // java.lang.Throwable e
         9: .line 121
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            astore 5 /* ctx */
        start local 5 // reactor.util.context.Context ctx
        10: .line 122
            aload 1 /* t */
            aload 5 /* ctx */
            invokestatic reactor.core.publisher.Operators.onDiscard:(Ljava/lang/Object;Lreactor/util/context/Context;)V
        11: .line 123
            aload 0 /* this */
            aload 0 /* this */
            aload 4 /* e */
            aload 1 /* t */
            aload 5 /* ctx */
            invokestatic reactor.core.publisher.Operators.onOperatorError:(Lorg/reactivestreams/Subscription;Ljava/lang/Throwable;Ljava/lang/Object;Lreactor/util/context/Context;)Ljava/lang/Throwable;
            invokevirtual reactor.core.publisher.MonoCollect$CollectSubscriber.onError:(Ljava/lang/Throwable;)V
        end local 5 // reactor.util.context.Context ctx
        end local 4 // java.lang.Throwable e
        12: .line 125
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        13: return
        14: .line 114
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        15: goto 18
        end local 2 // java.lang.Object c
      StackMap locals: reactor.core.publisher.MonoCollect$CollectSubscriber java.lang.Object top reactor.core.publisher.MonoCollect$CollectSubscriber
      StackMap stack: java.lang.Throwable
        16: aload 3
            monitorexit
        17: athrow
        start local 2 // java.lang.Object c
        18: .line 128
      StackMap locals: reactor.core.publisher.MonoCollect$CollectSubscriber java.lang.Object java.lang.Object
      StackMap stack:
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onDiscard:(Ljava/lang/Object;Lreactor/util/context/Context;)V
        19: .line 129
            return
        end local 2 // java.lang.Object c
        end local 1 // java.lang.Object t
        end local 0 // reactor.core.publisher.MonoCollect$CollectSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lreactor/core/publisher/MonoCollect$CollectSubscriber<TT;TR;>;
            0   20     1     t  TT;
            5   16     2     c  TR;
           18   20     2     c  TR;
            9   12     4     e  Ljava/lang/Throwable;
           10   12     5   ctx  Lreactor/util/context/Context;
      Exception table:
        from    to  target  type
           6     7       8  Class java.lang.Throwable
           4    13      16  any
          14    15      16  any
          16    17      16  any
    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=4, args_size=2
        start local 0 // reactor.core.publisher.MonoCollect$CollectSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 133
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.done:Z
            ifeq 3
         1: .line 134
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.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 135
            return
         3: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.MonoCollect$CollectSubscriber.done:Z
         4: .line 139
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         5: .line 140
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.container:Ljava/lang/Object;
            astore 2 /* c */
        start local 2 // java.lang.Object c
         6: .line 141
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.MonoCollect$CollectSubscriber.container:Ljava/lang/Object;
         7: .line 139
            aload 3
            monitorexit
         8: goto 11
        end local 2 // java.lang.Object c
      StackMap locals: reactor.core.publisher.MonoCollect$CollectSubscriber java.lang.Throwable top reactor.core.publisher.MonoCollect$CollectSubscriber
      StackMap stack: java.lang.Throwable
         9: aload 3
            monitorexit
        10: athrow
        start local 2 // java.lang.Object c
        11: .line 143
      StackMap locals: reactor.core.publisher.MonoCollect$CollectSubscriber java.lang.Throwable java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual reactor.core.publisher.MonoCollect$CollectSubscriber.discard:(Ljava/lang/Object;)V
        12: .line 144
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 1 /* t */
            invokeinterface reactor.core.CoreSubscriber.onError:(Ljava/lang/Throwable;)V
        13: .line 145
            return
        end local 2 // java.lang.Object c
        end local 1 // java.lang.Throwable t
        end local 0 // reactor.core.publisher.MonoCollect$CollectSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lreactor/core/publisher/MonoCollect$CollectSubscriber<TT;TR;>;
            0   14     1     t  Ljava/lang/Throwable;
            6    9     2     c  TR;
           11   14     2     c  TR;
      Exception table:
        from    to  target  type
           5     8       9  any
           9    10       9  any
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // reactor.core.publisher.MonoCollect$CollectSubscriber this
         0: .line 149
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.done:Z
            ifeq 2
         1: .line 150
            return
         2: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.MonoCollect$CollectSubscriber.done:Z
         3: .line 154
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         4: .line 155
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.container:Ljava/lang/Object;
            astore 1 /* c */
        start local 1 // java.lang.Object c
         5: .line 156
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.MonoCollect$CollectSubscriber.container:Ljava/lang/Object;
         6: .line 154
            aload 2
            monitorexit
         7: goto 10
        end local 1 // java.lang.Object c
      StackMap locals: reactor.core.publisher.MonoCollect$CollectSubscriber top reactor.core.publisher.MonoCollect$CollectSubscriber
      StackMap stack: java.lang.Throwable
         8: aload 2
            monitorexit
         9: athrow
        start local 1 // java.lang.Object c
        10: .line 158
      StackMap locals: reactor.core.publisher.MonoCollect$CollectSubscriber java.lang.Object
      StackMap stack:
            aload 1 /* c */
            ifnull 12
        11: .line 159
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual reactor.core.publisher.MonoCollect$CollectSubscriber.complete:(Ljava/lang/Object;)V
        12: .line 161
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object c
        end local 0 // reactor.core.publisher.MonoCollect$CollectSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lreactor/core/publisher/MonoCollect$CollectSubscriber<TT;TR;>;
            5    8     1     c  TR;
           10   13     1     c  TR;
      Exception table:
        from    to  target  type
           4     7       8  any
           8     9       8  any

  protected void discard();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // reactor.core.publisher.MonoCollect$CollectSubscriber this
        start local 1 // java.lang.Object v
         0: .line 165
            aload 1 /* v */
            instanceof java.util.Collection
            ifeq 4
         1: .line 166
            aload 1 /* v */
            checkcast java.util.Collection
            astore 2 /* c */
        start local 2 // java.util.Collection c
         2: .line 167
            aload 2 /* c */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onDiscardMultiple:(Ljava/util/Collection;Lreactor/util/context/Context;)V
        end local 2 // java.util.Collection c
         3: .line 168
            goto 5
         4: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* v */
            invokespecial reactor.core.publisher.Operators$MonoSubscriber.discard:(Ljava/lang/Object;)V
         5: .line 172
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object v
        end local 0 // reactor.core.publisher.MonoCollect$CollectSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lreactor/core/publisher/MonoCollect$CollectSubscriber<TT;TR;>;
            0    6     1     v  TR;
            2    3     2     c  Ljava/util/Collection<*>;
    Signature: (TR;)V
    MethodParameters:
      Name  Flags
      v     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // reactor.core.publisher.MonoCollect$CollectSubscriber this
         0: .line 178
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 179
            getstatic reactor.core.publisher.MonoCollect$CollectSubscriber.STATE:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            aload 0 /* this */
            iconst_4
            invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.getAndSet:(Ljava/lang/Object;I)I
            istore 1 /* state */
        start local 1 // int state
         2: .line 180
            iload 1 /* state */
            iconst_4
            if_icmpeq 4
         3: .line 181
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.s:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         4: .line 183
      StackMap locals: reactor.core.publisher.MonoCollect$CollectSubscriber int top reactor.core.publisher.MonoCollect$CollectSubscriber
      StackMap stack:
            iload 1 /* state */
            iconst_2
            if_icmpgt 9
         5: .line 184
            aload 0 /* this */
            getfield reactor.core.publisher.MonoCollect$CollectSubscriber.container:Ljava/lang/Object;
            astore 2 /* c */
        start local 2 // java.lang.Object c
         6: .line 185
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.MonoCollect$CollectSubscriber.value:Ljava/lang/Object;
         7: .line 186
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.MonoCollect$CollectSubscriber.container:Ljava/lang/Object;
         8: .line 187
            goto 10
        end local 2 // java.lang.Object c
         9: .line 189
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* c */
        start local 2 // java.lang.Object c
        10: .line 178
      StackMap locals: reactor.core.publisher.MonoCollect$CollectSubscriber int java.lang.Object reactor.core.publisher.MonoCollect$CollectSubscriber
      StackMap stack:
            aload 3
            monitorexit
        11: goto 14
        end local 2 // java.lang.Object c
        end local 1 // int state
      StackMap locals: reactor.core.publisher.MonoCollect$CollectSubscriber top top reactor.core.publisher.MonoCollect$CollectSubscriber
      StackMap stack: java.lang.Throwable
        12: aload 3
            monitorexit
        13: athrow
        start local 1 // int state
        start local 2 // java.lang.Object c
        14: .line 192
      StackMap locals: reactor.core.publisher.MonoCollect$CollectSubscriber int java.lang.Object
      StackMap stack:
            aload 2 /* c */
            ifnull 16
        15: .line 193
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual reactor.core.publisher.MonoCollect$CollectSubscriber.discard:(Ljava/lang/Object;)V
        16: .line 195
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object c
        end local 1 // int state
        end local 0 // reactor.core.publisher.MonoCollect$CollectSubscriber this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lreactor/core/publisher/MonoCollect$CollectSubscriber<TT;TR;>;
            2   12     1  state  I
           14   17     1  state  I
            6    9     2      c  TR;
           10   12     2      c  TR;
           14   17     2      c  TR;
      Exception table:
        from    to  target  type
           1    11      12  any
          12    13      12  any
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lreactor/core/publisher/Operators$MonoSubscriber<TT;TR;>;
SourceFile: "MonoCollect.java"
NestHost: reactor.core.publisher.MonoCollect
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 CollectSubscriber = reactor.core.publisher.MonoCollect$CollectSubscriber of reactor.core.publisher.MonoCollect
  public MonoSubscriber = reactor.core.publisher.Operators$MonoSubscriber of reactor.core.publisher.Operators