final class reactor.core.publisher.MonoReduce$ReduceSubscriber<T> extends reactor.core.publisher.Operators$MonoSubscriber<T, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: reactor.core.publisher.MonoReduce$ReduceSubscriber
  super_class: reactor.core.publisher.Operators$MonoSubscriber
{
  final java.util.function.BiFunction<T, T, T> aggregator;
    descriptor: Ljava/util/function/BiFunction;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/function/BiFunction<TT;TT;TT;>;

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

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

  void <init>(reactor.core.CoreSubscriber<? super T>, java.util.function.BiFunction<T, T, T>);
    descriptor: (Lreactor/core/CoreSubscriber;Ljava/util/function/BiFunction;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // reactor.core.publisher.MonoReduce$ReduceSubscriber this
        start local 1 // reactor.core.CoreSubscriber actual
        start local 2 // java.util.function.BiFunction aggregator
         0: .line 66
            aload 0 /* this */
            aload 1 /* actual */
            invokespecial reactor.core.publisher.Operators$MonoSubscriber.<init>:(Lreactor/core/CoreSubscriber;)V
         1: .line 67
            aload 0 /* this */
            aload 2 /* aggregator */
            putfield reactor.core.publisher.MonoReduce$ReduceSubscriber.aggregator:Ljava/util/function/BiFunction;
         2: .line 68
            return
        end local 2 // java.util.function.BiFunction aggregator
        end local 1 // reactor.core.CoreSubscriber actual
        end local 0 // reactor.core.publisher.MonoReduce$ReduceSubscriber this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lreactor/core/publisher/MonoReduce$ReduceSubscriber<TT;>;
            0    3     1      actual  Lreactor/core/CoreSubscriber<-TT;>;
            0    3     2  aggregator  Ljava/util/function/BiFunction<TT;TT;TT;>;
    Signature: (Lreactor/core/CoreSubscriber<-TT;>;Ljava/util/function/BiFunction<TT;TT;TT;>;)V
    MethodParameters:
            Name  Flags
      actual      
      aggregator  

  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.MonoReduce$ReduceSubscriber this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 73
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.TERMINATED:Lreactor/core/Scannable$Attr;
            if_acmpne 1
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.done:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         1: .line 74
      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.MonoReduce$ReduceSubscriber.s:Lorg/reactivestreams/Subscription;
            areturn
         2: .line 75
      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 77
      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.MonoReduce$ReduceSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lreactor/core/publisher/MonoReduce$ReduceSubscriber<TT;>;
            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.MonoReduce$ReduceSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 82
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.s:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic reactor.core.publisher.Operators.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 4
         1: .line 83
            aload 0 /* this */
            aload 1 /* s */
            putfield reactor.core.publisher.MonoReduce$ReduceSubscriber.s:Lorg/reactivestreams/Subscription;
         2: .line 84
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 0 /* this */
            invokeinterface reactor.core.CoreSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 85
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 87
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // reactor.core.publisher.MonoReduce$ReduceSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lreactor/core/publisher/MonoReduce$ReduceSubscriber<TT;>;
            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=5, args_size=2
        start local 0 // reactor.core.publisher.MonoReduce$ReduceSubscriber this
        start local 1 // java.lang.Object t
         0: .line 91
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.done:Z
            ifeq 3
         1: .line 92
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.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 93
            return
         3: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.value:Ljava/lang/Object;
            astore 2 /* r */
        start local 2 // java.lang.Object r
         4: .line 96
            aload 2 /* r */
            ifnonnull 7
         5: .line 97
            aload 0 /* this */
            aload 1 /* t */
            invokevirtual reactor.core.publisher.MonoReduce$ReduceSubscriber.setValue:(Ljava/lang/Object;)V
         6: .line 98
            goto 22
         7: .line 101
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.aggregator:Ljava/util/function/BiFunction;
            aload 2 /* r */
            aload 1 /* t */
            invokeinterface java.util.function.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
         8: .line 102
            ldc "The aggregator returned a null value"
         9: .line 101
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* r */
        10: .line 103
            goto 21
        11: .line 104
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
        12: .line 105
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.MonoReduce$ReduceSubscriber.done:Z
        13: .line 106
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            astore 4 /* ctx */
        start local 4 // reactor.util.context.Context ctx
        14: .line 107
            aload 1 /* t */
            aload 4 /* ctx */
            invokestatic reactor.core.publisher.Operators.onDiscard:(Ljava/lang/Object;Lreactor/util/context/Context;)V
        15: .line 108
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.value:Ljava/lang/Object;
            aload 4 /* ctx */
            invokestatic reactor.core.publisher.Operators.onDiscard:(Ljava/lang/Object;Lreactor/util/context/Context;)V
        16: .line 109
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.MonoReduce$ReduceSubscriber.value:Ljava/lang/Object;
        17: .line 110
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.s:Lorg/reactivestreams/Subscription;
            aload 3 /* ex */
            aload 1 /* t */
        18: .line 111
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
        19: .line 110
            invokestatic reactor.core.publisher.Operators.onOperatorError:(Lorg/reactivestreams/Subscription;Ljava/lang/Throwable;Ljava/lang/Object;Lreactor/util/context/Context;)Ljava/lang/Throwable;
            invokeinterface reactor.core.CoreSubscriber.onError:(Ljava/lang/Throwable;)V
        20: .line 112
            return
        end local 4 // reactor.util.context.Context ctx
        end local 3 // java.lang.Throwable ex
        21: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* r */
            invokevirtual reactor.core.publisher.MonoReduce$ReduceSubscriber.setValue:(Ljava/lang/Object;)V
        22: .line 117
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object r
        end local 1 // java.lang.Object t
        end local 0 // reactor.core.publisher.MonoReduce$ReduceSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lreactor/core/publisher/MonoReduce$ReduceSubscriber<TT;>;
            0   23     1     t  TT;
            4   23     2     r  TT;
           12   21     3    ex  Ljava/lang/Throwable;
           14   21     4   ctx  Lreactor/util/context/Context;
      Exception table:
        from    to  target  type
           7    10      11  Class java.lang.Throwable
    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.MonoReduce$ReduceSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 121
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.done:Z
            ifeq 3
         1: .line 122
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.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 123
            return
         3: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.MonoReduce$ReduceSubscriber.done:Z
         4: .line 126
            aload 0 /* this */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.value:Ljava/lang/Object;
            invokevirtual reactor.core.publisher.MonoReduce$ReduceSubscriber.discard:(Ljava/lang/Object;)V
         5: .line 127
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.MonoReduce$ReduceSubscriber.value:Ljava/lang/Object;
         6: .line 128
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 1 /* t */
            invokeinterface reactor.core.CoreSubscriber.onError:(Ljava/lang/Throwable;)V
         7: .line 129
            return
        end local 1 // java.lang.Throwable t
        end local 0 // reactor.core.publisher.MonoReduce$ReduceSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lreactor/core/publisher/MonoReduce$ReduceSubscriber<TT;>;
            0    8     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // reactor.core.publisher.MonoReduce$ReduceSubscriber this
         0: .line 133
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.done:Z
            ifeq 2
         1: .line 134
            return
         2: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.MonoReduce$ReduceSubscriber.done:Z
         3: .line 137
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.value:Ljava/lang/Object;
            astore 1 /* r */
        start local 1 // java.lang.Object r
         4: .line 138
            aload 1 /* r */
            ifnull 7
         5: .line 139
            aload 0 /* this */
            aload 1 /* r */
            invokevirtual reactor.core.publisher.MonoReduce$ReduceSubscriber.complete:(Ljava/lang/Object;)V
         6: .line 140
            goto 8
         7: .line 142
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.onComplete:()V
         8: .line 144
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object r
        end local 0 // reactor.core.publisher.MonoReduce$ReduceSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lreactor/core/publisher/MonoReduce$ReduceSubscriber<TT;>;
            4    9     1     r  TT;

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // reactor.core.publisher.MonoReduce$ReduceSubscriber this
         0: .line 148
            aload 0 /* this */
            invokespecial reactor.core.publisher.Operators$MonoSubscriber.cancel:()V
         1: .line 149
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduce$ReduceSubscriber.s:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         2: .line 150
            return
        end local 0 // reactor.core.publisher.MonoReduce$ReduceSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lreactor/core/publisher/MonoReduce$ReduceSubscriber<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lreactor/core/publisher/Operators$MonoSubscriber<TT;TT;>;
SourceFile: "MonoReduce.java"
NestHost: reactor.core.publisher.MonoReduce
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 ReduceSubscriber = reactor.core.publisher.MonoReduce$ReduceSubscriber of reactor.core.publisher.MonoReduce
  public MonoSubscriber = reactor.core.publisher.Operators$MonoSubscriber of reactor.core.publisher.Operators