final class reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber<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.MonoReduceSeed$ReduceSeedSubscriber
  super_class: reactor.core.publisher.Operators$MonoSubscriber
{
  final java.util.function.BiFunction<R, ? super T, R> accumulator;
    descriptor: Ljava/util/function/BiFunction;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/function/BiFunction<TR;-TT;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.BiFunction<R, ? super T, R>, );
    descriptor: (Lreactor/core/CoreSubscriber;Ljava/util/function/BiFunction;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber this
        start local 1 // reactor.core.CoreSubscriber actual
        start local 2 // java.util.function.BiFunction accumulator
        start local 3 // java.lang.Object value
         0: .line 77
            aload 0 /* this */
            aload 1 /* actual */
            invokespecial reactor.core.publisher.Operators$MonoSubscriber.<init>:(Lreactor/core/CoreSubscriber;)V
         1: .line 78
            aload 0 /* this */
            aload 2 /* accumulator */
            putfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.accumulator:Ljava/util/function/BiFunction;
         2: .line 80
            aload 0 /* this */
            aload 3 /* value */
            putfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.value:Ljava/lang/Object;
         3: .line 81
            return
        end local 3 // java.lang.Object value
        end local 2 // java.util.function.BiFunction accumulator
        end local 1 // reactor.core.CoreSubscriber actual
        end local 0 // reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lreactor/core/publisher/MonoReduceSeed$ReduceSeedSubscriber<TT;TR;>;
            0    4     1       actual  Lreactor/core/CoreSubscriber<-TR;>;
            0    4     2  accumulator  Ljava/util/function/BiFunction<TR;-TT;TR;>;
            0    4     3        value  TR;
    Signature: (Lreactor/core/CoreSubscriber<-TR;>;Ljava/util/function/BiFunction<TR;-TT;TR;>;TR;)V
    MethodParameters:
             Name  Flags
      actual       
      accumulator  
      value        

  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.MonoReduceSeed$ReduceSeedSubscriber this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 86
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.TERMINATED:Lreactor/core/Scannable$Attr;
            if_acmpne 1
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.done:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         1: .line 87
      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.MonoReduceSeed$ReduceSeedSubscriber.s:Lorg/reactivestreams/Subscription;
            areturn
         2: .line 88
      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 90
      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.MonoReduceSeed$ReduceSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lreactor/core/publisher/MonoReduceSeed$ReduceSeedSubscriber<TT;TR;>;
            0    4     1   key  Lreactor/core/Scannable$Attr;
    RuntimeVisibleAnnotations: 
      reactor.util.annotation.Nullable()
    MethodParameters:
      Name  Flags
      key   

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber this
         0: .line 95
            aload 0 /* this */
            invokespecial reactor.core.publisher.Operators$MonoSubscriber.cancel:()V
         1: .line 96
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.s:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         2: .line 97
            return
        end local 0 // reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lreactor/core/publisher/MonoReduceSeed$ReduceSeedSubscriber<TT;TR;>;

  public void setValue();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber this
        start local 1 // java.lang.Object value
         0: .line 104
            return
        end local 1 // java.lang.Object value
        end local 0 // reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lreactor/core/publisher/MonoReduceSeed$ReduceSeedSubscriber<TT;TR;>;
            0    1     1  value  TR;
    Signature: (TR;)V
    MethodParameters:
       Name  Flags
      value  

  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.MonoReduceSeed$ReduceSeedSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 108
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.s:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic reactor.core.publisher.Operators.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 4
         1: .line 109
            aload 0 /* this */
            aload 1 /* s */
            putfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.s:Lorg/reactivestreams/Subscription;
         2: .line 111
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 0 /* this */
            invokeinterface reactor.core.CoreSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 113
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 115
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lreactor/core/publisher/MonoReduceSeed$ReduceSeedSubscriber<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=5, args_size=2
        start local 0 // reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber this
        start local 1 // java.lang.Object t
         0: .line 119
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.value:Ljava/lang/Object;
            astore 2 /* v */
        start local 2 // java.lang.Object v
         1: .line 122
            aload 2 /* v */
            ifnull 15
         2: .line 124
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.accumulator:Ljava/util/function/BiFunction;
            aload 2 /* v */
            aload 1 /* t */
            invokeinterface java.util.function.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
         3: .line 125
            ldc "The accumulator returned a null value"
         4: .line 124
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 3 /* accumulated */
        start local 3 // java.lang.Object accumulated
         5: .line 127
            goto 9
        end local 3 // java.lang.Object accumulated
         6: .line 128
      StackMap locals: reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
            astore 4 /* e */
        start local 4 // java.lang.Throwable e
         7: .line 129
            aload 0 /* this */
            aload 0 /* this */
            aload 4 /* e */
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            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.MonoReduceSeed$ReduceSeedSubscriber.onError:(Ljava/lang/Throwable;)V
         8: .line 130
            return
        end local 4 // java.lang.Throwable e
        start local 3 // java.lang.Object accumulated
         9: .line 132
      StackMap locals: java.lang.Object
      StackMap stack:
            getstatic reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.STATE:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            aload 0 /* this */
            invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.get:(Ljava/lang/Object;)I
            iconst_4
            if_icmpne 13
        10: .line 133
            aload 0 /* this */
            aload 3 /* accumulated */
            invokevirtual reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.discard:(Ljava/lang/Object;)V
        11: .line 134
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.value:Ljava/lang/Object;
        12: .line 135
            goto 16
        13: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* accumulated */
            putfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.value:Ljava/lang/Object;
        14: .line 140
            goto 16
        end local 3 // java.lang.Object accumulated
        15: .line 141
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.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
        16: .line 143
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object t
        end local 0 // reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lreactor/core/publisher/MonoReduceSeed$ReduceSeedSubscriber<TT;TR;>;
            0   17     1            t  TT;
            1   17     2            v  TR;
            5    6     3  accumulated  TR;
            9   15     3  accumulated  TR;
            7    9     4            e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     5       6  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.MonoReduceSeed$ReduceSeedSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 147
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.done:Z
            ifeq 3
         1: .line 148
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.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 149
            return
         3: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.done:Z
         4: .line 152
            aload 0 /* this */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.value:Ljava/lang/Object;
            invokevirtual reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.discard:(Ljava/lang/Object;)V
         5: .line 153
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.value:Ljava/lang/Object;
         6: .line 155
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 1 /* t */
            invokeinterface reactor.core.CoreSubscriber.onError:(Ljava/lang/Throwable;)V
         7: .line 156
            return
        end local 1 // java.lang.Throwable t
        end local 0 // reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lreactor/core/publisher/MonoReduceSeed$ReduceSeedSubscriber<TT;TR;>;
            0    8     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.MonoReduceSeed$ReduceSeedSubscriber this
         0: .line 160
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.done:Z
            ifeq 2
         1: .line 161
            return
         2: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.done:Z
         3: .line 165
            aload 0 /* this */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.value:Ljava/lang/Object;
            invokevirtual reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber.complete:(Ljava/lang/Object;)V
         4: .line 167
            return
        end local 0 // reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lreactor/core/publisher/MonoReduceSeed$ReduceSeedSubscriber<TT;TR;>;
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lreactor/core/publisher/Operators$MonoSubscriber<TT;TR;>;
SourceFile: "MonoReduceSeed.java"
NestHost: reactor.core.publisher.MonoReduceSeed
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 ReduceSeedSubscriber = reactor.core.publisher.MonoReduceSeed$ReduceSeedSubscriber of reactor.core.publisher.MonoReduceSeed
  public MonoSubscriber = reactor.core.publisher.Operators$MonoSubscriber of reactor.core.publisher.Operators