public interface io.vertx.core.CompositeFuture extends io.vertx.core.Future<io.vertx.core.CompositeFuture>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.CompositeFuture
  super_class: java.lang.Object
{
  public static <T1, T2> io.vertx.core.CompositeFuture all(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Future f1
        start local 1 // io.vertx.core.Future f2
         0: .line 41
            iconst_2
            anewarray io.vertx.core.Future
            dup
            iconst_0
            aload 0 /* f1 */
            aastore
            dup
            iconst_1
            aload 1 /* f2 */
            aastore
            invokestatic io.vertx.core.impl.CompositeFutureImpl.all:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 1 // io.vertx.core.Future f2
        end local 0 // io.vertx.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    f1  Lio/vertx/core/Future<TT1;>;
            0    1     1    f2  Lio/vertx/core/Future<TT2;>;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    

  public static <T1, T2, T3> io.vertx.core.CompositeFuture all(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.Future f1
        start local 1 // io.vertx.core.Future f2
        start local 2 // io.vertx.core.Future f3
         0: .line 48
            iconst_3
            anewarray io.vertx.core.Future
            dup
            iconst_0
            aload 0 /* f1 */
            aastore
            dup
            iconst_1
            aload 1 /* f2 */
            aastore
            dup
            iconst_2
            aload 2 /* f3 */
            aastore
            invokestatic io.vertx.core.impl.CompositeFutureImpl.all:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 2 // io.vertx.core.Future f3
        end local 1 // io.vertx.core.Future f2
        end local 0 // io.vertx.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    f1  Lio/vertx/core/Future<TT1;>;
            0    1     1    f2  Lio/vertx/core/Future<TT2;>;
            0    1     2    f3  Lio/vertx/core/Future<TT3;>;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    

  public static <T1, T2, T3, T4> io.vertx.core.CompositeFuture all(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.core.Future f1
        start local 1 // io.vertx.core.Future f2
        start local 2 // io.vertx.core.Future f3
        start local 3 // io.vertx.core.Future f4
         0: .line 55
            iconst_4
            anewarray io.vertx.core.Future
            dup
            iconst_0
            aload 0 /* f1 */
            aastore
            dup
            iconst_1
            aload 1 /* f2 */
            aastore
            dup
            iconst_2
            aload 2 /* f3 */
            aastore
            dup
            iconst_3
            aload 3 /* f4 */
            aastore
            invokestatic io.vertx.core.impl.CompositeFutureImpl.all:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 3 // io.vertx.core.Future f4
        end local 2 // io.vertx.core.Future f3
        end local 1 // io.vertx.core.Future f2
        end local 0 // io.vertx.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    f1  Lio/vertx/core/Future<TT1;>;
            0    1     1    f2  Lio/vertx/core/Future<TT2;>;
            0    1     2    f3  Lio/vertx/core/Future<TT3;>;
            0    1     3    f4  Lio/vertx/core/Future<TT4;>;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    

  public static <T1, T2, T3, T4, T5> io.vertx.core.CompositeFuture all(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>, io.vertx.core.Future<T5>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.core.Future f1
        start local 1 // io.vertx.core.Future f2
        start local 2 // io.vertx.core.Future f3
        start local 3 // io.vertx.core.Future f4
        start local 4 // io.vertx.core.Future f5
         0: .line 62
            iconst_5
            anewarray io.vertx.core.Future
            dup
            iconst_0
            aload 0 /* f1 */
            aastore
            dup
            iconst_1
            aload 1 /* f2 */
            aastore
            dup
            iconst_2
            aload 2 /* f3 */
            aastore
            dup
            iconst_3
            aload 3 /* f4 */
            aastore
            dup
            iconst_4
            aload 4 /* f5 */
            aastore
            invokestatic io.vertx.core.impl.CompositeFutureImpl.all:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 4 // io.vertx.core.Future f5
        end local 3 // io.vertx.core.Future f4
        end local 2 // io.vertx.core.Future f3
        end local 1 // io.vertx.core.Future f2
        end local 0 // io.vertx.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    f1  Lio/vertx/core/Future<TT1;>;
            0    1     1    f2  Lio/vertx/core/Future<TT2;>;
            0    1     2    f3  Lio/vertx/core/Future<TT3;>;
            0    1     3    f4  Lio/vertx/core/Future<TT4;>;
            0    1     4    f5  Lio/vertx/core/Future<TT5;>;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;Lio/vertx/core/Future<TT5;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    
      f5    

  public static <T1, T2, T3, T4, T5, T6> io.vertx.core.CompositeFuture all(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>, io.vertx.core.Future<T5>, io.vertx.core.Future<T6>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // io.vertx.core.Future f1
        start local 1 // io.vertx.core.Future f2
        start local 2 // io.vertx.core.Future f3
        start local 3 // io.vertx.core.Future f4
        start local 4 // io.vertx.core.Future f5
        start local 5 // io.vertx.core.Future f6
         0: .line 69
            bipush 6
            anewarray io.vertx.core.Future
            dup
            iconst_0
            aload 0 /* f1 */
            aastore
            dup
            iconst_1
            aload 1 /* f2 */
            aastore
            dup
            iconst_2
            aload 2 /* f3 */
            aastore
            dup
            iconst_3
            aload 3 /* f4 */
            aastore
            dup
            iconst_4
            aload 4 /* f5 */
            aastore
            dup
            iconst_5
            aload 5 /* f6 */
            aastore
            invokestatic io.vertx.core.impl.CompositeFutureImpl.all:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 5 // io.vertx.core.Future f6
        end local 4 // io.vertx.core.Future f5
        end local 3 // io.vertx.core.Future f4
        end local 2 // io.vertx.core.Future f3
        end local 1 // io.vertx.core.Future f2
        end local 0 // io.vertx.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    f1  Lio/vertx/core/Future<TT1;>;
            0    1     1    f2  Lio/vertx/core/Future<TT2;>;
            0    1     2    f3  Lio/vertx/core/Future<TT3;>;
            0    1     3    f4  Lio/vertx/core/Future<TT4;>;
            0    1     4    f5  Lio/vertx/core/Future<TT5;>;
            0    1     5    f6  Lio/vertx/core/Future<TT6;>;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;Lio/vertx/core/Future<TT5;>;Lio/vertx/core/Future<TT6;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    
      f5    
      f6    

  public static io.vertx.core.CompositeFuture all(java.util.List<io.vertx.core.Future>);
    descriptor: (Ljava/util/List;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.List futures
         0: .line 78
            aload 0 /* futures */
            aload 0 /* futures */
            invokeinterface java.util.List.size:()I
            anewarray io.vertx.core.Future
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast io.vertx.core.Future[]
            invokestatic io.vertx.core.impl.CompositeFutureImpl.all:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 0 // java.util.List futures
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  futures  Ljava/util/List<Lio/vertx/core/Future;>;
    Signature: (Ljava/util/List<Lio/vertx/core/Future;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
         Name  Flags
      futures  

  public static <T1, T2> io.vertx.core.CompositeFuture any(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Future f1
        start local 1 // io.vertx.core.Future f2
         0: .line 91
            iconst_2
            anewarray io.vertx.core.Future
            dup
            iconst_0
            aload 0 /* f1 */
            aastore
            dup
            iconst_1
            aload 1 /* f2 */
            aastore
            invokestatic io.vertx.core.impl.CompositeFutureImpl.any:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 1 // io.vertx.core.Future f2
        end local 0 // io.vertx.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    f1  Lio/vertx/core/Future<TT1;>;
            0    1     1    f2  Lio/vertx/core/Future<TT2;>;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    

  public static <T1, T2, T3> io.vertx.core.CompositeFuture any(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.Future f1
        start local 1 // io.vertx.core.Future f2
        start local 2 // io.vertx.core.Future f3
         0: .line 98
            iconst_3
            anewarray io.vertx.core.Future
            dup
            iconst_0
            aload 0 /* f1 */
            aastore
            dup
            iconst_1
            aload 1 /* f2 */
            aastore
            dup
            iconst_2
            aload 2 /* f3 */
            aastore
            invokestatic io.vertx.core.impl.CompositeFutureImpl.any:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 2 // io.vertx.core.Future f3
        end local 1 // io.vertx.core.Future f2
        end local 0 // io.vertx.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    f1  Lio/vertx/core/Future<TT1;>;
            0    1     1    f2  Lio/vertx/core/Future<TT2;>;
            0    1     2    f3  Lio/vertx/core/Future<TT3;>;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    

  public static <T1, T2, T3, T4> io.vertx.core.CompositeFuture any(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.core.Future f1
        start local 1 // io.vertx.core.Future f2
        start local 2 // io.vertx.core.Future f3
        start local 3 // io.vertx.core.Future f4
         0: .line 105
            iconst_4
            anewarray io.vertx.core.Future
            dup
            iconst_0
            aload 0 /* f1 */
            aastore
            dup
            iconst_1
            aload 1 /* f2 */
            aastore
            dup
            iconst_2
            aload 2 /* f3 */
            aastore
            dup
            iconst_3
            aload 3 /* f4 */
            aastore
            invokestatic io.vertx.core.impl.CompositeFutureImpl.any:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 3 // io.vertx.core.Future f4
        end local 2 // io.vertx.core.Future f3
        end local 1 // io.vertx.core.Future f2
        end local 0 // io.vertx.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    f1  Lio/vertx/core/Future<TT1;>;
            0    1     1    f2  Lio/vertx/core/Future<TT2;>;
            0    1     2    f3  Lio/vertx/core/Future<TT3;>;
            0    1     3    f4  Lio/vertx/core/Future<TT4;>;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    

  public static <T1, T2, T3, T4, T5> io.vertx.core.CompositeFuture any(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>, io.vertx.core.Future<T5>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.core.Future f1
        start local 1 // io.vertx.core.Future f2
        start local 2 // io.vertx.core.Future f3
        start local 3 // io.vertx.core.Future f4
        start local 4 // io.vertx.core.Future f5
         0: .line 112
            iconst_5
            anewarray io.vertx.core.Future
            dup
            iconst_0
            aload 0 /* f1 */
            aastore
            dup
            iconst_1
            aload 1 /* f2 */
            aastore
            dup
            iconst_2
            aload 2 /* f3 */
            aastore
            dup
            iconst_3
            aload 3 /* f4 */
            aastore
            dup
            iconst_4
            aload 4 /* f5 */
            aastore
            invokestatic io.vertx.core.impl.CompositeFutureImpl.any:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 4 // io.vertx.core.Future f5
        end local 3 // io.vertx.core.Future f4
        end local 2 // io.vertx.core.Future f3
        end local 1 // io.vertx.core.Future f2
        end local 0 // io.vertx.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    f1  Lio/vertx/core/Future<TT1;>;
            0    1     1    f2  Lio/vertx/core/Future<TT2;>;
            0    1     2    f3  Lio/vertx/core/Future<TT3;>;
            0    1     3    f4  Lio/vertx/core/Future<TT4;>;
            0    1     4    f5  Lio/vertx/core/Future<TT5;>;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;Lio/vertx/core/Future<TT5;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    
      f5    

  public static <T1, T2, T3, T4, T5, T6> io.vertx.core.CompositeFuture any(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>, io.vertx.core.Future<T5>, io.vertx.core.Future<T6>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // io.vertx.core.Future f1
        start local 1 // io.vertx.core.Future f2
        start local 2 // io.vertx.core.Future f3
        start local 3 // io.vertx.core.Future f4
        start local 4 // io.vertx.core.Future f5
        start local 5 // io.vertx.core.Future f6
         0: .line 119
            bipush 6
            anewarray io.vertx.core.Future
            dup
            iconst_0
            aload 0 /* f1 */
            aastore
            dup
            iconst_1
            aload 1 /* f2 */
            aastore
            dup
            iconst_2
            aload 2 /* f3 */
            aastore
            dup
            iconst_3
            aload 3 /* f4 */
            aastore
            dup
            iconst_4
            aload 4 /* f5 */
            aastore
            dup
            iconst_5
            aload 5 /* f6 */
            aastore
            invokestatic io.vertx.core.impl.CompositeFutureImpl.any:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 5 // io.vertx.core.Future f6
        end local 4 // io.vertx.core.Future f5
        end local 3 // io.vertx.core.Future f4
        end local 2 // io.vertx.core.Future f3
        end local 1 // io.vertx.core.Future f2
        end local 0 // io.vertx.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    f1  Lio/vertx/core/Future<TT1;>;
            0    1     1    f2  Lio/vertx/core/Future<TT2;>;
            0    1     2    f3  Lio/vertx/core/Future<TT3;>;
            0    1     3    f4  Lio/vertx/core/Future<TT4;>;
            0    1     4    f5  Lio/vertx/core/Future<TT5;>;
            0    1     5    f6  Lio/vertx/core/Future<TT6;>;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;Lio/vertx/core/Future<TT5;>;Lio/vertx/core/Future<TT6;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    
      f5    
      f6    

  public static io.vertx.core.CompositeFuture any(java.util.List<io.vertx.core.Future>);
    descriptor: (Ljava/util/List;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.List futures
         0: .line 128
            aload 0 /* futures */
            aload 0 /* futures */
            invokeinterface java.util.List.size:()I
            anewarray io.vertx.core.Future
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast io.vertx.core.Future[]
            invokestatic io.vertx.core.impl.CompositeFutureImpl.any:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 0 // java.util.List futures
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  futures  Ljava/util/List<Lio/vertx/core/Future;>;
    Signature: (Ljava/util/List<Lio/vertx/core/Future;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
         Name  Flags
      futures  

  public static <T1, T2> io.vertx.core.CompositeFuture join(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Future f1
        start local 1 // io.vertx.core.Future f2
         0: .line 141
            iconst_2
            anewarray io.vertx.core.Future
            dup
            iconst_0
            aload 0 /* f1 */
            aastore
            dup
            iconst_1
            aload 1 /* f2 */
            aastore
            invokestatic io.vertx.core.impl.CompositeFutureImpl.join:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 1 // io.vertx.core.Future f2
        end local 0 // io.vertx.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    f1  Lio/vertx/core/Future<TT1;>;
            0    1     1    f2  Lio/vertx/core/Future<TT2;>;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    

  public static <T1, T2, T3> io.vertx.core.CompositeFuture join(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.Future f1
        start local 1 // io.vertx.core.Future f2
        start local 2 // io.vertx.core.Future f3
         0: .line 148
            iconst_3
            anewarray io.vertx.core.Future
            dup
            iconst_0
            aload 0 /* f1 */
            aastore
            dup
            iconst_1
            aload 1 /* f2 */
            aastore
            dup
            iconst_2
            aload 2 /* f3 */
            aastore
            invokestatic io.vertx.core.impl.CompositeFutureImpl.join:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 2 // io.vertx.core.Future f3
        end local 1 // io.vertx.core.Future f2
        end local 0 // io.vertx.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    f1  Lio/vertx/core/Future<TT1;>;
            0    1     1    f2  Lio/vertx/core/Future<TT2;>;
            0    1     2    f3  Lio/vertx/core/Future<TT3;>;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    

  public static <T1, T2, T3, T4> io.vertx.core.CompositeFuture join(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.core.Future f1
        start local 1 // io.vertx.core.Future f2
        start local 2 // io.vertx.core.Future f3
        start local 3 // io.vertx.core.Future f4
         0: .line 155
            iconst_4
            anewarray io.vertx.core.Future
            dup
            iconst_0
            aload 0 /* f1 */
            aastore
            dup
            iconst_1
            aload 1 /* f2 */
            aastore
            dup
            iconst_2
            aload 2 /* f3 */
            aastore
            dup
            iconst_3
            aload 3 /* f4 */
            aastore
            invokestatic io.vertx.core.impl.CompositeFutureImpl.join:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 3 // io.vertx.core.Future f4
        end local 2 // io.vertx.core.Future f3
        end local 1 // io.vertx.core.Future f2
        end local 0 // io.vertx.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    f1  Lio/vertx/core/Future<TT1;>;
            0    1     1    f2  Lio/vertx/core/Future<TT2;>;
            0    1     2    f3  Lio/vertx/core/Future<TT3;>;
            0    1     3    f4  Lio/vertx/core/Future<TT4;>;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    

  public static <T1, T2, T3, T4, T5> io.vertx.core.CompositeFuture join(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>, io.vertx.core.Future<T5>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.core.Future f1
        start local 1 // io.vertx.core.Future f2
        start local 2 // io.vertx.core.Future f3
        start local 3 // io.vertx.core.Future f4
        start local 4 // io.vertx.core.Future f5
         0: .line 162
            iconst_5
            anewarray io.vertx.core.Future
            dup
            iconst_0
            aload 0 /* f1 */
            aastore
            dup
            iconst_1
            aload 1 /* f2 */
            aastore
            dup
            iconst_2
            aload 2 /* f3 */
            aastore
            dup
            iconst_3
            aload 3 /* f4 */
            aastore
            dup
            iconst_4
            aload 4 /* f5 */
            aastore
            invokestatic io.vertx.core.impl.CompositeFutureImpl.join:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 4 // io.vertx.core.Future f5
        end local 3 // io.vertx.core.Future f4
        end local 2 // io.vertx.core.Future f3
        end local 1 // io.vertx.core.Future f2
        end local 0 // io.vertx.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    f1  Lio/vertx/core/Future<TT1;>;
            0    1     1    f2  Lio/vertx/core/Future<TT2;>;
            0    1     2    f3  Lio/vertx/core/Future<TT3;>;
            0    1     3    f4  Lio/vertx/core/Future<TT4;>;
            0    1     4    f5  Lio/vertx/core/Future<TT5;>;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;Lio/vertx/core/Future<TT5;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    
      f5    

  public static <T1, T2, T3, T4, T5, T6> io.vertx.core.CompositeFuture join(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>, io.vertx.core.Future<T5>, io.vertx.core.Future<T6>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // io.vertx.core.Future f1
        start local 1 // io.vertx.core.Future f2
        start local 2 // io.vertx.core.Future f3
        start local 3 // io.vertx.core.Future f4
        start local 4 // io.vertx.core.Future f5
        start local 5 // io.vertx.core.Future f6
         0: .line 169
            bipush 6
            anewarray io.vertx.core.Future
            dup
            iconst_0
            aload 0 /* f1 */
            aastore
            dup
            iconst_1
            aload 1 /* f2 */
            aastore
            dup
            iconst_2
            aload 2 /* f3 */
            aastore
            dup
            iconst_3
            aload 3 /* f4 */
            aastore
            dup
            iconst_4
            aload 4 /* f5 */
            aastore
            dup
            iconst_5
            aload 5 /* f6 */
            aastore
            invokestatic io.vertx.core.impl.CompositeFutureImpl.join:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 5 // io.vertx.core.Future f6
        end local 4 // io.vertx.core.Future f5
        end local 3 // io.vertx.core.Future f4
        end local 2 // io.vertx.core.Future f3
        end local 1 // io.vertx.core.Future f2
        end local 0 // io.vertx.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    f1  Lio/vertx/core/Future<TT1;>;
            0    1     1    f2  Lio/vertx/core/Future<TT2;>;
            0    1     2    f3  Lio/vertx/core/Future<TT3;>;
            0    1     3    f4  Lio/vertx/core/Future<TT4;>;
            0    1     4    f5  Lio/vertx/core/Future<TT5;>;
            0    1     5    f6  Lio/vertx/core/Future<TT6;>;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;Lio/vertx/core/Future<TT5;>;Lio/vertx/core/Future<TT6;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    
      f5    
      f6    

  public static io.vertx.core.CompositeFuture join(java.util.List<io.vertx.core.Future>);
    descriptor: (Ljava/util/List;)Lio/vertx/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.List futures
         0: .line 178
            aload 0 /* futures */
            aload 0 /* futures */
            invokeinterface java.util.List.size:()I
            anewarray io.vertx.core.Future
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast io.vertx.core.Future[]
            invokestatic io.vertx.core.impl.CompositeFutureImpl.join:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            areturn
        end local 0 // java.util.List futures
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  futures  Ljava/util/List<Lio/vertx/core/Future;>;
    Signature: (Ljava/util/List<Lio/vertx/core/Future;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
         Name  Flags
      futures  

  public abstract io.vertx.core.CompositeFuture setHandler(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.CompositeFuture>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/CompositeFuture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/CompositeFuture;>;>;)Lio/vertx/core/CompositeFuture;
    MethodParameters:
         Name  Flags
      handler  

  public abstract void complete();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean tryComplete();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Throwable cause(int);
    descriptor: (I)Ljava/lang/Throwable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract boolean succeeded(int);
    descriptor: (I)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract boolean failed(int);
    descriptor: (I)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract boolean isComplete(int);
    descriptor: (I)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract <T> T resultAt();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(I)TT;
    MethodParameters:
       Name  Flags
      index  

  public abstract int size();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public <T> java.util.List<T> list();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // io.vertx.core.CompositeFuture this
         0: .line 244
            aload 0 /* this */
            invokeinterface io.vertx.core.CompositeFuture.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 245
            new java.util.ArrayList
            dup
            iload 1 /* size */
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* list */
        start local 2 // java.util.ArrayList list
         2: .line 246
            iconst_0
            istore 3 /* index */
        start local 3 // int index
         3: goto 6
         4: .line 247
      StackMap locals: int java.util.ArrayList int
      StackMap stack:
            aload 2 /* list */
            aload 0 /* this */
            iload 3 /* index */
            invokeinterface io.vertx.core.CompositeFuture.resultAt:(I)Ljava/lang/Object;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         5: .line 246
            iinc 3 /* index */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* index */
            iload 1 /* size */
            if_icmplt 4
        end local 3 // int index
         7: .line 249
            aload 2 /* list */
            areturn
        end local 2 // java.util.ArrayList list
        end local 1 // int size
        end local 0 // io.vertx.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/vertx/core/CompositeFuture;
            1    8     1   size  I
            2    8     2   list  Ljava/util/ArrayList<TT;>;
            3    7     3  index  I
    Signature: <T:Ljava/lang/Object;>()Ljava/util/List<TT;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  public io.vertx.core.Future setHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.Handler
            invokeinterface io.vertx.core.CompositeFuture.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/CompositeFuture;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Future<Lio/vertx/core/CompositeFuture;>;
SourceFile: "CompositeFuture.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()