final class reactor.core.publisher.FluxCombineLatest<T, R> extends reactor.core.publisher.Flux<R> implements reactor.core.Fuseable, reactor.core.publisher.SourceProducer<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: reactor.core.publisher.FluxCombineLatest
  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;>;>;

  final java.util.function.Function<java.lang.Object[], R> combiner;
    descriptor: Ljava/util/function/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/function/Function<[Ljava/lang/Object;TR;>;

  final java.util.function.Supplier<? extends java.util.Queue<reactor.core.publisher.FluxCombineLatest$SourceAndArray>> queueSupplier;
    descriptor: Ljava/util/function/Supplier;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/function/Supplier<+Ljava/util/Queue<Lreactor/core/publisher/FluxCombineLatest$SourceAndArray;>;>;

  final int prefetch;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  void <init>(org.reactivestreams.Publisher<? extends T>[], java.util.function.Function<java.lang.Object[], R>, java.util.function.Supplier<? extends java.util.Queue<reactor.core.publisher.FluxCombineLatest$SourceAndArray>>, );
    descriptor: ([Lorg/reactivestreams/Publisher;Ljava/util/function/Function;Ljava/util/function/Supplier;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // reactor.core.publisher.FluxCombineLatest this
        start local 1 // org.reactivestreams.Publisher[] array
        start local 2 // java.util.function.Function combiner
        start local 3 // java.util.function.Supplier queueSupplier
        start local 4 // int prefetch
         0: .line 58
            aload 0 /* this */
            invokespecial reactor.core.publisher.Flux.<init>:()V
         1: .line 61
            iload 4 /* prefetch */
            ifgt 3
         2: .line 62
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "prefetch > 0 required but it was "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 4 /* prefetch */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 65
      StackMap locals: reactor.core.publisher.FluxCombineLatest org.reactivestreams.Publisher[] java.util.function.Function java.util.function.Supplier int
      StackMap stack:
            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.FluxCombineLatest.array:[Lorg/reactivestreams/Publisher;
         4: .line 66
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.FluxCombineLatest.iterable:Ljava/lang/Iterable;
         5: .line 67
            aload 0 /* this */
            aload 2 /* combiner */
            ldc "combiner"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.function.Function
            putfield reactor.core.publisher.FluxCombineLatest.combiner:Ljava/util/function/Function;
         6: .line 68
            aload 0 /* this */
            aload 3 /* queueSupplier */
            ldc "queueSupplier"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.function.Supplier
            putfield reactor.core.publisher.FluxCombineLatest.queueSupplier:Ljava/util/function/Supplier;
         7: .line 69
            aload 0 /* this */
            iload 4 /* prefetch */
            putfield reactor.core.publisher.FluxCombineLatest.prefetch:I
         8: .line 70
            return
        end local 4 // int prefetch
        end local 3 // java.util.function.Supplier queueSupplier
        end local 2 // java.util.function.Function combiner
        end local 1 // org.reactivestreams.Publisher[] array
        end local 0 // reactor.core.publisher.FluxCombineLatest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lreactor/core/publisher/FluxCombineLatest<TT;TR;>;
            0    9     1          array  [Lorg/reactivestreams/Publisher;
            0    9     2       combiner  Ljava/util/function/Function<[Ljava/lang/Object;TR;>;
            0    9     3  queueSupplier  Ljava/util/function/Supplier<+Ljava/util/Queue<Lreactor/core/publisher/FluxCombineLatest$SourceAndArray;>;>;
            0    9     4       prefetch  I
    Signature: ([Lorg/reactivestreams/Publisher<+TT;>;Ljava/util/function/Function<[Ljava/lang/Object;TR;>;Ljava/util/function/Supplier<+Ljava/util/Queue<Lreactor/core/publisher/FluxCombineLatest$SourceAndArray;>;>;I)V
    MethodParameters:
               Name  Flags
      array          
      combiner       
      queueSupplier  
      prefetch       

  void <init>(java.lang.Iterable<? extends org.reactivestreams.Publisher<? extends T>>, java.util.function.Function<java.lang.Object[], R>, java.util.function.Supplier<? extends java.util.Queue<reactor.core.publisher.FluxCombineLatest$SourceAndArray>>, );
    descriptor: (Ljava/lang/Iterable;Ljava/util/function/Function;Ljava/util/function/Supplier;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // reactor.core.publisher.FluxCombineLatest this
        start local 1 // java.lang.Iterable iterable
        start local 2 // java.util.function.Function combiner
        start local 3 // java.util.function.Supplier queueSupplier
        start local 4 // int prefetch
         0: .line 72
            aload 0 /* this */
            invokespecial reactor.core.publisher.Flux.<init>:()V
         1: .line 75
            iload 4 /* prefetch */
            ifge 3
         2: .line 76
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "prefetch > 0 required but it was "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 4 /* prefetch */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 79
      StackMap locals: reactor.core.publisher.FluxCombineLatest java.lang.Iterable java.util.function.Function java.util.function.Supplier int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield reactor.core.publisher.FluxCombineLatest.array:[Lorg/reactivestreams/Publisher;
         4: .line 80
            aload 0 /* this */
            aload 1 /* iterable */
            ldc "iterable"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.Iterable
            putfield reactor.core.publisher.FluxCombineLatest.iterable:Ljava/lang/Iterable;
         5: .line 81
            aload 0 /* this */
            aload 2 /* combiner */
            ldc "combiner"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.function.Function
            putfield reactor.core.publisher.FluxCombineLatest.combiner:Ljava/util/function/Function;
         6: .line 82
            aload 0 /* this */
            aload 3 /* queueSupplier */
            ldc "queueSupplier"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.function.Supplier
            putfield reactor.core.publisher.FluxCombineLatest.queueSupplier:Ljava/util/function/Supplier;
         7: .line 83
            aload 0 /* this */
            iload 4 /* prefetch */
            putfield reactor.core.publisher.FluxCombineLatest.prefetch:I
         8: .line 84
            return
        end local 4 // int prefetch
        end local 3 // java.util.function.Supplier queueSupplier
        end local 2 // java.util.function.Function combiner
        end local 1 // java.lang.Iterable iterable
        end local 0 // reactor.core.publisher.FluxCombineLatest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lreactor/core/publisher/FluxCombineLatest<TT;TR;>;
            0    9     1       iterable  Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<+TT;>;>;
            0    9     2       combiner  Ljava/util/function/Function<[Ljava/lang/Object;TR;>;
            0    9     3  queueSupplier  Ljava/util/function/Supplier<+Ljava/util/Queue<Lreactor/core/publisher/FluxCombineLatest$SourceAndArray;>;>;
            0    9     4       prefetch  I
    Signature: (Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<+TT;>;>;Ljava/util/function/Function<[Ljava/lang/Object;TR;>;Ljava/util/function/Supplier<+Ljava/util/Queue<Lreactor/core/publisher/FluxCombineLatest$SourceAndArray;>;>;I)V
    MethodParameters:
               Name  Flags
      iterable       
      combiner       
      queueSupplier  
      prefetch       

  public int getPrefetch();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // reactor.core.publisher.FluxCombineLatest this
         0: .line 88
            aload 0 /* this */
            getfield reactor.core.publisher.FluxCombineLatest.prefetch:I
            ireturn
        end local 0 // reactor.core.publisher.FluxCombineLatest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/core/publisher/FluxCombineLatest<TT;TR;>;

  public void subscribe(reactor.core.CoreSubscriber<? super R>);
    descriptor: (Lreactor/core/CoreSubscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // reactor.core.publisher.FluxCombineLatest this
        start local 1 // reactor.core.CoreSubscriber actual
         0: .line 94
            aload 0 /* this */
            getfield reactor.core.publisher.FluxCombineLatest.array:[Lorg/reactivestreams/Publisher;
            astore 2 /* a */
        start local 2 // org.reactivestreams.Publisher[] a
         1: .line 96
            aload 2 /* a */
            ifnonnull 35
         2: .line 97
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         3: .line 98
            bipush 8
            anewarray org.reactivestreams.Publisher
            astore 2 /* a */
         4: .line 103
            aload 0 /* this */
            getfield reactor.core.publisher.FluxCombineLatest.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 104
            goto 11
        end local 4 // java.util.Iterator it
         6: .line 105
      StackMap locals: reactor.core.publisher.FluxCombineLatest reactor.core.CoreSubscriber org.reactivestreams.Publisher[] int
      StackMap stack: java.lang.Throwable
            astore 5 /* e */
        start local 5 // java.lang.Throwable e
         7: .line 106
            aload 1 /* actual */
            aload 5 /* e */
         8: .line 107
            aload 1 /* actual */
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
         9: .line 106
            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 108
            return
        end local 5 // java.lang.Throwable e
        start local 4 // java.util.Iterator it
        11: .line 116
      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 117
            goto 18
        end local 5 // boolean b
        13: .line 118
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6 /* e */
        start local 6 // java.lang.Throwable e
        14: .line 119
            aload 1 /* actual */
            aload 6 /* e */
        15: .line 120
            aload 1 /* actual */
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
        16: .line 119
            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 121
            return
        end local 6 // java.lang.Throwable e
        start local 5 // boolean b
        18: .line 124
      StackMap locals: int
      StackMap stack:
            iload 5 /* b */
            ifne 20
        19: .line 125
            goto 36
        20: .line 131
      StackMap locals:
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
        21: .line 132
            ldc "The Publisher returned by the iterator is null"
        22: .line 131
            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 133
            goto 29
        end local 6 // org.reactivestreams.Publisher p
        24: .line 134
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7 /* e */
        start local 7 // java.lang.Throwable e
        25: .line 135
            aload 1 /* actual */
            aload 7 /* e */
        26: .line 136
            aload 1 /* actual */
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
        27: .line 135
            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 137
            return
        end local 7 // java.lang.Throwable e
        start local 6 // org.reactivestreams.Publisher p
        29: .line 140
      StackMap locals: org.reactivestreams.Publisher
      StackMap stack:
            iload 3 /* n */
            aload 2 /* a */
            arraylength
            if_icmpne 33
        30: .line 141
            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 142
            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 143
            aload 7 /* c */
            astore 2 /* a */
        end local 7 // org.reactivestreams.Publisher[] c
        33: .line 145
      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 111
            goto 11
        end local 4 // java.util.Iterator it
        end local 3 // int n
        35: .line 150
      StackMap locals: reactor.core.publisher.FluxCombineLatest reactor.core.CoreSubscriber org.reactivestreams.Publisher[]
      StackMap stack:
            aload 2 /* a */
            arraylength
            istore 3 /* n */
        start local 3 // int n
        36: .line 153
      StackMap locals: int
      StackMap stack:
            iload 3 /* n */
            ifne 39
        37: .line 154
            aload 1 /* actual */
            invokestatic reactor.core.publisher.Operators.complete:(Lorg/reactivestreams/Subscriber;)V
        38: .line 155
            return
        39: .line 157
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            iconst_1
            if_icmpne 47
        40: .line 158
            aload 0 /* this */
            invokedynamic apply(Lreactor/core/publisher/FluxCombineLatest;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  reactor/core/publisher/FluxCombineLatest.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (7)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* f */
        start local 4 // java.util.function.Function f
        41: .line 159
            aload 2 /* a */
            iconst_0
            aaload
            instanceof reactor.core.Fuseable
            ifeq 44
        42: .line 160
            new reactor.core.publisher.FluxMapFuseable
            dup
            aload 2 /* a */
            iconst_0
            aaload
            invokestatic reactor.core.publisher.FluxCombineLatest.from:(Lorg/reactivestreams/Publisher;)Lreactor/core/publisher/Flux;
            aload 4 /* f */
            invokespecial reactor.core.publisher.FluxMapFuseable.<init>:(Lreactor/core/publisher/Flux;Ljava/util/function/Function;)V
            aload 1 /* actual */
            invokevirtual reactor.core.publisher.FluxMapFuseable.subscribe:(Lreactor/core/CoreSubscriber;)V
        43: .line 161
            return
        44: .line 163
      StackMap locals: java.util.function.Function
      StackMap stack:
            aload 1 /* actual */
            instanceof reactor.core.Fuseable$QueueSubscription
            ifne 47
        45: .line 164
            new reactor.core.publisher.FluxMap
            dup
            aload 2 /* a */
            iconst_0
            aaload
            invokestatic reactor.core.publisher.FluxCombineLatest.from:(Lorg/reactivestreams/Publisher;)Lreactor/core/publisher/Flux;
            aload 4 /* f */
            invokespecial reactor.core.publisher.FluxMap.<init>:(Lreactor/core/publisher/Flux;Ljava/util/function/Function;)V
            aload 1 /* actual */
            invokevirtual reactor.core.publisher.FluxMap.subscribe:(Lreactor/core/CoreSubscriber;)V
        46: .line 165
            return
        end local 4 // java.util.function.Function f
        47: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxCombineLatest.queueSupplier:Ljava/util/function/Supplier;
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast java.util.Queue
            astore 4 /* queue */
        start local 4 // java.util.Queue queue
        48: .line 172
            new reactor.core.publisher.FluxCombineLatest$CombineLatestCoordinator
            dup
            aload 1 /* actual */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxCombineLatest.combiner:Ljava/util/function/Function;
            iload 3 /* n */
            aload 4 /* queue */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxCombineLatest.prefetch:I
            invokespecial reactor.core.publisher.FluxCombineLatest$CombineLatestCoordinator.<init>:(Lreactor/core/CoreSubscriber;Ljava/util/function/Function;ILjava/util/Queue;I)V
        49: .line 171
            astore 5 /* coordinator */
        start local 5 // reactor.core.publisher.FluxCombineLatest$CombineLatestCoordinator coordinator
        50: .line 174
            aload 1 /* actual */
            aload 5 /* coordinator */
            invokeinterface reactor.core.CoreSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
        51: .line 176
            aload 5 /* coordinator */
            aload 2 /* a */
            iload 3 /* n */
            invokevirtual reactor.core.publisher.FluxCombineLatest$CombineLatestCoordinator.subscribe:([Lorg/reactivestreams/Publisher;I)V
        52: .line 177
            return
        end local 5 // reactor.core.publisher.FluxCombineLatest$CombineLatestCoordinator coordinator
        end local 4 // java.util.Queue queue
        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.FluxCombineLatest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   53     0         this  Lreactor/core/publisher/FluxCombineLatest<TT;TR;>;
            0   53     1       actual  Lreactor/core/CoreSubscriber<-TR;>;
            1   53     2            a  [Lorg/reactivestreams/Publisher;
            3   35     3            n  I
           36   53     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   47     4            f  Ljava/util/function/Function<TT;TR;>;
           48   53     4        queue  Ljava/util/Queue<Lreactor/core/publisher/FluxCombineLatest$SourceAndArray;>;
           50   53     5  coordinator  Lreactor/core/publisher/FluxCombineLatest$CombineLatestCoordinator<TT;TR;>;
      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<-TR;>;)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.FluxCombineLatest this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 181
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.PREFETCH:Lreactor/core/Scannable$Attr;
            if_acmpne 1
            aload 0 /* this */
            getfield reactor.core.publisher.FluxCombineLatest.prefetch:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         1: .line 182
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.RUN_STYLE:Lreactor/core/Scannable$Attr;
            if_acmpne 2
            getstatic reactor.core.Scannable$Attr$RunStyle.SYNC:Lreactor/core/Scannable$Attr$RunStyle;
            areturn
         2: .line 183
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // reactor.core.Scannable$Attr key
        end local 0 // reactor.core.publisher.FluxCombineLatest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lreactor/core/publisher/FluxCombineLatest<TT;TR;>;
            0    3     1   key  Lreactor/core/Scannable$Attr;
    MethodParameters:
      Name  Flags
      key   

  private java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // reactor.core.publisher.FluxCombineLatest this
        start local 1 // java.lang.Object t
         0: .line 158
            aload 0 /* this */
            getfield reactor.core.publisher.FluxCombineLatest.combiner:Ljava/util/function/Function;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* t */
            aastore
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object t
        end local 0 // reactor.core.publisher.FluxCombineLatest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/core/publisher/FluxCombineLatest<TT;TR;>;
            0    1     1     t  TT;
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lreactor/core/publisher/Flux<TR;>;Lreactor/core/Fuseable;Lreactor/core/publisher/SourceProducer<TR;>;
SourceFile: "FluxCombineLatest.java"
NestMembers:
  reactor.core.publisher.FluxCombineLatest$CombineLatestCoordinator  reactor.core.publisher.FluxCombineLatest$CombineLatestInner  reactor.core.publisher.FluxCombineLatest$SourceAndArray
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract QueueSubscription = reactor.core.Fuseable$QueueSubscription of reactor.core.Fuseable
  public Attr = reactor.core.Scannable$Attr of reactor.core.Scannable
  public final RunStyle = reactor.core.Scannable$Attr$RunStyle of reactor.core.Scannable$Attr
  final CombineLatestCoordinator = reactor.core.publisher.FluxCombineLatest$CombineLatestCoordinator of reactor.core.publisher.FluxCombineLatest
  final CombineLatestInner = reactor.core.publisher.FluxCombineLatest$CombineLatestInner of reactor.core.publisher.FluxCombineLatest
  final SourceAndArray = reactor.core.publisher.FluxCombineLatest$SourceAndArray of reactor.core.publisher.FluxCombineLatest