final class reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber<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.ParallelReduceSeed$ParallelReduceSeedSubscriber
  super_class: reactor.core.publisher.Operators$MonoSubscriber
{
  final java.util.function.BiFunction<R, ? super T, R> reducer;
    descriptor: Ljava/util/function/BiFunction;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/function/BiFunction<TR;-TT;TR;>;

  R accumulator;
    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>, R, java.util.function.BiFunction<R, ? super T, R>);
    descriptor: (Lreactor/core/CoreSubscriber;Ljava/lang/Object;Ljava/util/function/BiFunction;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber this
        start local 1 // reactor.core.CoreSubscriber subscriber
        start local 2 // java.lang.Object initialValue
        start local 3 // java.util.function.BiFunction reducer
         0: .line 123
            aload 0 /* this */
            aload 1 /* subscriber */
            invokespecial reactor.core.publisher.Operators$MonoSubscriber.<init>:(Lreactor/core/CoreSubscriber;)V
         1: .line 124
            aload 0 /* this */
            aload 2 /* initialValue */
            putfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.accumulator:Ljava/lang/Object;
         2: .line 125
            aload 0 /* this */
            aload 3 /* reducer */
            putfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.reducer:Ljava/util/function/BiFunction;
         3: .line 126
            return
        end local 3 // java.util.function.BiFunction reducer
        end local 2 // java.lang.Object initialValue
        end local 1 // reactor.core.CoreSubscriber subscriber
        end local 0 // reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lreactor/core/publisher/ParallelReduceSeed$ParallelReduceSeedSubscriber<TT;TR;>;
            0    4     1    subscriber  Lreactor/core/CoreSubscriber<-TR;>;
            0    4     2  initialValue  TR;
            0    4     3       reducer  Ljava/util/function/BiFunction<TR;-TT;TR;>;
    Signature: (Lreactor/core/CoreSubscriber<-TR;>;TR;Ljava/util/function/BiFunction<TR;-TT;TR;>;)V
    MethodParameters:
              Name  Flags
      subscriber    
      initialValue  
      reducer       

  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.ParallelReduceSeed$ParallelReduceSeedSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 130
            aload 0 /* this */
            getfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.s:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic reactor.core.publisher.Operators.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 4
         1: .line 131
            aload 0 /* this */
            aload 1 /* s */
            putfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.s:Lorg/reactivestreams/Subscription;
         2: .line 133
            aload 0 /* this */
            getfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 0 /* this */
            invokeinterface reactor.core.CoreSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 135
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 137
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lreactor/core/publisher/ParallelReduceSeed$ParallelReduceSeedSubscriber<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=4, args_size=2
        start local 0 // reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber this
        start local 1 // java.lang.Object t
         0: .line 141
            aload 0 /* this */
            getfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.done:Z
            ifeq 3
         1: .line 142
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.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 143
            return
         3: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.reducer:Ljava/util/function/BiFunction;
            aload 0 /* this */
            getfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.accumulator:Ljava/lang/Object;
            aload 1 /* t */
            invokeinterface java.util.function.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            ldc "The reducer returned a null value"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* v */
        start local 2 // java.lang.Object v
         4: .line 150
            goto 8
        end local 2 // java.lang.Object v
         5: .line 151
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         6: .line 152
            aload 0 /* this */
            aload 0 /* this */
            aload 3 /* ex */
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.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.ParallelReduceSeed$ParallelReduceSeedSubscriber.onError:(Ljava/lang/Throwable;)V
         7: .line 153
            return
        end local 3 // java.lang.Throwable ex
        start local 2 // java.lang.Object v
         8: .line 156
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 2 /* v */
            putfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.accumulator:Ljava/lang/Object;
         9: .line 157
            return
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object t
        end local 0 // reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lreactor/core/publisher/ParallelReduceSeed$ParallelReduceSeedSubscriber<TT;TR;>;
            0   10     1     t  TT;
            4    5     2     v  TR;
            8   10     2     v  TR;
            6    8     3    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     4       5  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.ParallelReduceSeed$ParallelReduceSeedSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 161
            aload 0 /* this */
            getfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.done:Z
            ifeq 3
         1: .line 162
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.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 163
            return
         3: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.done:Z
         4: .line 166
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.accumulator:Ljava/lang/Object;
         5: .line 167
            aload 0 /* this */
            getfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 1 /* t */
            invokeinterface reactor.core.CoreSubscriber.onError:(Ljava/lang/Throwable;)V
         6: .line 168
            return
        end local 1 // java.lang.Throwable t
        end local 0 // reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lreactor/core/publisher/ParallelReduceSeed$ParallelReduceSeedSubscriber<TT;TR;>;
            0    7     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.ParallelReduceSeed$ParallelReduceSeedSubscriber this
         0: .line 172
            aload 0 /* this */
            getfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.done:Z
            ifeq 2
         1: .line 173
            return
         2: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.done:Z
         3: .line 177
            aload 0 /* this */
            getfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.accumulator:Ljava/lang/Object;
            astore 1 /* a */
        start local 1 // java.lang.Object a
         4: .line 178
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.accumulator:Ljava/lang/Object;
         5: .line 179
            aload 0 /* this */
            aload 1 /* a */
            invokevirtual reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber.complete:(Ljava/lang/Object;)V
         6: .line 180
            return
        end local 1 // java.lang.Object a
        end local 0 // reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lreactor/core/publisher/ParallelReduceSeed$ParallelReduceSeedSubscriber<TT;TR;>;
            4    7     1     a  TR;

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

  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.ParallelReduceSeed$ParallelReduceSeedSubscriber this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 190
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.RUN_STYLE:Lreactor/core/Scannable$Attr;
            if_acmpne 1
            getstatic reactor.core.Scannable$Attr$RunStyle.SYNC:Lreactor/core/Scannable$Attr$RunStyle;
            areturn
         1: .line 191
      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.ParallelReduceSeed$ParallelReduceSeedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lreactor/core/publisher/ParallelReduceSeed$ParallelReduceSeedSubscriber<TT;TR;>;
            0    2     1   key  Lreactor/core/Scannable$Attr;
    MethodParameters:
      Name  Flags
      key   
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lreactor/core/publisher/Operators$MonoSubscriber<TT;TR;>;
SourceFile: "ParallelReduceSeed.java"
NestHost: reactor.core.publisher.ParallelReduceSeed
InnerClasses:
  public Attr = reactor.core.Scannable$Attr of reactor.core.Scannable
  public final RunStyle = reactor.core.Scannable$Attr$RunStyle of reactor.core.Scannable$Attr
  public MonoSubscriber = reactor.core.publisher.Operators$MonoSubscriber of reactor.core.publisher.Operators
  final ParallelReduceSeedSubscriber = reactor.core.publisher.ParallelReduceSeed$ParallelReduceSeedSubscriber of reactor.core.publisher.ParallelReduceSeed