public interface io.vertx.core.CompositeFuture extends io.vertx.core.Future<io.vertx.core.CompositeFuture>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.vertx.core.CompositeFuture
super_class: java.lang.Object
{
public static <T1, T2> io.vertx.core.CompositeFuture all(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: iconst_2
anewarray io.vertx.core.Future
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 1
aastore
invokestatic io.vertx.core.impl.CompositeFutureImpl.all:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 f1 Lio/vertx/core/Future<TT1;>;
0 1 1 f2 Lio/vertx/core/Future<TT2;>;
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
f1
f2
public static <T1, T2, T3> io.vertx.core.CompositeFuture all(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: iconst_3
anewarray io.vertx.core.Future
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 1
aastore
dup
iconst_2
aload 2
aastore
invokestatic io.vertx.core.impl.CompositeFutureImpl.all:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 f1 Lio/vertx/core/Future<TT1;>;
0 1 1 f2 Lio/vertx/core/Future<TT2;>;
0 1 2 f3 Lio/vertx/core/Future<TT3;>;
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
f1
f2
f3
public static <T1, T2, T3, T4> io.vertx.core.CompositeFuture all(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iconst_4
anewarray io.vertx.core.Future
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 1
aastore
dup
iconst_2
aload 2
aastore
dup
iconst_3
aload 3
aastore
invokestatic io.vertx.core.impl.CompositeFutureImpl.all:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 f1 Lio/vertx/core/Future<TT1;>;
0 1 1 f2 Lio/vertx/core/Future<TT2;>;
0 1 2 f3 Lio/vertx/core/Future<TT3;>;
0 1 3 f4 Lio/vertx/core/Future<TT4;>;
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
f1
f2
f3
f4
public static <T1, T2, T3, T4, T5> io.vertx.core.CompositeFuture all(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>, io.vertx.core.Future<T5>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: iconst_5
anewarray io.vertx.core.Future
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 1
aastore
dup
iconst_2
aload 2
aastore
dup
iconst_3
aload 3
aastore
dup
iconst_4
aload 4
aastore
invokestatic io.vertx.core.impl.CompositeFutureImpl.all:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 f1 Lio/vertx/core/Future<TT1;>;
0 1 1 f2 Lio/vertx/core/Future<TT2;>;
0 1 2 f3 Lio/vertx/core/Future<TT3;>;
0 1 3 f4 Lio/vertx/core/Future<TT4;>;
0 1 4 f5 Lio/vertx/core/Future<TT5;>;
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;Lio/vertx/core/Future<TT5;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
f1
f2
f3
f4
f5
public static <T1, T2, T3, T4, T5, T6> io.vertx.core.CompositeFuture all(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>, io.vertx.core.Future<T5>, io.vertx.core.Future<T6>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: bipush 6
anewarray io.vertx.core.Future
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 1
aastore
dup
iconst_2
aload 2
aastore
dup
iconst_3
aload 3
aastore
dup
iconst_4
aload 4
aastore
dup
iconst_5
aload 5
aastore
invokestatic io.vertx.core.impl.CompositeFutureImpl.all:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 f1 Lio/vertx/core/Future<TT1;>;
0 1 1 f2 Lio/vertx/core/Future<TT2;>;
0 1 2 f3 Lio/vertx/core/Future<TT3;>;
0 1 3 f4 Lio/vertx/core/Future<TT4;>;
0 1 4 f5 Lio/vertx/core/Future<TT5;>;
0 1 5 f6 Lio/vertx/core/Future<TT6;>;
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;Lio/vertx/core/Future<TT5;>;Lio/vertx/core/Future<TT6;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
f1
f2
f3
f4
f5
f6
public static io.vertx.core.CompositeFuture all(java.util.List<io.vertx.core.Future>);
descriptor: (Ljava/util/List;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
invokeinterface java.util.List.size:()I
anewarray io.vertx.core.Future
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast io.vertx.core.Future[]
invokestatic io.vertx.core.impl.CompositeFutureImpl.all:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 futures Ljava/util/List<Lio/vertx/core/Future;>;
Signature: (Ljava/util/List<Lio/vertx/core/Future;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
futures
public static <T1, T2> io.vertx.core.CompositeFuture any(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: iconst_2
anewarray io.vertx.core.Future
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 1
aastore
invokestatic io.vertx.core.impl.CompositeFutureImpl.any:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 f1 Lio/vertx/core/Future<TT1;>;
0 1 1 f2 Lio/vertx/core/Future<TT2;>;
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
f1
f2
public static <T1, T2, T3> io.vertx.core.CompositeFuture any(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: iconst_3
anewarray io.vertx.core.Future
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 1
aastore
dup
iconst_2
aload 2
aastore
invokestatic io.vertx.core.impl.CompositeFutureImpl.any:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 f1 Lio/vertx/core/Future<TT1;>;
0 1 1 f2 Lio/vertx/core/Future<TT2;>;
0 1 2 f3 Lio/vertx/core/Future<TT3;>;
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
f1
f2
f3
public static <T1, T2, T3, T4> io.vertx.core.CompositeFuture any(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iconst_4
anewarray io.vertx.core.Future
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 1
aastore
dup
iconst_2
aload 2
aastore
dup
iconst_3
aload 3
aastore
invokestatic io.vertx.core.impl.CompositeFutureImpl.any:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 f1 Lio/vertx/core/Future<TT1;>;
0 1 1 f2 Lio/vertx/core/Future<TT2;>;
0 1 2 f3 Lio/vertx/core/Future<TT3;>;
0 1 3 f4 Lio/vertx/core/Future<TT4;>;
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
f1
f2
f3
f4
public static <T1, T2, T3, T4, T5> io.vertx.core.CompositeFuture any(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>, io.vertx.core.Future<T5>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: iconst_5
anewarray io.vertx.core.Future
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 1
aastore
dup
iconst_2
aload 2
aastore
dup
iconst_3
aload 3
aastore
dup
iconst_4
aload 4
aastore
invokestatic io.vertx.core.impl.CompositeFutureImpl.any:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 f1 Lio/vertx/core/Future<TT1;>;
0 1 1 f2 Lio/vertx/core/Future<TT2;>;
0 1 2 f3 Lio/vertx/core/Future<TT3;>;
0 1 3 f4 Lio/vertx/core/Future<TT4;>;
0 1 4 f5 Lio/vertx/core/Future<TT5;>;
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;Lio/vertx/core/Future<TT5;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
f1
f2
f3
f4
f5
public static <T1, T2, T3, T4, T5, T6> io.vertx.core.CompositeFuture any(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>, io.vertx.core.Future<T5>, io.vertx.core.Future<T6>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: bipush 6
anewarray io.vertx.core.Future
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 1
aastore
dup
iconst_2
aload 2
aastore
dup
iconst_3
aload 3
aastore
dup
iconst_4
aload 4
aastore
dup
iconst_5
aload 5
aastore
invokestatic io.vertx.core.impl.CompositeFutureImpl.any:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 f1 Lio/vertx/core/Future<TT1;>;
0 1 1 f2 Lio/vertx/core/Future<TT2;>;
0 1 2 f3 Lio/vertx/core/Future<TT3;>;
0 1 3 f4 Lio/vertx/core/Future<TT4;>;
0 1 4 f5 Lio/vertx/core/Future<TT5;>;
0 1 5 f6 Lio/vertx/core/Future<TT6;>;
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;Lio/vertx/core/Future<TT5;>;Lio/vertx/core/Future<TT6;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
f1
f2
f3
f4
f5
f6
public static io.vertx.core.CompositeFuture any(java.util.List<io.vertx.core.Future>);
descriptor: (Ljava/util/List;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
invokeinterface java.util.List.size:()I
anewarray io.vertx.core.Future
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast io.vertx.core.Future[]
invokestatic io.vertx.core.impl.CompositeFutureImpl.any:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 futures Ljava/util/List<Lio/vertx/core/Future;>;
Signature: (Ljava/util/List<Lio/vertx/core/Future;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
futures
public static <T1, T2> io.vertx.core.CompositeFuture join(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: iconst_2
anewarray io.vertx.core.Future
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 1
aastore
invokestatic io.vertx.core.impl.CompositeFutureImpl.join:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 f1 Lio/vertx/core/Future<TT1;>;
0 1 1 f2 Lio/vertx/core/Future<TT2;>;
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
f1
f2
public static <T1, T2, T3> io.vertx.core.CompositeFuture join(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: iconst_3
anewarray io.vertx.core.Future
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 1
aastore
dup
iconst_2
aload 2
aastore
invokestatic io.vertx.core.impl.CompositeFutureImpl.join:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 f1 Lio/vertx/core/Future<TT1;>;
0 1 1 f2 Lio/vertx/core/Future<TT2;>;
0 1 2 f3 Lio/vertx/core/Future<TT3;>;
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
f1
f2
f3
public static <T1, T2, T3, T4> io.vertx.core.CompositeFuture join(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iconst_4
anewarray io.vertx.core.Future
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 1
aastore
dup
iconst_2
aload 2
aastore
dup
iconst_3
aload 3
aastore
invokestatic io.vertx.core.impl.CompositeFutureImpl.join:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 f1 Lio/vertx/core/Future<TT1;>;
0 1 1 f2 Lio/vertx/core/Future<TT2;>;
0 1 2 f3 Lio/vertx/core/Future<TT3;>;
0 1 3 f4 Lio/vertx/core/Future<TT4;>;
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
f1
f2
f3
f4
public static <T1, T2, T3, T4, T5> io.vertx.core.CompositeFuture join(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>, io.vertx.core.Future<T5>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: iconst_5
anewarray io.vertx.core.Future
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 1
aastore
dup
iconst_2
aload 2
aastore
dup
iconst_3
aload 3
aastore
dup
iconst_4
aload 4
aastore
invokestatic io.vertx.core.impl.CompositeFutureImpl.join:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 f1 Lio/vertx/core/Future<TT1;>;
0 1 1 f2 Lio/vertx/core/Future<TT2;>;
0 1 2 f3 Lio/vertx/core/Future<TT3;>;
0 1 3 f4 Lio/vertx/core/Future<TT4;>;
0 1 4 f5 Lio/vertx/core/Future<TT5;>;
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;Lio/vertx/core/Future<TT5;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
f1
f2
f3
f4
f5
public static <T1, T2, T3, T4, T5, T6> io.vertx.core.CompositeFuture join(io.vertx.core.Future<T1>, io.vertx.core.Future<T2>, io.vertx.core.Future<T3>, io.vertx.core.Future<T4>, io.vertx.core.Future<T5>, io.vertx.core.Future<T6>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: bipush 6
anewarray io.vertx.core.Future
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 1
aastore
dup
iconst_2
aload 2
aastore
dup
iconst_3
aload 3
aastore
dup
iconst_4
aload 4
aastore
dup
iconst_5
aload 5
aastore
invokestatic io.vertx.core.impl.CompositeFutureImpl.join:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 f1 Lio/vertx/core/Future<TT1;>;
0 1 1 f2 Lio/vertx/core/Future<TT2;>;
0 1 2 f3 Lio/vertx/core/Future<TT3;>;
0 1 3 f4 Lio/vertx/core/Future<TT4;>;
0 1 4 f5 Lio/vertx/core/Future<TT5;>;
0 1 5 f6 Lio/vertx/core/Future<TT6;>;
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;>(Lio/vertx/core/Future<TT1;>;Lio/vertx/core/Future<TT2;>;Lio/vertx/core/Future<TT3;>;Lio/vertx/core/Future<TT4;>;Lio/vertx/core/Future<TT5;>;Lio/vertx/core/Future<TT6;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
f1
f2
f3
f4
f5
f6
public static io.vertx.core.CompositeFuture join(java.util.List<io.vertx.core.Future>);
descriptor: (Ljava/util/List;)Lio/vertx/core/CompositeFuture;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
invokeinterface java.util.List.size:()I
anewarray io.vertx.core.Future
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast io.vertx.core.Future[]
invokestatic io.vertx.core.impl.CompositeFutureImpl.join:([Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 futures Ljava/util/List<Lio/vertx/core/Future;>;
Signature: (Ljava/util/List<Lio/vertx/core/Future;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
futures
public abstract io.vertx.core.CompositeFuture setHandler(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.CompositeFuture>>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/CompositeFuture;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/CompositeFuture;>;>;)Lio/vertx/core/CompositeFuture;
MethodParameters:
Name Flags
handler
public abstract void complete();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean tryComplete();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.Throwable cause(int);
descriptor: (I)Ljava/lang/Throwable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
index
public abstract boolean succeeded(int);
descriptor: (I)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
index
public abstract boolean failed(int);
descriptor: (I)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
index
public abstract boolean isComplete(int);
descriptor: (I)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
index
public abstract <T> T resultAt();
descriptor: (I)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <T:Ljava/lang/Object;>(I)TT;
MethodParameters:
Name Flags
index
public abstract int size();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public <T> java.util.List<T> list();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: aload 0
invokeinterface io.vertx.core.CompositeFuture.size:()I
istore 1
start local 1 1: new java.util.ArrayList
dup
iload 1
invokespecial java.util.ArrayList.<init>:(I)V
astore 2
start local 2 2: iconst_0
istore 3
start local 3 3: goto 6
4: StackMap locals: int java.util.ArrayList int
StackMap stack:
aload 2
aload 0
iload 3
invokeinterface io.vertx.core.CompositeFuture.resultAt:(I)Ljava/lang/Object;
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
5: iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
iload 1
if_icmplt 4
end local 3 7: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/CompositeFuture;
1 8 1 size I
2 8 2 list Ljava/util/ArrayList<TT;>;
3 7 3 index I
Signature: <T:Ljava/lang/Object;>()Ljava/util/List<TT;>;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore()
public io.vertx.core.Future setHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Future;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.vertx.core.Handler
invokeinterface io.vertx.core.CompositeFuture.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/CompositeFuture;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Future<Lio/vertx/core/CompositeFuture;>;
SourceFile: "CompositeFuture.java"
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.VertxGen()