final class reactor.core.publisher.MonoFirstWithValue<T> extends reactor.core.publisher.Mono<T> implements reactor.core.publisher.SourceProducer<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: reactor.core.publisher.MonoFirstWithValue
  super_class: reactor.core.publisher.Mono
{
  final reactor.core.publisher.Mono<? extends T>[] array;
    descriptor: [Lreactor/core/publisher/Mono;
    flags: (0x0010) ACC_FINAL
    Signature: [Lreactor/core/publisher/Mono<+TT;>;

  final java.lang.Iterable<? extends reactor.core.publisher.Mono<? extends T>> iterable;
    descriptor: Ljava/lang/Iterable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/lang/Iterable<+Lreactor/core/publisher/Mono<+TT;>;>;

  private void <init>(reactor.core.publisher.Mono<? extends T>[]);
    descriptor: ([Lreactor/core/publisher/Mono;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // reactor.core.publisher.MonoFirstWithValue this
        start local 1 // reactor.core.publisher.Mono[] array
         0: .line 31
            aload 0 /* this */
            invokespecial reactor.core.publisher.Mono.<init>:()V
         1: .line 32
            aload 0 /* this */
            aload 1 /* array */
            ldc "array"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast reactor.core.publisher.Mono[]
            putfield reactor.core.publisher.MonoFirstWithValue.array:[Lreactor/core/publisher/Mono;
         2: .line 33
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.MonoFirstWithValue.iterable:Ljava/lang/Iterable;
         3: .line 34
            return
        end local 1 // reactor.core.publisher.Mono[] array
        end local 0 // reactor.core.publisher.MonoFirstWithValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lreactor/core/publisher/MonoFirstWithValue<TT;>;
            0    4     1  array  [Lreactor/core/publisher/Mono;
    Signature: ([Lreactor/core/publisher/Mono<+TT;>;)V
    MethodParameters:
       Name  Flags
      array  

  void <init>(reactor.core.publisher.Mono<? extends T>, reactor.core.publisher.Mono<? extends T>[]);
    descriptor: (Lreactor/core/publisher/Mono;[Lreactor/core/publisher/Mono;)V
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // reactor.core.publisher.MonoFirstWithValue this
        start local 1 // reactor.core.publisher.Mono first
        start local 2 // reactor.core.publisher.Mono[] others
         0: .line 37
            aload 0 /* this */
            invokespecial reactor.core.publisher.Mono.<init>:()V
         1: .line 38
            aload 1 /* first */
            ldc "first"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 39
            aload 2 /* others */
            ldc "others"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         3: .line 40
            aload 2 /* others */
            arraylength
            iconst_1
            iadd
            anewarray reactor.core.publisher.Mono
            astore 3 /* newArray */
        start local 3 // reactor.core.publisher.Mono[] newArray
         4: .line 41
            aload 3 /* newArray */
            iconst_0
            aload 1 /* first */
            aastore
         5: .line 42
            aload 2 /* others */
            iconst_0
            aload 3 /* newArray */
            iconst_1
            aload 2 /* others */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 43
            aload 0 /* this */
            aload 3 /* newArray */
            putfield reactor.core.publisher.MonoFirstWithValue.array:[Lreactor/core/publisher/Mono;
         7: .line 44
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.MonoFirstWithValue.iterable:Ljava/lang/Iterable;
         8: .line 45
            return
        end local 3 // reactor.core.publisher.Mono[] newArray
        end local 2 // reactor.core.publisher.Mono[] others
        end local 1 // reactor.core.publisher.Mono first
        end local 0 // reactor.core.publisher.MonoFirstWithValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lreactor/core/publisher/MonoFirstWithValue<TT;>;
            0    9     1     first  Lreactor/core/publisher/Mono<+TT;>;
            0    9     2    others  [Lreactor/core/publisher/Mono;
            4    9     3  newArray  [Lreactor/core/publisher/Mono;
    Signature: (Lreactor/core/publisher/Mono<+TT;>;[Lreactor/core/publisher/Mono<+TT;>;)V
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
        Name  Flags
      first   
      others  

  void <init>(java.lang.Iterable<? extends reactor.core.publisher.Mono<? extends T>>);
    descriptor: (Ljava/lang/Iterable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // reactor.core.publisher.MonoFirstWithValue this
        start local 1 // java.lang.Iterable iterable
         0: .line 47
            aload 0 /* this */
            invokespecial reactor.core.publisher.Mono.<init>:()V
         1: .line 48
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.MonoFirstWithValue.array:[Lreactor/core/publisher/Mono;
         2: .line 49
            aload 0 /* this */
            aload 1 /* iterable */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Iterable
            putfield reactor.core.publisher.MonoFirstWithValue.iterable:Ljava/lang/Iterable;
         3: .line 50
            return
        end local 1 // java.lang.Iterable iterable
        end local 0 // reactor.core.publisher.MonoFirstWithValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lreactor/core/publisher/MonoFirstWithValue<TT;>;
            0    4     1  iterable  Ljava/lang/Iterable<+Lreactor/core/publisher/Mono<+TT;>;>;
    Signature: (Ljava/lang/Iterable<+Lreactor/core/publisher/Mono<+TT;>;>;)V
    MethodParameters:
          Name  Flags
      iterable  

  final reactor.core.publisher.MonoFirstWithValue<T> firstValuedAdditionalSources(reactor.core.publisher.Mono<? extends T>[]);
    descriptor: ([Lreactor/core/publisher/Mono;)Lreactor/core/publisher/MonoFirstWithValue;
    flags: (0x0090) ACC_FINAL, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // reactor.core.publisher.MonoFirstWithValue this
        start local 1 // reactor.core.publisher.Mono[] others
         0: .line 65
            aload 1 /* others */
            ldc "others"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 66
            aload 1 /* others */
            arraylength
            ifne 3
         2: .line 67
            aload 0 /* this */
            areturn
         3: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.MonoFirstWithValue.array:[Lreactor/core/publisher/Mono;
            ifnonnull 5
         4: .line 71
            aconst_null
            areturn
         5: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.MonoFirstWithValue.array:[Lreactor/core/publisher/Mono;
            arraylength
            istore 2 /* currentSize */
        start local 2 // int currentSize
         6: .line 74
            aload 1 /* others */
            arraylength
            istore 3 /* otherSize */
        start local 3 // int otherSize
         7: .line 75
            iload 2 /* currentSize */
            iload 3 /* otherSize */
            iadd
            anewarray reactor.core.publisher.Mono
            astore 4 /* newArray */
        start local 4 // reactor.core.publisher.Mono[] newArray
         8: .line 76
            aload 0 /* this */
            getfield reactor.core.publisher.MonoFirstWithValue.array:[Lreactor/core/publisher/Mono;
            iconst_0
            aload 4 /* newArray */
            iconst_0
            iload 2 /* currentSize */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 77
            aload 1 /* others */
            iconst_0
            aload 4 /* newArray */
            iload 2 /* currentSize */
            iload 3 /* otherSize */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 79
            new reactor.core.publisher.MonoFirstWithValue
            dup
            aload 4 /* newArray */
            invokespecial reactor.core.publisher.MonoFirstWithValue.<init>:([Lreactor/core/publisher/Mono;)V
            areturn
        end local 4 // reactor.core.publisher.Mono[] newArray
        end local 3 // int otherSize
        end local 2 // int currentSize
        end local 1 // reactor.core.publisher.Mono[] others
        end local 0 // reactor.core.publisher.MonoFirstWithValue this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lreactor/core/publisher/MonoFirstWithValue<TT;>;
            0   11     1       others  [Lreactor/core/publisher/Mono;
            6   11     2  currentSize  I
            7   11     3    otherSize  I
            8   11     4     newArray  [Lreactor/core/publisher/Mono;
    Signature: ([Lreactor/core/publisher/Mono<+TT;>;)Lreactor/core/publisher/MonoFirstWithValue<TT;>;
    RuntimeVisibleAnnotations: 
      reactor.util.annotation.Nullable()
      java.lang.SafeVarargs()
    MethodParameters:
        Name  Flags
      others  

  public void subscribe(reactor.core.CoreSubscriber<? super T>);
    descriptor: (Lreactor/core/CoreSubscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // reactor.core.publisher.MonoFirstWithValue this
        start local 1 // reactor.core.CoreSubscriber actual
         0: .line 85
            aload 0 /* this */
            getfield reactor.core.publisher.MonoFirstWithValue.array:[Lreactor/core/publisher/Mono;
            astore 2 /* a */
        start local 2 // org.reactivestreams.Publisher[] a
         1: .line 87
            aload 2 /* a */
            ifnonnull 35
         2: .line 88
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         3: .line 89
            bipush 8
            anewarray org.reactivestreams.Publisher
            astore 2 /* a */
         4: .line 94
            aload 0 /* this */
            getfield reactor.core.publisher.MonoFirstWithValue.iterable:Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            ldc "The iterator returned is null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.Iterator
            astore 4 /* it */
        start local 4 // java.util.Iterator it
         5: .line 95
            goto 11
        end local 4 // java.util.Iterator it
         6: .line 96
      StackMap locals: reactor.core.publisher.MonoFirstWithValue reactor.core.CoreSubscriber org.reactivestreams.Publisher[] int
      StackMap stack: java.lang.Throwable
            astore 5 /* e */
        start local 5 // java.lang.Throwable e
         7: .line 97
            aload 1 /* actual */
            aload 5 /* e */
         8: .line 98
            aload 1 /* actual */
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
         9: .line 97
            invokestatic reactor.core.publisher.Operators.onOperatorError:(Ljava/lang/Throwable;Lreactor/util/context/Context;)Ljava/lang/Throwable;
            invokestatic reactor.core.publisher.Operators.error:(Lorg/reactivestreams/Subscriber;Ljava/lang/Throwable;)V
        10: .line 99
            return
        end local 5 // java.lang.Throwable e
        start local 4 // java.util.Iterator it
        11: .line 107
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            istore 5 /* b */
        start local 5 // boolean b
        12: .line 108
            goto 18
        end local 5 // boolean b
        13: .line 109
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6 /* e */
        start local 6 // java.lang.Throwable e
        14: .line 110
            aload 1 /* actual */
            aload 6 /* e */
        15: .line 111
            aload 1 /* actual */
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
        16: .line 110
            invokestatic reactor.core.publisher.Operators.onOperatorError:(Ljava/lang/Throwable;Lreactor/util/context/Context;)Ljava/lang/Throwable;
            invokestatic reactor.core.publisher.Operators.error:(Lorg/reactivestreams/Subscriber;Ljava/lang/Throwable;)V
        17: .line 112
            return
        end local 6 // java.lang.Throwable e
        start local 5 // boolean b
        18: .line 115
      StackMap locals: int
      StackMap stack:
            iload 5 /* b */
            ifne 20
        19: .line 116
            goto 36
        20: .line 122
      StackMap locals:
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
        21: .line 123
            ldc "The Publisher returned by the iterator is null"
        22: .line 122
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
            astore 6 /* p */
        start local 6 // org.reactivestreams.Publisher p
        23: .line 124
            goto 29
        end local 6 // org.reactivestreams.Publisher p
        24: .line 125
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7 /* e */
        start local 7 // java.lang.Throwable e
        25: .line 126
            aload 1 /* actual */
            aload 7 /* e */
        26: .line 127
            aload 1 /* actual */
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
        27: .line 126
            invokestatic reactor.core.publisher.Operators.onOperatorError:(Ljava/lang/Throwable;Lreactor/util/context/Context;)Ljava/lang/Throwable;
            invokestatic reactor.core.publisher.Operators.error:(Lorg/reactivestreams/Subscriber;Ljava/lang/Throwable;)V
        28: .line 128
            return
        end local 7 // java.lang.Throwable e
        start local 6 // org.reactivestreams.Publisher p
        29: .line 131
      StackMap locals: org.reactivestreams.Publisher
      StackMap stack:
            iload 3 /* n */
            aload 2 /* a */
            arraylength
            if_icmpne 33
        30: .line 132
            iload 3 /* n */
            iload 3 /* n */
            iconst_2
            ishr
            iadd
            anewarray org.reactivestreams.Publisher
            astore 7 /* c */
        start local 7 // org.reactivestreams.Publisher[] c
        31: .line 133
            aload 2 /* a */
            iconst_0
            aload 7 /* c */
            iconst_0
            iload 3 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        32: .line 134
            aload 7 /* c */
            astore 2 /* a */
        end local 7 // org.reactivestreams.Publisher[] c
        33: .line 136
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            iload 3 /* n */
            iinc 3 /* n */ 1
            aload 6 /* p */
            aastore
        end local 6 // org.reactivestreams.Publisher p
        end local 5 // boolean b
        34: .line 102
            goto 11
        end local 4 // java.util.Iterator it
        end local 3 // int n
        35: .line 141
      StackMap locals: reactor.core.publisher.MonoFirstWithValue reactor.core.CoreSubscriber org.reactivestreams.Publisher[]
      StackMap stack:
            aload 2 /* a */
            arraylength
            istore 3 /* n */
        start local 3 // int n
        36: .line 144
      StackMap locals: int
      StackMap stack:
            iload 3 /* n */
            ifne 39
        37: .line 145
            aload 1 /* actual */
            invokestatic reactor.core.publisher.Operators.complete:(Lorg/reactivestreams/Subscriber;)V
        38: .line 146
            return
        39: .line 148
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            iconst_1
            if_icmpne 50
        40: .line 149
            aload 2 /* a */
            iconst_0
            aaload
            astore 4 /* p */
        start local 4 // org.reactivestreams.Publisher p
        41: .line 151
            aload 4 /* p */
            ifnonnull 48
        42: .line 152
            aload 1 /* actual */
        43: .line 153
            new java.lang.NullPointerException
            dup
            ldc "The single source Publisher is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
        44: .line 154
            aload 1 /* actual */
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
        45: .line 153
            invokestatic reactor.core.publisher.Operators.onOperatorError:(Ljava/lang/Throwable;Lreactor/util/context/Context;)Ljava/lang/Throwable;
        46: .line 152
            invokestatic reactor.core.publisher.Operators.error:(Lorg/reactivestreams/Subscriber;Ljava/lang/Throwable;)V
        47: .line 155
            goto 49
        48: .line 157
      StackMap locals: org.reactivestreams.Publisher
      StackMap stack:
            aload 4 /* p */
            aload 1 /* actual */
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
        49: .line 159
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.reactivestreams.Publisher p
        50: .line 163
      StackMap locals:
      StackMap stack:
            new reactor.core.publisher.FluxFirstWithValue$RaceValuesCoordinator
            dup
            iload 3 /* n */
            invokespecial reactor.core.publisher.FluxFirstWithValue$RaceValuesCoordinator.<init>:(I)V
        51: .line 162
            astore 4 /* coordinator */
        start local 4 // reactor.core.publisher.FluxFirstWithValue$RaceValuesCoordinator coordinator
        52: .line 165
            aload 4 /* coordinator */
            aload 2 /* a */
            aload 1 /* actual */
            invokevirtual reactor.core.publisher.FluxFirstWithValue$RaceValuesCoordinator.subscribe:([Lorg/reactivestreams/Publisher;Lreactor/core/CoreSubscriber;)V
        53: .line 166
            return
        end local 4 // reactor.core.publisher.FluxFirstWithValue$RaceValuesCoordinator coordinator
        end local 3 // int n
        end local 2 // org.reactivestreams.Publisher[] a
        end local 1 // reactor.core.CoreSubscriber actual
        end local 0 // reactor.core.publisher.MonoFirstWithValue this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   54     0         this  Lreactor/core/publisher/MonoFirstWithValue<TT;>;
            0   54     1       actual  Lreactor/core/CoreSubscriber<-TT;>;
            1   54     2            a  [Lorg/reactivestreams/Publisher;
            3   35     3            n  I
           36   54     3            n  I
            5    6     4           it  Ljava/util/Iterator<+Lorg/reactivestreams/Publisher<+TT;>;>;
           11   35     4           it  Ljava/util/Iterator<+Lorg/reactivestreams/Publisher<+TT;>;>;
            7   11     5            e  Ljava/lang/Throwable;
           12   13     5            b  Z
           18   34     5            b  Z
           14   18     6            e  Ljava/lang/Throwable;
           23   24     6            p  Lorg/reactivestreams/Publisher<+TT;>;
           29   34     6            p  Lorg/reactivestreams/Publisher<+TT;>;
           25   29     7            e  Ljava/lang/Throwable;
           31   33     7            c  [Lorg/reactivestreams/Publisher;
           41   50     4            p  Lorg/reactivestreams/Publisher<+TT;>;
           52   54     4  coordinator  Lreactor/core/publisher/FluxFirstWithValue$RaceValuesCoordinator<TT;>;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Throwable
          11    12      13  Class java.lang.Throwable
          20    23      24  Class java.lang.Throwable
    Signature: (Lreactor/core/CoreSubscriber<-TT;>;)V
    MethodParameters:
        Name  Flags
      actual  

  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.MonoFirstWithValue this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 170
            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 171
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // reactor.core.Scannable$Attr key
        end local 0 // reactor.core.publisher.MonoFirstWithValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lreactor/core/publisher/MonoFirstWithValue<TT;>;
            0    2     1   key  Lreactor/core/Scannable$Attr;
    MethodParameters:
      Name  Flags
      key   
}
Signature: <T:Ljava/lang/Object;>Lreactor/core/publisher/Mono<TT;>;Lreactor/core/publisher/SourceProducer<TT;>;
SourceFile: "MonoFirstWithValue.java"
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 RaceValuesCoordinator = reactor.core.publisher.FluxFirstWithValue$RaceValuesCoordinator of reactor.core.publisher.FluxFirstWithValue