public class io.vertx.reactivex.core.Future<T>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.reactivex.core.Future
super_class: java.lang.Object
{
public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.core.Future> __TYPE_ARG;
descriptor: Lio/vertx/lang/rx/TypeArg;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/core/Future;>;
private final io.vertx.core.Future<T> delegate;
descriptor: Lio/vertx/core/Future;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/vertx/core/Future<TT;>;
public final io.vertx.lang.rx.TypeArg<T> __typeArg_0;
descriptor: Lio/vertx/lang/rx/TypeArg;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Signature: Lio/vertx/lang/rx/TypeArg<TT;>;
private io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> cached_0;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: 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/reactivex/core/Future.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
(Ljava/lang/Object;)Ljava/lang/Object;
1: 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/reactivex/core/Future.getDelegate()Lio/vertx/core/Future; (5)
(Lio/vertx/reactivex/core/Future;)Ljava/lang/Object;
2: invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
putstatic io.vertx.reactivex.core.Future.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
3: 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 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/core/Future<TT;>;
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 start local 1 0: aload 0
aload 1
if_acmpne 1
iconst_1
ireturn
1: StackMap locals:
StackMap stack:
aload 1
ifnull 2
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 3
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 1
checkcast io.vertx.reactivex.core.Future
astore 2
start local 2 4: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
aload 2
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/reactivex/core/Future<TT;>;
0 5 1 o Ljava/lang/Object;
4 5 2 that Lio/vertx/reactivex/core/Future;
MethodParameters:
Name Flags
o
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
invokevirtual java.lang.Object.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/core/Future<TT;>;
public void <init>(io.vertx.core.Future);
descriptor: (Lio/vertx/core/Future;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
2: aload 0
invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
putfield io.vertx.reactivex.core.Future.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/reactivex/core/Future<TT;>;
0 3 1 delegate Lio/vertx/core/Future;
MethodParameters:
Name Flags
delegate
public void <init>(io.vertx.core.Future, io.vertx.lang.rx.TypeArg<T>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
2: aload 0
aload 2
putfield io.vertx.reactivex.core.Future.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/reactivex/core/Future<TT;>;
0 4 1 delegate Lio/vertx/core/Future;
0 4 2 typeArg_0 Lio/vertx/lang/rx/TypeArg<TT;>;
Signature: (Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg<TT;>;)V
MethodParameters:
Name Flags
delegate
typeArg_0
public io.vertx.core.Future getDelegate();
descriptor: ()Lio/vertx/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/core/Future<TT;>;
public static <T> io.vertx.reactivex.core.Future<T> future(io.vertx.core.Handler<io.vertx.reactivex.core.Promise<T>>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/Future;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: new io.vertx.reactivex.core.Future$1
dup
aload 0
invokespecial io.vertx.reactivex.core.Future$1.<init>:(Lio/vertx/core/Handler;)V
invokestatic io.vertx.core.Future.future:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
1: invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
2: invokestatic io.vertx.reactivex.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/Future;
astore 1
start local 1 3: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 handler Lio/vertx/core/Handler<Lio/vertx/reactivex/core/Promise<TT;>;>;
3 4 1 ret Lio/vertx/reactivex/core/Future<TT;>;
Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/reactivex/core/Promise<TT;>;>;)Lio/vertx/reactivex/core/Future<TT;>;
MethodParameters:
Name Flags
handler
public static <T> io.vertx.reactivex.core.Future<T> future();
descriptor: ()Lio/vertx/reactivex/core/Future;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=0
0: invokestatic io.vertx.core.Future.future:()Lio/vertx/core/Future;
invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
invokestatic io.vertx.reactivex.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/Future;
astore 0
start local 0 1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
1 2 0 ret Lio/vertx/reactivex/core/Future<TT;>;
Signature: <T:Ljava/lang/Object;>()Lio/vertx/reactivex/core/Future<TT;>;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public static <T> io.vertx.reactivex.core.Future<T> succeededFuture();
descriptor: ()Lio/vertx/reactivex/core/Future;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=0
0: invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
invokestatic io.vertx.reactivex.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/Future;
astore 0
start local 0 1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
1 2 0 ret Lio/vertx/reactivex/core/Future<TT;>;
Signature: <T:Ljava/lang/Object;>()Lio/vertx/reactivex/core/Future<TT;>;
public static <T> io.vertx.reactivex.core.Future<T> succeededFuture(T);
descriptor: (Ljava/lang/Object;)Lio/vertx/reactivex/core/Future;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
invokestatic io.vertx.reactivex.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/Future;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 result TT;
1 2 1 ret Lio/vertx/reactivex/core/Future<TT;>;
Signature: <T:Ljava/lang/Object;>(TT;)Lio/vertx/reactivex/core/Future<TT;>;
MethodParameters:
Name Flags
result
public static <T> io.vertx.reactivex.core.Future<T> failedFuture(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)Lio/vertx/reactivex/core/Future;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
invokestatic io.vertx.reactivex.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/Future;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 t Ljava/lang/Throwable;
1 2 1 ret Lio/vertx/reactivex/core/Future<TT;>;
Signature: <T:Ljava/lang/Object;>(Ljava/lang/Throwable;)Lio/vertx/reactivex/core/Future<TT;>;
MethodParameters:
Name Flags
t
public static <T> io.vertx.reactivex.core.Future<T> failedFuture(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/Future;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
invokestatic io.vertx.reactivex.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/Future;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 failureMessage Ljava/lang/String;
1 2 1 ret Lio/vertx/reactivex/core/Future<TT;>;
Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;)Lio/vertx/reactivex/core/Future<TT;>;
MethodParameters:
Name Flags
failureMessage
public boolean isComplete();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
invokeinterface io.vertx.core.Future.isComplete:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
1 2 1 ret Z
public io.vertx.reactivex.core.Future<T> setHandler(io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
new io.vertx.reactivex.core.Future$2
dup
aload 0
aload 1
invokespecial io.vertx.reactivex.core.Future$2.<init>:(Lio/vertx/reactivex/core/Future;Lio/vertx/core/Handler;)V
invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
0 2 1 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;)Lio/vertx/reactivex/core/Future<TT;>;
MethodParameters:
Name Flags
handler
public io.reactivex.Single<T> rxSetHandler();
descriptor: ()Lio/reactivex/Single;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/core/Future<TT;>;
Signature: ()Lio/reactivex/Single<TT;>;
public void complete();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
aload 0
getfield io.vertx.reactivex.core.Future.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
aload 1
invokevirtual io.vertx.lang.rx.TypeArg.unwrap:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface io.vertx.core.Future.complete:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
0 2 1 result TT;
Signature: (TT;)V
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
result
public void complete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
invokeinterface io.vertx.core.Future.complete:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public void fail(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
aload 1
invokeinterface io.vertx.core.Future.fail:(Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
0 2 1 cause Ljava/lang/Throwable;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
cause
public void fail(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
aload 1
invokeinterface io.vertx.core.Future.fail:(Ljava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
0 2 1 failureMessage Ljava/lang/String;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
failureMessage
public boolean tryComplete();
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
aload 0
getfield io.vertx.reactivex.core.Future.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
aload 1
invokevirtual io.vertx.lang.rx.TypeArg.unwrap:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface io.vertx.core.Future.tryComplete:(Ljava/lang/Object;)Z
istore 2
start local 2 1: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
0 2 1 result TT;
1 2 2 ret Z
Signature: (TT;)Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
result
public boolean tryComplete();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
invokeinterface io.vertx.core.Future.tryComplete:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
1 2 1 ret Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public boolean tryFail(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
aload 1
invokeinterface io.vertx.core.Future.tryFail:(Ljava/lang/Throwable;)Z
istore 2
start local 2 1: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
0 2 1 cause Ljava/lang/Throwable;
1 2 2 ret Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
cause
public boolean tryFail(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
aload 1
invokeinterface io.vertx.core.Future.tryFail:(Ljava/lang/String;)Z
istore 2
start local 2 1: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
0 2 1 failureMessage Ljava/lang/String;
1 2 2 ret Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
failureMessage
public T result();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.core.Future.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
invokeinterface io.vertx.core.Future.result:()Ljava/lang/Object;
invokevirtual io.vertx.lang.rx.TypeArg.wrap:(Ljava/lang/Object;)Ljava/lang/Object;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
1 2 1 ret TT;
Signature: ()TT;
public java.lang.Throwable cause();
descriptor: ()Ljava/lang/Throwable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
invokeinterface io.vertx.core.Future.cause:()Ljava/lang/Throwable;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
1 2 1 ret Ljava/lang/Throwable;
public boolean succeeded();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
invokeinterface io.vertx.core.Future.succeeded:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
1 2 1 ret Z
public boolean failed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
invokeinterface io.vertx.core.Future.failed:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
1 2 1 ret Z
public <U> io.vertx.reactivex.core.Future<U> compose(java.util.function.Function<T, io.vertx.reactivex.core.Future<U>>);
descriptor: (Ljava/util/function/Function;)Lio/vertx/reactivex/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
new io.vertx.reactivex.core.Future$3
dup
aload 0
aload 1
invokespecial io.vertx.reactivex.core.Future$3.<init>:(Lio/vertx/reactivex/core/Future;Ljava/util/function/Function;)V
invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
1: invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
2: invokestatic io.vertx.reactivex.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/Future;
astore 2
start local 2 3: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/reactivex/core/Future<TT;>;
0 4 1 mapper Ljava/util/function/Function<TT;Lio/vertx/reactivex/core/Future<TU;>;>;
3 4 2 ret Lio/vertx/reactivex/core/Future<TU;>;
Signature: <U:Ljava/lang/Object;>(Ljava/util/function/Function<TT;Lio/vertx/reactivex/core/Future<TU;>;>;)Lio/vertx/reactivex/core/Future<TU;>;
MethodParameters:
Name Flags
mapper
public <U> io.vertx.reactivex.core.Future<U> map(java.util.function.Function<T, U>);
descriptor: (Ljava/util/function/Function;)Lio/vertx/reactivex/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
new io.vertx.reactivex.core.Future$4
dup
aload 0
aload 1
invokespecial io.vertx.reactivex.core.Future$4.<init>:(Lio/vertx/reactivex/core/Future;Ljava/util/function/Function;)V
invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
1: invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
2: invokestatic io.vertx.reactivex.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/Future;
astore 2
start local 2 3: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/reactivex/core/Future<TT;>;
0 4 1 mapper Ljava/util/function/Function<TT;TU;>;
3 4 2 ret Lio/vertx/reactivex/core/Future<TU;>;
Signature: <U:Ljava/lang/Object;>(Ljava/util/function/Function<TT;TU;>;)Lio/vertx/reactivex/core/Future<TU;>;
MethodParameters:
Name Flags
mapper
public <V> io.vertx.reactivex.core.Future<V> map(V);
descriptor: (Ljava/lang/Object;)Lio/vertx/reactivex/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
aload 1
invokeinterface io.vertx.core.Future.map:(Ljava/lang/Object;)Lio/vertx/core/Future;
invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
invokestatic io.vertx.reactivex.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/Future;
astore 2
start local 2 1: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
0 2 1 value TV;
1 2 2 ret Lio/vertx/reactivex/core/Future<TV;>;
Signature: <V:Ljava/lang/Object;>(TV;)Lio/vertx/reactivex/core/Future<TV;>;
MethodParameters:
Name Flags
value
public <V> io.vertx.reactivex.core.Future<V> mapEmpty();
descriptor: ()Lio/vertx/reactivex/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
invokeinterface io.vertx.core.Future.mapEmpty:()Lio/vertx/core/Future;
invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
invokestatic io.vertx.reactivex.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/Future;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
1 2 1 ret Lio/vertx/reactivex/core/Future<TV;>;
Signature: <V:Ljava/lang/Object;>()Lio/vertx/reactivex/core/Future<TV;>;
public io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> completer();
descriptor: ()Lio/vertx/core/Handler;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.core.Future.cached_0:Lio/vertx/core/Handler;
ifnull 2
1: aload 0
getfield io.vertx.reactivex.core.Future.cached_0:Lio/vertx/core/Handler;
areturn
2: StackMap locals:
StackMap stack:
new io.vertx.reactivex.core.Future$5
dup
aload 0
invokespecial io.vertx.reactivex.core.Future$5.<init>:(Lio/vertx/reactivex/core/Future;)V
astore 1
start local 1 3: aload 0
aload 1
putfield io.vertx.reactivex.core.Future.cached_0:Lio/vertx/core/Handler;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/reactivex/core/Future<TT;>;
3 5 1 ret Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
Signature: ()Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public io.vertx.reactivex.core.Future<T> recover(java.util.function.Function<java.lang.Throwable, io.vertx.reactivex.core.Future<T>>);
descriptor: (Ljava/util/function/Function;)Lio/vertx/reactivex/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
new io.vertx.reactivex.core.Future$6
dup
aload 0
aload 1
invokespecial io.vertx.reactivex.core.Future$6.<init>:(Lio/vertx/reactivex/core/Future;Ljava/util/function/Function;)V
invokeinterface io.vertx.core.Future.recover:(Ljava/util/function/Function;)Lio/vertx/core/Future;
1: aload 0
getfield io.vertx.reactivex.core.Future.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
2: invokestatic io.vertx.reactivex.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/Future;
astore 2
start local 2 3: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/reactivex/core/Future<TT;>;
0 4 1 mapper Ljava/util/function/Function<Ljava/lang/Throwable;Lio/vertx/reactivex/core/Future<TT;>;>;
3 4 2 ret Lio/vertx/reactivex/core/Future<TT;>;
Signature: (Ljava/util/function/Function<Ljava/lang/Throwable;Lio/vertx/reactivex/core/Future<TT;>;>;)Lio/vertx/reactivex/core/Future<TT;>;
MethodParameters:
Name Flags
mapper
public io.vertx.reactivex.core.Future<T> otherwise(java.util.function.Function<java.lang.Throwable, T>);
descriptor: (Ljava/util/function/Function;)Lio/vertx/reactivex/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
new io.vertx.reactivex.core.Future$7
dup
aload 0
aload 1
invokespecial io.vertx.reactivex.core.Future$7.<init>:(Lio/vertx/reactivex/core/Future;Ljava/util/function/Function;)V
invokeinterface io.vertx.core.Future.otherwise:(Ljava/util/function/Function;)Lio/vertx/core/Future;
1: aload 0
getfield io.vertx.reactivex.core.Future.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
2: invokestatic io.vertx.reactivex.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/Future;
astore 2
start local 2 3: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/reactivex/core/Future<TT;>;
0 4 1 mapper Ljava/util/function/Function<Ljava/lang/Throwable;TT;>;
3 4 2 ret Lio/vertx/reactivex/core/Future<TT;>;
Signature: (Ljava/util/function/Function<Ljava/lang/Throwable;TT;>;)Lio/vertx/reactivex/core/Future<TT;>;
MethodParameters:
Name Flags
mapper
public io.vertx.reactivex.core.Future<T> otherwise(T);
descriptor: (Ljava/lang/Object;)Lio/vertx/reactivex/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
aload 0
getfield io.vertx.reactivex.core.Future.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
aload 1
invokevirtual io.vertx.lang.rx.TypeArg.unwrap:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface io.vertx.core.Future.otherwise:(Ljava/lang/Object;)Lio/vertx/core/Future;
aload 0
getfield io.vertx.reactivex.core.Future.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
invokestatic io.vertx.reactivex.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/Future;
astore 2
start local 2 1: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
0 2 1 value TT;
1 2 2 ret Lio/vertx/reactivex/core/Future<TT;>;
Signature: (TT;)Lio/vertx/reactivex/core/Future<TT;>;
MethodParameters:
Name Flags
value
public io.vertx.reactivex.core.Future<T> otherwiseEmpty();
descriptor: ()Lio/vertx/reactivex/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.core.Future.delegate:Lio/vertx/core/Future;
invokeinterface io.vertx.core.Future.otherwiseEmpty:()Lio/vertx/core/Future;
aload 0
getfield io.vertx.reactivex.core.Future.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
invokestatic io.vertx.reactivex.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/Future;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/core/Future<TT;>;
1 2 1 ret Lio/vertx/reactivex/core/Future<TT;>;
Signature: ()Lio/vertx/reactivex/core/Future<TT;>;
public static <T> io.vertx.reactivex.core.Future<T> newInstance(io.vertx.core.Future);
descriptor: (Lio/vertx/core/Future;)Lio/vertx/reactivex/core/Future;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ifnull 1
new io.vertx.reactivex.core.Future
dup
aload 0
invokespecial io.vertx.reactivex.core.Future.<init>:(Lio/vertx/core/Future;)V
goto 2
StackMap locals:
StackMap stack:
1: aconst_null
StackMap locals:
StackMap stack: io.vertx.reactivex.core.Future
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 arg Lio/vertx/core/Future;
Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Future;)Lio/vertx/reactivex/core/Future<TT;>;
MethodParameters:
Name Flags
arg
public static <T> io.vertx.reactivex.core.Future<T> newInstance(io.vertx.core.Future, io.vertx.lang.rx.TypeArg<T>);
descriptor: (Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/Future;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
ifnull 1
new io.vertx.reactivex.core.Future
dup
aload 0
aload 1
invokespecial io.vertx.reactivex.core.Future.<init>:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)V
goto 2
StackMap locals:
StackMap stack:
1: aconst_null
StackMap locals:
StackMap stack: io.vertx.reactivex.core.Future
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 arg Lio/vertx/core/Future;
0 3 1 __typeArg_T Lio/vertx/lang/rx/TypeArg<TT;>;
Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg<TT;>;)Lio/vertx/reactivex/core/Future<TT;>;
MethodParameters:
Name Flags
arg
__typeArg_T
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 0: new io.vertx.reactivex.core.Future
dup
aload 0
checkcast io.vertx.core.Future
invokespecial io.vertx.reactivex.core.Future.<init>:(Lio/vertx/core/Future;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 obj Ljava/lang/Object;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Future.java"
NestMembers:
io.vertx.reactivex.core.Future$1 io.vertx.reactivex.core.Future$2 io.vertx.reactivex.core.Future$3 io.vertx.reactivex.core.Future$4 io.vertx.reactivex.core.Future$5 io.vertx.reactivex.core.Future$6 io.vertx.reactivex.core.Future$7
InnerClasses:
io.vertx.reactivex.core.Future$1
io.vertx.reactivex.core.Future$2
io.vertx.reactivex.core.Future$3
io.vertx.reactivex.core.Future$4
io.vertx.reactivex.core.Future$5
io.vertx.reactivex.core.Future$6
io.vertx.reactivex.core.Future$7
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
RuntimeVisibleAnnotations:
io.vertx.lang.rx.RxGen(value = Lio/vertx/core/Future;)