final class reactor.core.publisher.FluxFirstWithValue<T> extends reactor.core.publisher.Flux<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.FluxFirstWithValue
  super_class: reactor.core.publisher.Flux
{
  final org.reactivestreams.Publisher<? extends T>[] array;
    descriptor: [Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: [Lorg/reactivestreams/Publisher<+TT;>;

  final java.lang.Iterable<? extends org.reactivestreams.Publisher<? extends T>> iterable;
    descriptor: Ljava/lang/Iterable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<+TT;>;>;

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

  void <init>(org.reactivestreams.Publisher<? extends T>, org.reactivestreams.Publisher<? extends T>[]);
    descriptor: (Lorg/reactivestreams/Publisher;[Lorg/reactivestreams/Publisher;)V
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // reactor.core.publisher.FluxFirstWithValue this
        start local 1 // org.reactivestreams.Publisher first
        start local 2 // org.reactivestreams.Publisher[] others
         0: .line 50
            aload 0 /* this */
            invokespecial reactor.core.publisher.Flux.<init>:()V
         1: .line 51
            aload 1 /* first */
            ldc "first"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 52
            aload 2 /* others */
            ldc "others"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         3: .line 54
            aload 2 /* others */
            arraylength
            iconst_1
            iadd
            anewarray org.reactivestreams.Publisher
            astore 3 /* newArray */
        start local 3 // org.reactivestreams.Publisher[] newArray
         4: .line 55
            aload 3 /* newArray */
            iconst_0
            aload 1 /* first */
            aastore
         5: .line 56
            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 57
            aload 0 /* this */
            aload 3 /* newArray */
            putfield reactor.core.publisher.FluxFirstWithValue.array:[Lorg/reactivestreams/Publisher;
         7: .line 58
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.FluxFirstWithValue.iterable:Ljava/lang/Iterable;
         8: .line 59
            return
        end local 3 // org.reactivestreams.Publisher[] newArray
        end local 2 // org.reactivestreams.Publisher[] others
        end local 1 // org.reactivestreams.Publisher first
        end local 0 // reactor.core.publisher.FluxFirstWithValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lreactor/core/publisher/FluxFirstWithValue<TT;>;
            0    9     1     first  Lorg/reactivestreams/Publisher<+TT;>;
            0    9     2    others  [Lorg/reactivestreams/Publisher;
            4    9     3  newArray  [Lorg/reactivestreams/Publisher;
    Signature: (Lorg/reactivestreams/Publisher<+TT;>;[Lorg/reactivestreams/Publisher<+TT;>;)V
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
        Name  Flags
      first   
      others  

  void <init>(java.lang.Iterable<? extends org.reactivestreams.Publisher<? extends T>>);
    descriptor: (Ljava/lang/Iterable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // reactor.core.publisher.FluxFirstWithValue this
        start local 1 // java.lang.Iterable iterable
         0: .line 61
            aload 0 /* this */
            invokespecial reactor.core.publisher.Flux.<init>:()V
         1: .line 62
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.FluxFirstWithValue.array:[Lorg/reactivestreams/Publisher;
         2: .line 63
            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.FluxFirstWithValue.iterable:Ljava/lang/Iterable;
         3: .line 64
            return
        end local 1 // java.lang.Iterable iterable
        end local 0 // reactor.core.publisher.FluxFirstWithValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lreactor/core/publisher/FluxFirstWithValue<TT;>;
            0    4     1  iterable  Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<+TT;>;>;
    Signature: (Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<+TT;>;>;)V
    MethodParameters:
          Name  Flags
      iterable  

  final reactor.core.publisher.FluxFirstWithValue<T> firstValuedAdditionalSources(org.reactivestreams.Publisher<? extends T>[]);
    descriptor: ([Lorg/reactivestreams/Publisher;)Lreactor/core/publisher/FluxFirstWithValue;
    flags: (0x0090) ACC_FINAL, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // reactor.core.publisher.FluxFirstWithValue this
        start local 1 // org.reactivestreams.Publisher[] others
         0: .line 79
            aload 1 /* others */
            ldc "others"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 80
            aload 1 /* others */
            arraylength
            ifne 3
         2: .line 81
            aload 0 /* this */
            areturn
         3: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxFirstWithValue.array:[Lorg/reactivestreams/Publisher;
            ifnonnull 5
         4: .line 85
            aconst_null
            areturn
         5: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxFirstWithValue.array:[Lorg/reactivestreams/Publisher;
            arraylength
            istore 2 /* currentSize */
        start local 2 // int currentSize
         6: .line 88
            aload 1 /* others */
            arraylength
            istore 3 /* otherSize */
        start local 3 // int otherSize
         7: .line 90
            iload 2 /* currentSize */
            iload 3 /* otherSize */
            iadd
            anewarray org.reactivestreams.Publisher
            astore 4 /* newArray */
        start local 4 // org.reactivestreams.Publisher[] newArray
         8: .line 91
            aload 0 /* this */
            getfield reactor.core.publisher.FluxFirstWithValue.array:[Lorg/reactivestreams/Publisher;
            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 92
            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 94
            new reactor.core.publisher.FluxFirstWithValue
            dup
            aload 4 /* newArray */
            invokespecial reactor.core.publisher.FluxFirstWithValue.<init>:([Lorg/reactivestreams/Publisher;)V
            areturn
        end local 4 // org.reactivestreams.Publisher[] newArray
        end local 3 // int otherSize
        end local 2 // int currentSize
        end local 1 // org.reactivestreams.Publisher[] others
        end local 0 // reactor.core.publisher.FluxFirstWithValue this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lreactor/core/publisher/FluxFirstWithValue<TT;>;
            0   11     1       others  [Lorg/reactivestreams/Publisher;
            6   11     2  currentSize  I
            7   11     3    otherSize  I
            8   11     4     newArray  [Lorg/reactivestreams/Publisher;
    Signature: ([Lorg/reactivestreams/Publisher<+TT;>;)Lreactor/core/publisher/FluxFirstWithValue<TT;>;
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
      reactor.util.annotation.Nullable()
    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.FluxFirstWithValue this
        start local 1 // reactor.core.CoreSubscriber actual
         0: .line 100
            aload 0 /* this */
            getfield reactor.core.publisher.FluxFirstWithValue.array:[Lorg/reactivestreams/Publisher;
            astore 2 /* a */
        start local 2 // org.reactivestreams.Publisher[] a
         1: .line 102
            aload 2 /* a */
            ifnonnull 37
         2: .line 103
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         3: .line 104
            bipush 8
            anewarray org.reactivestreams.Publisher
            astore 2 /* a */
         4: .line 109
            aload 0 /* this */
            getfield reactor.core.publisher.FluxFirstWithValue.iterable:Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
         5: .line 110
            ldc "The iterator returned is null"
         6: .line 109
            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
         7: .line 111
            goto 13
        end local 4 // java.util.Iterator it
      StackMap locals: reactor.core.publisher.FluxFirstWithValue reactor.core.CoreSubscriber org.reactivestreams.Publisher[] int
      StackMap stack: java.lang.Throwable
         8: astore 5 /* e */
        start local 5 // java.lang.Throwable e
         9: .line 112
            aload 1 /* actual */
            aload 5 /* e */
        10: .line 113
            aload 1 /* actual */
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
        11: .line 112
            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
        12: .line 114
            return
        end local 5 // java.lang.Throwable e
        start local 4 // java.util.Iterator it
        13: .line 122
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            istore 5 /* b */
        start local 5 // boolean b
        14: .line 123
            goto 20
        end local 5 // boolean b
      StackMap locals:
      StackMap stack: java.lang.Throwable
        15: astore 6 /* e */
        start local 6 // java.lang.Throwable e
        16: .line 124
            aload 1 /* actual */
            aload 6 /* e */
        17: .line 125
            aload 1 /* actual */
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
        18: .line 124
            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
        19: .line 126
            return
        end local 6 // java.lang.Throwable e
        start local 5 // boolean b
        20: .line 129
      StackMap locals: int
      StackMap stack:
            iload 5 /* b */
            ifne 22
        21: .line 130
            goto 38
        22: .line 136
      StackMap locals:
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
        23: .line 137
            ldc "The Publisher returned by the iterator is null"
        24: .line 136
            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
        25: .line 138
            goto 31
        end local 6 // org.reactivestreams.Publisher p
      StackMap locals:
      StackMap stack: java.lang.Throwable
        26: astore 7 /* e */
        start local 7 // java.lang.Throwable e
        27: .line 139
            aload 1 /* actual */
            aload 7 /* e */
        28: .line 140
            aload 1 /* actual */
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
        29: .line 139
            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
        30: .line 141
            return
        end local 7 // java.lang.Throwable e
        start local 6 // org.reactivestreams.Publisher p
        31: .line 144
      StackMap locals: org.reactivestreams.Publisher
      StackMap stack:
            iload 3 /* n */
            aload 2 /* a */
            arraylength
            if_icmpne 35
        32: .line 145
            iload 3 /* n */
            iload 3 /* n */
            iconst_2
            ishr
            iadd
            anewarray org.reactivestreams.Publisher
            astore 7 /* c */
        start local 7 // org.reactivestreams.Publisher[] c
        33: .line 146
            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
        34: .line 147
            aload 7 /* c */
            astore 2 /* a */
        end local 7 // org.reactivestreams.Publisher[] c
        35: .line 149
      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
        36: .line 117
            goto 13
        end local 4 // java.util.Iterator it
        end local 3 // int n
        37: .line 153
      StackMap locals: reactor.core.publisher.FluxFirstWithValue reactor.core.CoreSubscriber org.reactivestreams.Publisher[]
      StackMap stack:
            aload 2 /* a */
            arraylength
            istore 3 /* n */
        start local 3 // int n
        38: .line 156
      StackMap locals: int
      StackMap stack:
            iload 3 /* n */
            ifne 41
        39: .line 157
            aload 1 /* actual */
            invokestatic reactor.core.publisher.Operators.complete:(Lorg/reactivestreams/Subscriber;)V
        40: .line 158
            return
        41: .line 160
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            iconst_1
            if_icmpne 50
        42: .line 161
            aload 2 /* a */
            iconst_0
            aaload
            astore 4 /* p */
        start local 4 // org.reactivestreams.Publisher p
        43: .line 163
            aload 4 /* p */
            ifnonnull 48
        44: .line 164
            aload 1 /* actual */
        45: .line 165
            new java.lang.NullPointerException
            dup
            ldc "The single source Publisher is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
        46: .line 164
            invokestatic reactor.core.publisher.Operators.error:(Lorg/reactivestreams/Subscriber;Ljava/lang/Throwable;)V
        47: .line 166
            goto 49
        48: .line 167
      StackMap locals: org.reactivestreams.Publisher
      StackMap stack:
            aload 4 /* p */
            aload 1 /* actual */
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
        49: .line 169
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.reactivestreams.Publisher p
        50: .line 172
      StackMap locals:
      StackMap stack:
            new reactor.core.publisher.FluxFirstWithValue$RaceValuesCoordinator
            dup
            iload 3 /* n */
            invokespecial reactor.core.publisher.FluxFirstWithValue$RaceValuesCoordinator.<init>:(I)V
            astore 4 /* coordinator */
        start local 4 // reactor.core.publisher.FluxFirstWithValue$RaceValuesCoordinator coordinator
        51: .line 174
            aload 4 /* coordinator */
            aload 2 /* a */
            aload 1 /* actual */
            invokevirtual reactor.core.publisher.FluxFirstWithValue$RaceValuesCoordinator.subscribe:([Lorg/reactivestreams/Publisher;Lreactor/core/CoreSubscriber;)V
        52: .line 175
            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.FluxFirstWithValue this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   53     0         this  Lreactor/core/publisher/FluxFirstWithValue<TT;>;
            0   53     1       actual  Lreactor/core/CoreSubscriber<-TT;>;
            1   53     2            a  [Lorg/reactivestreams/Publisher;
            3   37     3            n  I
           38   53     3            n  I
            7    8     4           it  Ljava/util/Iterator<+Lorg/reactivestreams/Publisher<+TT;>;>;
           13   37     4           it  Ljava/util/Iterator<+Lorg/reactivestreams/Publisher<+TT;>;>;
            9   13     5            e  Ljava/lang/Throwable;
           14   15     5            b  Z
           20   36     5            b  Z
           16   20     6            e  Ljava/lang/Throwable;
           25   26     6            p  Lorg/reactivestreams/Publisher<+TT;>;
           31   36     6            p  Lorg/reactivestreams/Publisher<+TT;>;
           27   31     7            e  Ljava/lang/Throwable;
           33   35     7            c  [Lorg/reactivestreams/Publisher;
           43   50     4            p  Lorg/reactivestreams/Publisher<+TT;>;
           51   53     4  coordinator  Lreactor/core/publisher/FluxFirstWithValue$RaceValuesCoordinator<TT;>;
      Exception table:
        from    to  target  type
           4     7       8  Class java.lang.Throwable
          13    14      15  Class java.lang.Throwable
          22    25      26  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.FluxFirstWithValue this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 179
            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 180
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // reactor.core.Scannable$Attr key
        end local 0 // reactor.core.publisher.FluxFirstWithValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lreactor/core/publisher/FluxFirstWithValue<TT;>;
            0    2     1   key  Lreactor/core/Scannable$Attr;
    MethodParameters:
      Name  Flags
      key   
}
Signature: <T:Ljava/lang/Object;>Lreactor/core/publisher/Flux<TT;>;Lreactor/core/publisher/SourceProducer<TT;>;
SourceFile: "FluxFirstWithValue.java"
NestMembers:
  reactor.core.publisher.FluxFirstWithValue$FirstValuesEmittingSubscriber  reactor.core.publisher.FluxFirstWithValue$RaceValuesCoordinator
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 FirstValuesEmittingSubscriber = reactor.core.publisher.FluxFirstWithValue$FirstValuesEmittingSubscriber of reactor.core.publisher.FluxFirstWithValue
  final RaceValuesCoordinator = reactor.core.publisher.FluxFirstWithValue$RaceValuesCoordinator of reactor.core.publisher.FluxFirstWithValue