public class io.vertx.rxjava.core.CompositeFuture extends io.vertx.rxjava.core.Future<io.vertx.rxjava.core.CompositeFuture>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.core.CompositeFuture
  super_class: io.vertx.rxjava.core.Future
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.core.CompositeFuture> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/rxjava/core/CompositeFuture;>;

  private final io.vertx.core.CompositeFuture delegate;
    descriptor: Lio/vertx/core/CompositeFuture;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.CompositeFuture>> cached_0;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/CompositeFuture;>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 57
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()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;
                  io/vertx/rxjava/core/CompositeFuture.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 58
            invokedynamic apply()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;
                  io/vertx/rxjava/core/CompositeFuture.getDelegate()Lio/vertx/core/CompositeFuture; (5)
                  (Lio/vertx/rxjava/core/CompositeFuture;)Ljava/lang/Object;
         2: .line 57
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.CompositeFuture.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 59
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
         0: .line 41
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/CompositeFuture;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
        start local 1 // java.lang.Object o
         0: .line 46
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 47
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 48
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.core.CompositeFuture
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.core.CompositeFuture that
         4: .line 49
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            aload 2 /* that */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.core.CompositeFuture that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/CompositeFuture;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
         0: .line 54
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/CompositeFuture;

  public void <init>(io.vertx.core.CompositeFuture);
    descriptor: (Lio/vertx/core/CompositeFuture;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
        start local 1 // io.vertx.core.CompositeFuture delegate
         0: .line 64
            aload 0 /* this */
            aload 1 /* delegate */
            invokespecial io.vertx.rxjava.core.Future.<init>:(Lio/vertx/core/Future;)V
         1: .line 65
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
         2: .line 66
            return
        end local 1 // io.vertx.core.CompositeFuture delegate
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/CompositeFuture;
            0    3     1  delegate  Lio/vertx/core/CompositeFuture;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.core.CompositeFuture getDelegate();
    descriptor: ()Lio/vertx/core/CompositeFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
         0: .line 69
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            areturn
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/CompositeFuture;

  public void complete(io.vertx.rxjava.core.CompositeFuture);
    descriptor: (Lio/vertx/rxjava/core/CompositeFuture;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
        start local 1 // io.vertx.rxjava.core.CompositeFuture result
         0: .line 78
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            aload 1 /* result */
            invokevirtual io.vertx.rxjava.core.CompositeFuture.getDelegate:()Lio/vertx/core/CompositeFuture;
            invokeinterface io.vertx.core.CompositeFuture.complete:(Ljava/lang/Object;)V
         1: .line 79
            return
        end local 1 // io.vertx.rxjava.core.CompositeFuture result
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/CompositeFuture;
            0    2     1  result  Lio/vertx/rxjava/core/CompositeFuture;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      result  

  public boolean tryComplete(io.vertx.rxjava.core.CompositeFuture);
    descriptor: (Lio/vertx/rxjava/core/CompositeFuture;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
        start local 1 // io.vertx.rxjava.core.CompositeFuture result
         0: .line 88
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            aload 1 /* result */
            invokevirtual io.vertx.rxjava.core.CompositeFuture.getDelegate:()Lio/vertx/core/CompositeFuture;
            invokeinterface io.vertx.core.CompositeFuture.tryComplete:(Ljava/lang/Object;)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 89
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // io.vertx.rxjava.core.CompositeFuture result
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/CompositeFuture;
            0    2     1  result  Lio/vertx/rxjava/core/CompositeFuture;
            1    2     2     ret  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      result  

  public io.vertx.rxjava.core.CompositeFuture result();
    descriptor: ()Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
         0: .line 97
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            invokeinterface io.vertx.core.CompositeFuture.result:()Ljava/lang/Object;
            checkcast io.vertx.core.CompositeFuture
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 98
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.CompositeFuture ret
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/CompositeFuture;
            1    2     1   ret  Lio/vertx/rxjava/core/CompositeFuture;

  public <U> io.vertx.rxjava.core.Future<U> compose(java.util.function.Function<io.vertx.rxjava.core.CompositeFuture, io.vertx.rxjava.core.Future<U>>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/rxjava/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
        start local 1 // java.util.function.Function mapper
         0: .line 116
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            new io.vertx.rxjava.core.CompositeFuture$1
            dup
            aload 0 /* this */
            aload 1 /* mapper */
            invokespecial io.vertx.rxjava.core.CompositeFuture$1.<init>:(Lio/vertx/rxjava/core/CompositeFuture;Ljava/util/function/Function;)V
            invokeinterface io.vertx.core.CompositeFuture.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         1: .line 121
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
         2: .line 116
            invokestatic io.vertx.rxjava.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Future;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.Future ret
         3: .line 122
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.Future ret
        end local 1 // java.util.function.Function mapper
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/rxjava/core/CompositeFuture;
            0    4     1  mapper  Ljava/util/function/Function<Lio/vertx/rxjava/core/CompositeFuture;Lio/vertx/rxjava/core/Future<TU;>;>;
            3    4     2     ret  Lio/vertx/rxjava/core/Future<TU;>;
    Signature: <U:Ljava/lang/Object;>(Ljava/util/function/Function<Lio/vertx/rxjava/core/CompositeFuture;Lio/vertx/rxjava/core/Future<TU;>;>;)Lio/vertx/rxjava/core/Future<TU;>;
    MethodParameters:
        Name  Flags
      mapper  

  public <U> io.vertx.rxjava.core.Future<U> map(java.util.function.Function<io.vertx.rxjava.core.CompositeFuture, U>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/rxjava/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
        start local 1 // java.util.function.Function mapper
         0: .line 139
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            new io.vertx.rxjava.core.CompositeFuture$2
            dup
            aload 0 /* this */
            aload 1 /* mapper */
            invokespecial io.vertx.rxjava.core.CompositeFuture$2.<init>:(Lio/vertx/rxjava/core/CompositeFuture;Ljava/util/function/Function;)V
            invokeinterface io.vertx.core.CompositeFuture.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         1: .line 144
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
         2: .line 139
            invokestatic io.vertx.rxjava.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Future;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.Future ret
         3: .line 145
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.Future ret
        end local 1 // java.util.function.Function mapper
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/rxjava/core/CompositeFuture;
            0    4     1  mapper  Ljava/util/function/Function<Lio/vertx/rxjava/core/CompositeFuture;TU;>;
            3    4     2     ret  Lio/vertx/rxjava/core/Future<TU;>;
    Signature: <U:Ljava/lang/Object;>(Ljava/util/function/Function<Lio/vertx/rxjava/core/CompositeFuture;TU;>;)Lio/vertx/rxjava/core/Future<TU;>;
    MethodParameters:
        Name  Flags
      mapper  

  public io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.CompositeFuture>> completer();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
         0: .line 153
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.cached_0:Lio/vertx/core/Handler;
            ifnull 2
         1: .line 154
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.cached_0:Lio/vertx/core/Handler;
            areturn
         2: .line 156
      StackMap locals:
      StackMap stack:
            new io.vertx.rxjava.core.CompositeFuture$3
            dup
            aload 0 /* this */
            invokespecial io.vertx.rxjava.core.CompositeFuture$3.<init>:(Lio/vertx/rxjava/core/CompositeFuture;)V
            astore 1 /* ret */
        start local 1 // io.vertx.core.Handler ret
         3: .line 165
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.CompositeFuture.cached_0:Lio/vertx/core/Handler;
         4: .line 166
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.Handler ret
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/CompositeFuture;
            3    5     1   ret  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/CompositeFuture;>;>;
    Signature: ()Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/CompositeFuture;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.vertx.rxjava.core.Future<io.vertx.rxjava.core.CompositeFuture> recover(java.util.function.Function<java.lang.Throwable, io.vertx.rxjava.core.Future<io.vertx.rxjava.core.CompositeFuture>>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/rxjava/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
        start local 1 // java.util.function.Function mapper
         0: .line 176
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            new io.vertx.rxjava.core.CompositeFuture$4
            dup
            aload 0 /* this */
            aload 1 /* mapper */
            invokespecial io.vertx.rxjava.core.CompositeFuture$4.<init>:(Lio/vertx/rxjava/core/CompositeFuture;Ljava/util/function/Function;)V
            invokeinterface io.vertx.core.CompositeFuture.recover:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         1: .line 181
            getstatic io.vertx.rxjava.core.CompositeFuture.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         2: .line 176
            invokestatic io.vertx.rxjava.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Future;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.Future ret
         3: .line 182
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.Future ret
        end local 1 // java.util.function.Function mapper
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/rxjava/core/CompositeFuture;
            0    4     1  mapper  Ljava/util/function/Function<Ljava/lang/Throwable;Lio/vertx/rxjava/core/Future<Lio/vertx/rxjava/core/CompositeFuture;>;>;
            3    4     2     ret  Lio/vertx/rxjava/core/Future<Lio/vertx/rxjava/core/CompositeFuture;>;
    Signature: (Ljava/util/function/Function<Ljava/lang/Throwable;Lio/vertx/rxjava/core/Future<Lio/vertx/rxjava/core/CompositeFuture;>;>;)Lio/vertx/rxjava/core/Future<Lio/vertx/rxjava/core/CompositeFuture;>;
    MethodParameters:
        Name  Flags
      mapper  

  public io.vertx.rxjava.core.Future<io.vertx.rxjava.core.CompositeFuture> otherwise(java.util.function.Function<java.lang.Throwable, io.vertx.rxjava.core.CompositeFuture>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/rxjava/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
        start local 1 // java.util.function.Function mapper
         0: .line 199
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            new io.vertx.rxjava.core.CompositeFuture$5
            dup
            aload 0 /* this */
            aload 1 /* mapper */
            invokespecial io.vertx.rxjava.core.CompositeFuture$5.<init>:(Lio/vertx/rxjava/core/CompositeFuture;Ljava/util/function/Function;)V
            invokeinterface io.vertx.core.CompositeFuture.otherwise:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         1: .line 204
            getstatic io.vertx.rxjava.core.CompositeFuture.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         2: .line 199
            invokestatic io.vertx.rxjava.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Future;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.Future ret
         3: .line 205
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.Future ret
        end local 1 // java.util.function.Function mapper
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/rxjava/core/CompositeFuture;
            0    4     1  mapper  Ljava/util/function/Function<Ljava/lang/Throwable;Lio/vertx/rxjava/core/CompositeFuture;>;
            3    4     2     ret  Lio/vertx/rxjava/core/Future<Lio/vertx/rxjava/core/CompositeFuture;>;
    Signature: (Ljava/util/function/Function<Ljava/lang/Throwable;Lio/vertx/rxjava/core/CompositeFuture;>;)Lio/vertx/rxjava/core/Future<Lio/vertx/rxjava/core/CompositeFuture;>;
    MethodParameters:
        Name  Flags
      mapper  

  public io.vertx.rxjava.core.Future<io.vertx.rxjava.core.CompositeFuture> otherwise(io.vertx.rxjava.core.CompositeFuture);
    descriptor: (Lio/vertx/rxjava/core/CompositeFuture;)Lio/vertx/rxjava/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
        start local 1 // io.vertx.rxjava.core.CompositeFuture value
         0: .line 218
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            aload 1 /* value */
            invokevirtual io.vertx.rxjava.core.CompositeFuture.getDelegate:()Lio/vertx/core/CompositeFuture;
            invokeinterface io.vertx.core.CompositeFuture.otherwise:(Ljava/lang/Object;)Lio/vertx/core/Future;
            getstatic io.vertx.rxjava.core.CompositeFuture.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Future;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.Future ret
         1: .line 219
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.Future ret
        end local 1 // io.vertx.rxjava.core.CompositeFuture value
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/CompositeFuture;
            0    2     1  value  Lio/vertx/rxjava/core/CompositeFuture;
            1    2     2    ret  Lio/vertx/rxjava/core/Future<Lio/vertx/rxjava/core/CompositeFuture;>;
    Signature: (Lio/vertx/rxjava/core/CompositeFuture;)Lio/vertx/rxjava/core/Future<Lio/vertx/rxjava/core/CompositeFuture;>;
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.rxjava.core.Future<io.vertx.rxjava.core.CompositeFuture> otherwiseEmpty();
    descriptor: ()Lio/vertx/rxjava/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
         0: .line 233
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            invokeinterface io.vertx.core.CompositeFuture.otherwiseEmpty:()Lio/vertx/core/Future;
            getstatic io.vertx.rxjava.core.CompositeFuture.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Future;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.Future ret
         1: .line 234
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.Future ret
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/CompositeFuture;
            1    2     1   ret  Lio/vertx/rxjava/core/Future<Lio/vertx/rxjava/core/CompositeFuture;>;
    Signature: ()Lio/vertx/rxjava/core/Future<Lio/vertx/rxjava/core/CompositeFuture;>;

  public static <T1, T2> io.vertx.rxjava.core.CompositeFuture all(io.vertx.rxjava.core.Future<T1>, io.vertx.rxjava.core.Future<T2>);
    descriptor: (Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Future f1
        start local 1 // io.vertx.rxjava.core.Future f2
         0: .line 246
            aload 0 /* f1 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 1 /* f2 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            invokestatic io.vertx.core.CompositeFuture.all:(Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 247
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.CompositeFuture ret
        end local 1 // io.vertx.rxjava.core.Future f2
        end local 0 // io.vertx.rxjava.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    f1  Lio/vertx/rxjava/core/Future<TT1;>;
            0    2     1    f2  Lio/vertx/rxjava/core/Future<TT2;>;
            1    2     2   ret  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;>(Lio/vertx/rxjava/core/Future<TT1;>;Lio/vertx/rxjava/core/Future<TT2;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    

  public static <T1, T2, T3> io.vertx.rxjava.core.CompositeFuture all(io.vertx.rxjava.core.Future<T1>, io.vertx.rxjava.core.Future<T2>, io.vertx.rxjava.core.Future<T3>);
    descriptor: (Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.Future f1
        start local 1 // io.vertx.rxjava.core.Future f2
        start local 2 // io.vertx.rxjava.core.Future f3
         0: .line 258
            aload 0 /* f1 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 1 /* f2 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 2 /* f3 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            invokestatic io.vertx.core.CompositeFuture.all:(Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 259
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.CompositeFuture ret
        end local 2 // io.vertx.rxjava.core.Future f3
        end local 1 // io.vertx.rxjava.core.Future f2
        end local 0 // io.vertx.rxjava.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    f1  Lio/vertx/rxjava/core/Future<TT1;>;
            0    2     1    f2  Lio/vertx/rxjava/core/Future<TT2;>;
            0    2     2    f3  Lio/vertx/rxjava/core/Future<TT3;>;
            1    2     3   ret  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;>(Lio/vertx/rxjava/core/Future<TT1;>;Lio/vertx/rxjava/core/Future<TT2;>;Lio/vertx/rxjava/core/Future<TT3;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    

  public static <T1, T2, T3, T4> io.vertx.rxjava.core.CompositeFuture all(io.vertx.rxjava.core.Future<T1>, io.vertx.rxjava.core.Future<T2>, io.vertx.rxjava.core.Future<T3>, io.vertx.rxjava.core.Future<T4>);
    descriptor: (Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.core.Future f1
        start local 1 // io.vertx.rxjava.core.Future f2
        start local 2 // io.vertx.rxjava.core.Future f3
        start local 3 // io.vertx.rxjava.core.Future f4
         0: .line 271
            aload 0 /* f1 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 1 /* f2 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 2 /* f3 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 3 /* f4 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            invokestatic io.vertx.core.CompositeFuture.all:(Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 4 /* ret */
        start local 4 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 272
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.rxjava.core.CompositeFuture ret
        end local 3 // io.vertx.rxjava.core.Future f4
        end local 2 // io.vertx.rxjava.core.Future f3
        end local 1 // io.vertx.rxjava.core.Future f2
        end local 0 // io.vertx.rxjava.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    f1  Lio/vertx/rxjava/core/Future<TT1;>;
            0    2     1    f2  Lio/vertx/rxjava/core/Future<TT2;>;
            0    2     2    f3  Lio/vertx/rxjava/core/Future<TT3;>;
            0    2     3    f4  Lio/vertx/rxjava/core/Future<TT4;>;
            1    2     4   ret  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;>(Lio/vertx/rxjava/core/Future<TT1;>;Lio/vertx/rxjava/core/Future<TT2;>;Lio/vertx/rxjava/core/Future<TT3;>;Lio/vertx/rxjava/core/Future<TT4;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    

  public static <T1, T2, T3, T4, T5> io.vertx.rxjava.core.CompositeFuture all(io.vertx.rxjava.core.Future<T1>, io.vertx.rxjava.core.Future<T2>, io.vertx.rxjava.core.Future<T3>, io.vertx.rxjava.core.Future<T4>, io.vertx.rxjava.core.Future<T5>);
    descriptor: (Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.vertx.rxjava.core.Future f1
        start local 1 // io.vertx.rxjava.core.Future f2
        start local 2 // io.vertx.rxjava.core.Future f3
        start local 3 // io.vertx.rxjava.core.Future f4
        start local 4 // io.vertx.rxjava.core.Future f5
         0: .line 285
            aload 0 /* f1 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 1 /* f2 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 2 /* f3 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 3 /* f4 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 4 /* f5 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            invokestatic io.vertx.core.CompositeFuture.all:(Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 5 /* ret */
        start local 5 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 286
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.rxjava.core.CompositeFuture ret
        end local 4 // io.vertx.rxjava.core.Future f5
        end local 3 // io.vertx.rxjava.core.Future f4
        end local 2 // io.vertx.rxjava.core.Future f3
        end local 1 // io.vertx.rxjava.core.Future f2
        end local 0 // io.vertx.rxjava.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    f1  Lio/vertx/rxjava/core/Future<TT1;>;
            0    2     1    f2  Lio/vertx/rxjava/core/Future<TT2;>;
            0    2     2    f3  Lio/vertx/rxjava/core/Future<TT3;>;
            0    2     3    f4  Lio/vertx/rxjava/core/Future<TT4;>;
            0    2     4    f5  Lio/vertx/rxjava/core/Future<TT5;>;
            1    2     5   ret  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;>(Lio/vertx/rxjava/core/Future<TT1;>;Lio/vertx/rxjava/core/Future<TT2;>;Lio/vertx/rxjava/core/Future<TT3;>;Lio/vertx/rxjava/core/Future<TT4;>;Lio/vertx/rxjava/core/Future<TT5;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    
      f5    

  public static <T1, T2, T3, T4, T5, T6> io.vertx.rxjava.core.CompositeFuture all(io.vertx.rxjava.core.Future<T1>, io.vertx.rxjava.core.Future<T2>, io.vertx.rxjava.core.Future<T3>, io.vertx.rxjava.core.Future<T4>, io.vertx.rxjava.core.Future<T5>, io.vertx.rxjava.core.Future<T6>);
    descriptor: (Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // io.vertx.rxjava.core.Future f1
        start local 1 // io.vertx.rxjava.core.Future f2
        start local 2 // io.vertx.rxjava.core.Future f3
        start local 3 // io.vertx.rxjava.core.Future f4
        start local 4 // io.vertx.rxjava.core.Future f5
        start local 5 // io.vertx.rxjava.core.Future f6
         0: .line 300
            aload 0 /* f1 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 1 /* f2 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 2 /* f3 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 3 /* f4 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 4 /* f5 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 5 /* f6 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            invokestatic io.vertx.core.CompositeFuture.all:(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;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 6 /* ret */
        start local 6 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 301
            aload 6 /* ret */
            areturn
        end local 6 // io.vertx.rxjava.core.CompositeFuture ret
        end local 5 // io.vertx.rxjava.core.Future f6
        end local 4 // io.vertx.rxjava.core.Future f5
        end local 3 // io.vertx.rxjava.core.Future f4
        end local 2 // io.vertx.rxjava.core.Future f3
        end local 1 // io.vertx.rxjava.core.Future f2
        end local 0 // io.vertx.rxjava.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    f1  Lio/vertx/rxjava/core/Future<TT1;>;
            0    2     1    f2  Lio/vertx/rxjava/core/Future<TT2;>;
            0    2     2    f3  Lio/vertx/rxjava/core/Future<TT3;>;
            0    2     3    f4  Lio/vertx/rxjava/core/Future<TT4;>;
            0    2     4    f5  Lio/vertx/rxjava/core/Future<TT5;>;
            0    2     5    f6  Lio/vertx/rxjava/core/Future<TT6;>;
            1    2     6   ret  Lio/vertx/rxjava/core/CompositeFuture;
    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/rxjava/core/Future<TT1;>;Lio/vertx/rxjava/core/Future<TT2;>;Lio/vertx/rxjava/core/Future<TT3;>;Lio/vertx/rxjava/core/Future<TT4;>;Lio/vertx/rxjava/core/Future<TT5;>;Lio/vertx/rxjava/core/Future<TT6;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    
      f5    
      f6    

  public static io.vertx.rxjava.core.CompositeFuture all(java.util.List<io.vertx.rxjava.core.Future>);
    descriptor: (Ljava/util/List;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.List futures
         0: .line 312
            aload 0 /* futures */
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()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;
                  io/vertx/rxjava/core/CompositeFuture.lambda$2(Lio/vertx/rxjava/core/Future;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/rxjava/core/Future;)Lio/vertx/core/Future;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            invokestatic io.vertx.core.CompositeFuture.all:(Ljava/util/List;)Lio/vertx/core/CompositeFuture;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 313
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.CompositeFuture ret
        end local 0 // java.util.List futures
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  futures  Ljava/util/List<Lio/vertx/rxjava/core/Future;>;
            1    2     1      ret  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: (Ljava/util/List<Lio/vertx/rxjava/core/Future;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
         Name  Flags
      futures  

  public static <T1, T2> io.vertx.rxjava.core.CompositeFuture any(io.vertx.rxjava.core.Future<T1>, io.vertx.rxjava.core.Future<T2>);
    descriptor: (Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Future f1
        start local 1 // io.vertx.rxjava.core.Future f2
         0: .line 325
            aload 0 /* f1 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 1 /* f2 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            invokestatic io.vertx.core.CompositeFuture.any:(Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 326
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.CompositeFuture ret
        end local 1 // io.vertx.rxjava.core.Future f2
        end local 0 // io.vertx.rxjava.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    f1  Lio/vertx/rxjava/core/Future<TT1;>;
            0    2     1    f2  Lio/vertx/rxjava/core/Future<TT2;>;
            1    2     2   ret  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;>(Lio/vertx/rxjava/core/Future<TT1;>;Lio/vertx/rxjava/core/Future<TT2;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    

  public static <T1, T2, T3> io.vertx.rxjava.core.CompositeFuture any(io.vertx.rxjava.core.Future<T1>, io.vertx.rxjava.core.Future<T2>, io.vertx.rxjava.core.Future<T3>);
    descriptor: (Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.Future f1
        start local 1 // io.vertx.rxjava.core.Future f2
        start local 2 // io.vertx.rxjava.core.Future f3
         0: .line 337
            aload 0 /* f1 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 1 /* f2 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 2 /* f3 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            invokestatic io.vertx.core.CompositeFuture.any:(Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 338
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.CompositeFuture ret
        end local 2 // io.vertx.rxjava.core.Future f3
        end local 1 // io.vertx.rxjava.core.Future f2
        end local 0 // io.vertx.rxjava.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    f1  Lio/vertx/rxjava/core/Future<TT1;>;
            0    2     1    f2  Lio/vertx/rxjava/core/Future<TT2;>;
            0    2     2    f3  Lio/vertx/rxjava/core/Future<TT3;>;
            1    2     3   ret  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;>(Lio/vertx/rxjava/core/Future<TT1;>;Lio/vertx/rxjava/core/Future<TT2;>;Lio/vertx/rxjava/core/Future<TT3;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    

  public static <T1, T2, T3, T4> io.vertx.rxjava.core.CompositeFuture any(io.vertx.rxjava.core.Future<T1>, io.vertx.rxjava.core.Future<T2>, io.vertx.rxjava.core.Future<T3>, io.vertx.rxjava.core.Future<T4>);
    descriptor: (Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.core.Future f1
        start local 1 // io.vertx.rxjava.core.Future f2
        start local 2 // io.vertx.rxjava.core.Future f3
        start local 3 // io.vertx.rxjava.core.Future f4
         0: .line 350
            aload 0 /* f1 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 1 /* f2 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 2 /* f3 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 3 /* f4 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            invokestatic io.vertx.core.CompositeFuture.any:(Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 4 /* ret */
        start local 4 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 351
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.rxjava.core.CompositeFuture ret
        end local 3 // io.vertx.rxjava.core.Future f4
        end local 2 // io.vertx.rxjava.core.Future f3
        end local 1 // io.vertx.rxjava.core.Future f2
        end local 0 // io.vertx.rxjava.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    f1  Lio/vertx/rxjava/core/Future<TT1;>;
            0    2     1    f2  Lio/vertx/rxjava/core/Future<TT2;>;
            0    2     2    f3  Lio/vertx/rxjava/core/Future<TT3;>;
            0    2     3    f4  Lio/vertx/rxjava/core/Future<TT4;>;
            1    2     4   ret  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;>(Lio/vertx/rxjava/core/Future<TT1;>;Lio/vertx/rxjava/core/Future<TT2;>;Lio/vertx/rxjava/core/Future<TT3;>;Lio/vertx/rxjava/core/Future<TT4;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    

  public static <T1, T2, T3, T4, T5> io.vertx.rxjava.core.CompositeFuture any(io.vertx.rxjava.core.Future<T1>, io.vertx.rxjava.core.Future<T2>, io.vertx.rxjava.core.Future<T3>, io.vertx.rxjava.core.Future<T4>, io.vertx.rxjava.core.Future<T5>);
    descriptor: (Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.vertx.rxjava.core.Future f1
        start local 1 // io.vertx.rxjava.core.Future f2
        start local 2 // io.vertx.rxjava.core.Future f3
        start local 3 // io.vertx.rxjava.core.Future f4
        start local 4 // io.vertx.rxjava.core.Future f5
         0: .line 364
            aload 0 /* f1 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 1 /* f2 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 2 /* f3 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 3 /* f4 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 4 /* f5 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            invokestatic io.vertx.core.CompositeFuture.any:(Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 5 /* ret */
        start local 5 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 365
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.rxjava.core.CompositeFuture ret
        end local 4 // io.vertx.rxjava.core.Future f5
        end local 3 // io.vertx.rxjava.core.Future f4
        end local 2 // io.vertx.rxjava.core.Future f3
        end local 1 // io.vertx.rxjava.core.Future f2
        end local 0 // io.vertx.rxjava.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    f1  Lio/vertx/rxjava/core/Future<TT1;>;
            0    2     1    f2  Lio/vertx/rxjava/core/Future<TT2;>;
            0    2     2    f3  Lio/vertx/rxjava/core/Future<TT3;>;
            0    2     3    f4  Lio/vertx/rxjava/core/Future<TT4;>;
            0    2     4    f5  Lio/vertx/rxjava/core/Future<TT5;>;
            1    2     5   ret  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;>(Lio/vertx/rxjava/core/Future<TT1;>;Lio/vertx/rxjava/core/Future<TT2;>;Lio/vertx/rxjava/core/Future<TT3;>;Lio/vertx/rxjava/core/Future<TT4;>;Lio/vertx/rxjava/core/Future<TT5;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    
      f5    

  public static <T1, T2, T3, T4, T5, T6> io.vertx.rxjava.core.CompositeFuture any(io.vertx.rxjava.core.Future<T1>, io.vertx.rxjava.core.Future<T2>, io.vertx.rxjava.core.Future<T3>, io.vertx.rxjava.core.Future<T4>, io.vertx.rxjava.core.Future<T5>, io.vertx.rxjava.core.Future<T6>);
    descriptor: (Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // io.vertx.rxjava.core.Future f1
        start local 1 // io.vertx.rxjava.core.Future f2
        start local 2 // io.vertx.rxjava.core.Future f3
        start local 3 // io.vertx.rxjava.core.Future f4
        start local 4 // io.vertx.rxjava.core.Future f5
        start local 5 // io.vertx.rxjava.core.Future f6
         0: .line 379
            aload 0 /* f1 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 1 /* f2 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 2 /* f3 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 3 /* f4 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 4 /* f5 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 5 /* f6 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            invokestatic io.vertx.core.CompositeFuture.any:(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;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 6 /* ret */
        start local 6 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 380
            aload 6 /* ret */
            areturn
        end local 6 // io.vertx.rxjava.core.CompositeFuture ret
        end local 5 // io.vertx.rxjava.core.Future f6
        end local 4 // io.vertx.rxjava.core.Future f5
        end local 3 // io.vertx.rxjava.core.Future f4
        end local 2 // io.vertx.rxjava.core.Future f3
        end local 1 // io.vertx.rxjava.core.Future f2
        end local 0 // io.vertx.rxjava.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    f1  Lio/vertx/rxjava/core/Future<TT1;>;
            0    2     1    f2  Lio/vertx/rxjava/core/Future<TT2;>;
            0    2     2    f3  Lio/vertx/rxjava/core/Future<TT3;>;
            0    2     3    f4  Lio/vertx/rxjava/core/Future<TT4;>;
            0    2     4    f5  Lio/vertx/rxjava/core/Future<TT5;>;
            0    2     5    f6  Lio/vertx/rxjava/core/Future<TT6;>;
            1    2     6   ret  Lio/vertx/rxjava/core/CompositeFuture;
    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/rxjava/core/Future<TT1;>;Lio/vertx/rxjava/core/Future<TT2;>;Lio/vertx/rxjava/core/Future<TT3;>;Lio/vertx/rxjava/core/Future<TT4;>;Lio/vertx/rxjava/core/Future<TT5;>;Lio/vertx/rxjava/core/Future<TT6;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    
      f5    
      f6    

  public static io.vertx.rxjava.core.CompositeFuture any(java.util.List<io.vertx.rxjava.core.Future>);
    descriptor: (Ljava/util/List;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.List futures
         0: .line 391
            aload 0 /* futures */
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()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;
                  io/vertx/rxjava/core/CompositeFuture.lambda$3(Lio/vertx/rxjava/core/Future;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/rxjava/core/Future;)Lio/vertx/core/Future;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            invokestatic io.vertx.core.CompositeFuture.any:(Ljava/util/List;)Lio/vertx/core/CompositeFuture;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 392
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.CompositeFuture ret
        end local 0 // java.util.List futures
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  futures  Ljava/util/List<Lio/vertx/rxjava/core/Future;>;
            1    2     1      ret  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: (Ljava/util/List<Lio/vertx/rxjava/core/Future;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
         Name  Flags
      futures  

  public static <T1, T2> io.vertx.rxjava.core.CompositeFuture join(io.vertx.rxjava.core.Future<T1>, io.vertx.rxjava.core.Future<T2>);
    descriptor: (Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Future f1
        start local 1 // io.vertx.rxjava.core.Future f2
         0: .line 404
            aload 0 /* f1 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 1 /* f2 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            invokestatic io.vertx.core.CompositeFuture.join:(Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 405
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.CompositeFuture ret
        end local 1 // io.vertx.rxjava.core.Future f2
        end local 0 // io.vertx.rxjava.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    f1  Lio/vertx/rxjava/core/Future<TT1;>;
            0    2     1    f2  Lio/vertx/rxjava/core/Future<TT2;>;
            1    2     2   ret  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;>(Lio/vertx/rxjava/core/Future<TT1;>;Lio/vertx/rxjava/core/Future<TT2;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    

  public static <T1, T2, T3> io.vertx.rxjava.core.CompositeFuture join(io.vertx.rxjava.core.Future<T1>, io.vertx.rxjava.core.Future<T2>, io.vertx.rxjava.core.Future<T3>);
    descriptor: (Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.Future f1
        start local 1 // io.vertx.rxjava.core.Future f2
        start local 2 // io.vertx.rxjava.core.Future f3
         0: .line 416
            aload 0 /* f1 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 1 /* f2 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 2 /* f3 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            invokestatic io.vertx.core.CompositeFuture.join:(Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 417
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.CompositeFuture ret
        end local 2 // io.vertx.rxjava.core.Future f3
        end local 1 // io.vertx.rxjava.core.Future f2
        end local 0 // io.vertx.rxjava.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    f1  Lio/vertx/rxjava/core/Future<TT1;>;
            0    2     1    f2  Lio/vertx/rxjava/core/Future<TT2;>;
            0    2     2    f3  Lio/vertx/rxjava/core/Future<TT3;>;
            1    2     3   ret  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;>(Lio/vertx/rxjava/core/Future<TT1;>;Lio/vertx/rxjava/core/Future<TT2;>;Lio/vertx/rxjava/core/Future<TT3;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    

  public static <T1, T2, T3, T4> io.vertx.rxjava.core.CompositeFuture join(io.vertx.rxjava.core.Future<T1>, io.vertx.rxjava.core.Future<T2>, io.vertx.rxjava.core.Future<T3>, io.vertx.rxjava.core.Future<T4>);
    descriptor: (Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.core.Future f1
        start local 1 // io.vertx.rxjava.core.Future f2
        start local 2 // io.vertx.rxjava.core.Future f3
        start local 3 // io.vertx.rxjava.core.Future f4
         0: .line 429
            aload 0 /* f1 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 1 /* f2 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 2 /* f3 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 3 /* f4 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            invokestatic io.vertx.core.CompositeFuture.join:(Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 4 /* ret */
        start local 4 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 430
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.rxjava.core.CompositeFuture ret
        end local 3 // io.vertx.rxjava.core.Future f4
        end local 2 // io.vertx.rxjava.core.Future f3
        end local 1 // io.vertx.rxjava.core.Future f2
        end local 0 // io.vertx.rxjava.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    f1  Lio/vertx/rxjava/core/Future<TT1;>;
            0    2     1    f2  Lio/vertx/rxjava/core/Future<TT2;>;
            0    2     2    f3  Lio/vertx/rxjava/core/Future<TT3;>;
            0    2     3    f4  Lio/vertx/rxjava/core/Future<TT4;>;
            1    2     4   ret  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;>(Lio/vertx/rxjava/core/Future<TT1;>;Lio/vertx/rxjava/core/Future<TT2;>;Lio/vertx/rxjava/core/Future<TT3;>;Lio/vertx/rxjava/core/Future<TT4;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    

  public static <T1, T2, T3, T4, T5> io.vertx.rxjava.core.CompositeFuture join(io.vertx.rxjava.core.Future<T1>, io.vertx.rxjava.core.Future<T2>, io.vertx.rxjava.core.Future<T3>, io.vertx.rxjava.core.Future<T4>, io.vertx.rxjava.core.Future<T5>);
    descriptor: (Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.vertx.rxjava.core.Future f1
        start local 1 // io.vertx.rxjava.core.Future f2
        start local 2 // io.vertx.rxjava.core.Future f3
        start local 3 // io.vertx.rxjava.core.Future f4
        start local 4 // io.vertx.rxjava.core.Future f5
         0: .line 443
            aload 0 /* f1 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 1 /* f2 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 2 /* f3 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 3 /* f4 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 4 /* f5 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            invokestatic io.vertx.core.CompositeFuture.join:(Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 5 /* ret */
        start local 5 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 444
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.rxjava.core.CompositeFuture ret
        end local 4 // io.vertx.rxjava.core.Future f5
        end local 3 // io.vertx.rxjava.core.Future f4
        end local 2 // io.vertx.rxjava.core.Future f3
        end local 1 // io.vertx.rxjava.core.Future f2
        end local 0 // io.vertx.rxjava.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    f1  Lio/vertx/rxjava/core/Future<TT1;>;
            0    2     1    f2  Lio/vertx/rxjava/core/Future<TT2;>;
            0    2     2    f3  Lio/vertx/rxjava/core/Future<TT3;>;
            0    2     3    f4  Lio/vertx/rxjava/core/Future<TT4;>;
            0    2     4    f5  Lio/vertx/rxjava/core/Future<TT5;>;
            1    2     5   ret  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;>(Lio/vertx/rxjava/core/Future<TT1;>;Lio/vertx/rxjava/core/Future<TT2;>;Lio/vertx/rxjava/core/Future<TT3;>;Lio/vertx/rxjava/core/Future<TT4;>;Lio/vertx/rxjava/core/Future<TT5;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    
      f5    

  public static <T1, T2, T3, T4, T5, T6> io.vertx.rxjava.core.CompositeFuture join(io.vertx.rxjava.core.Future<T1>, io.vertx.rxjava.core.Future<T2>, io.vertx.rxjava.core.Future<T3>, io.vertx.rxjava.core.Future<T4>, io.vertx.rxjava.core.Future<T5>, io.vertx.rxjava.core.Future<T6>);
    descriptor: (Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;Lio/vertx/rxjava/core/Future;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // io.vertx.rxjava.core.Future f1
        start local 1 // io.vertx.rxjava.core.Future f2
        start local 2 // io.vertx.rxjava.core.Future f3
        start local 3 // io.vertx.rxjava.core.Future f4
        start local 4 // io.vertx.rxjava.core.Future f5
        start local 5 // io.vertx.rxjava.core.Future f6
         0: .line 458
            aload 0 /* f1 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 1 /* f2 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 2 /* f3 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 3 /* f4 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 4 /* f5 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            aload 5 /* f6 */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            invokestatic io.vertx.core.CompositeFuture.join:(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;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 6 /* ret */
        start local 6 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 459
            aload 6 /* ret */
            areturn
        end local 6 // io.vertx.rxjava.core.CompositeFuture ret
        end local 5 // io.vertx.rxjava.core.Future f6
        end local 4 // io.vertx.rxjava.core.Future f5
        end local 3 // io.vertx.rxjava.core.Future f4
        end local 2 // io.vertx.rxjava.core.Future f3
        end local 1 // io.vertx.rxjava.core.Future f2
        end local 0 // io.vertx.rxjava.core.Future f1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    f1  Lio/vertx/rxjava/core/Future<TT1;>;
            0    2     1    f2  Lio/vertx/rxjava/core/Future<TT2;>;
            0    2     2    f3  Lio/vertx/rxjava/core/Future<TT3;>;
            0    2     3    f4  Lio/vertx/rxjava/core/Future<TT4;>;
            0    2     4    f5  Lio/vertx/rxjava/core/Future<TT5;>;
            0    2     5    f6  Lio/vertx/rxjava/core/Future<TT6;>;
            1    2     6   ret  Lio/vertx/rxjava/core/CompositeFuture;
    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/rxjava/core/Future<TT1;>;Lio/vertx/rxjava/core/Future<TT2;>;Lio/vertx/rxjava/core/Future<TT3;>;Lio/vertx/rxjava/core/Future<TT4;>;Lio/vertx/rxjava/core/Future<TT5;>;Lio/vertx/rxjava/core/Future<TT6;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      f1    
      f2    
      f3    
      f4    
      f5    
      f6    

  public static io.vertx.rxjava.core.CompositeFuture join(java.util.List<io.vertx.rxjava.core.Future>);
    descriptor: (Ljava/util/List;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.List futures
         0: .line 470
            aload 0 /* futures */
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()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;
                  io/vertx/rxjava/core/CompositeFuture.lambda$4(Lio/vertx/rxjava/core/Future;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/rxjava/core/Future;)Lio/vertx/core/Future;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            invokestatic io.vertx.core.CompositeFuture.join:(Ljava/util/List;)Lio/vertx/core/CompositeFuture;
            invokestatic io.vertx.rxjava.core.CompositeFuture.newInstance:(Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.CompositeFuture ret
         1: .line 471
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.CompositeFuture ret
        end local 0 // java.util.List futures
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  futures  Ljava/util/List<Lio/vertx/rxjava/core/Future;>;
            1    2     1      ret  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: (Ljava/util/List<Lio/vertx/rxjava/core/Future;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
         Name  Flags
      futures  

  public io.vertx.rxjava.core.CompositeFuture setHandler(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.CompositeFuture>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
        start local 1 // io.vertx.core.Handler handler
         0: .line 475
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            new io.vertx.rxjava.core.CompositeFuture$6
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.rxjava.core.CompositeFuture$6.<init>:(Lio/vertx/rxjava/core/CompositeFuture;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.CompositeFuture.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/CompositeFuture;
            pop
         1: .line 484
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/CompositeFuture;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/CompositeFuture;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/CompositeFuture;>;>;)Lio/vertx/rxjava/core/CompositeFuture;
    MethodParameters:
         Name  Flags
      handler  

  public rx.Observable<io.vertx.rxjava.core.CompositeFuture> setHandlerObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
         0: .line 489
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: ()Lrx/Observable<Lio/vertx/rxjava/core/CompositeFuture;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public rx.Single<io.vertx.rxjava.core.CompositeFuture> rxSetHandler();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
         0: .line 495
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/CompositeFuture;
    Signature: ()Lrx/Single<Lio/vertx/rxjava/core/CompositeFuture;>;

  public void complete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
         0: .line 504
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            invokeinterface io.vertx.core.CompositeFuture.complete:()V
         1: .line 505
            return
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/CompositeFuture;

  public boolean tryComplete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
         0: .line 512
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            invokeinterface io.vertx.core.CompositeFuture.tryComplete:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 513
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/CompositeFuture;
            1    2     1   ret  Z

  public java.lang.Throwable cause(int);
    descriptor: (I)Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
        start local 1 // int index
         0: .line 522
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            iload 1 /* index */
            invokeinterface io.vertx.core.CompositeFuture.cause:(I)Ljava/lang/Throwable;
            astore 2 /* ret */
        start local 2 // java.lang.Throwable ret
         1: .line 523
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Throwable ret
        end local 1 // int index
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/CompositeFuture;
            0    2     1  index  I
            1    2     2    ret  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      index  

  public boolean succeeded(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
        start local 1 // int index
         0: .line 532
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            iload 1 /* index */
            invokeinterface io.vertx.core.CompositeFuture.succeeded:(I)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 533
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // int index
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/CompositeFuture;
            0    2     1  index  I
            1    2     2    ret  Z
    MethodParameters:
       Name  Flags
      index  

  public boolean failed(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
        start local 1 // int index
         0: .line 542
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            iload 1 /* index */
            invokeinterface io.vertx.core.CompositeFuture.failed:(I)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 543
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // int index
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/CompositeFuture;
            0    2     1  index  I
            1    2     2    ret  Z
    MethodParameters:
       Name  Flags
      index  

  public boolean isComplete(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
        start local 1 // int index
         0: .line 552
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            iload 1 /* index */
            invokeinterface io.vertx.core.CompositeFuture.isComplete:(I)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 553
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // int index
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/CompositeFuture;
            0    2     1  index  I
            1    2     2    ret  Z
    MethodParameters:
       Name  Flags
      index  

  public <T> T resultAt();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
        start local 1 // int index
         0: .line 562
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            iload 1 /* index */
            invokeinterface io.vertx.core.CompositeFuture.resultAt:(I)Ljava/lang/Object;
            astore 2 /* ret */
        start local 2 // java.lang.Object ret
         1: .line 563
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Object ret
        end local 1 // int index
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/CompositeFuture;
            0    2     1  index  I
            1    2     2    ret  TT;
    Signature: <T:Ljava/lang/Object;>(I)TT;
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.CompositeFuture this
         0: .line 570
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture.delegate:Lio/vertx/core/CompositeFuture;
            invokeinterface io.vertx.core.CompositeFuture.size:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 571
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.rxjava.core.CompositeFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/CompositeFuture;
            1    2     1   ret  I

  public static io.vertx.rxjava.core.CompositeFuture newInstance(io.vertx.core.CompositeFuture);
    descriptor: (Lio/vertx/core/CompositeFuture;)Lio/vertx/rxjava/core/CompositeFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.CompositeFuture arg
         0: .line 577
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.core.CompositeFuture
            dup
            aload 0 /* arg */
            invokespecial io.vertx.rxjava.core.CompositeFuture.<init>:(Lio/vertx/core/CompositeFuture;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.rxjava.core.CompositeFuture
         2: areturn
        end local 0 // io.vertx.core.CompositeFuture arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/core/CompositeFuture;
    MethodParameters:
      Name  Flags
      arg   

  public boolean tryComplete(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    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.rxjava.core.CompositeFuture
            invokevirtual io.vertx.rxjava.core.CompositeFuture.tryComplete:(Lio/vertx/rxjava/core/CompositeFuture;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future getDelegate();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.CompositeFuture.getDelegate:()Lio/vertx/core/CompositeFuture;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.Future setHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/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
            invokevirtual io.vertx.rxjava.core.CompositeFuture.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/CompositeFuture;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void complete(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    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.rxjava.core.CompositeFuture
            invokevirtual io.vertx.rxjava.core.CompositeFuture.complete:(Lio/vertx/rxjava/core/CompositeFuture;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.Future otherwise(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/vertx/rxjava/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.rxjava.core.CompositeFuture
            invokevirtual io.vertx.rxjava.core.CompositeFuture.otherwise:(Lio/vertx/rxjava/core/CompositeFuture;)Lio/vertx/rxjava/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object result();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.CompositeFuture.result:()Lio/vertx/rxjava/core/CompositeFuture;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 57
            new io.vertx.rxjava.core.CompositeFuture
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.CompositeFuture
            invokespecial io.vertx.rxjava.core.CompositeFuture.<init>:(Lio/vertx/core/CompositeFuture;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static io.vertx.core.Future lambda$2(io.vertx.rxjava.core.Future);
    descriptor: (Lio/vertx/rxjava/core/Future;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Future elt
         0: .line 312
            aload 0 /* elt */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.rxjava.core.Future elt
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   elt  Lio/vertx/rxjava/core/Future;

  private static io.vertx.core.Future lambda$3(io.vertx.rxjava.core.Future);
    descriptor: (Lio/vertx/rxjava/core/Future;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Future elt
         0: .line 391
            aload 0 /* elt */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.rxjava.core.Future elt
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   elt  Lio/vertx/rxjava/core/Future;

  private static io.vertx.core.Future lambda$4(io.vertx.rxjava.core.Future);
    descriptor: (Lio/vertx/rxjava/core/Future;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Future elt
         0: .line 470
            aload 0 /* elt */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.rxjava.core.Future elt
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   elt  Lio/vertx/rxjava/core/Future;
}
Signature: Lio/vertx/rxjava/core/Future<Lio/vertx/rxjava/core/CompositeFuture;>;
SourceFile: "CompositeFuture.java"
NestMembers:
  io.vertx.rxjava.core.CompositeFuture$1  io.vertx.rxjava.core.CompositeFuture$2  io.vertx.rxjava.core.CompositeFuture$3  io.vertx.rxjava.core.CompositeFuture$4  io.vertx.rxjava.core.CompositeFuture$5  io.vertx.rxjava.core.CompositeFuture$6
InnerClasses:
  io.vertx.rxjava.core.CompositeFuture$1
  io.vertx.rxjava.core.CompositeFuture$2
  io.vertx.rxjava.core.CompositeFuture$3
  io.vertx.rxjava.core.CompositeFuture$4
  io.vertx.rxjava.core.CompositeFuture$5
  io.vertx.rxjava.core.CompositeFuture$6
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/CompositeFuture;)