class io.vertx.core.AsyncResult$2 implements io.vertx.core.AsyncResult<T>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.AsyncResult$2
super_class: java.lang.Object
{
final io.vertx.core.AsyncResult this$0;
descriptor: Lio/vertx/core/AsyncResult;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.util.function.Function val$mapper;
descriptor: Ljava/util/function/Function;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.core.AsyncResult, java.util.function.Function);
descriptor: (Lio/vertx/core/AsyncResult;Ljava/util/function/Function;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield io.vertx.core.AsyncResult$2.this$0:Lio/vertx/core/AsyncResult;
aload 0
aload 2
putfield io.vertx.core.AsyncResult$2.val$mapper:Ljava/util/function/Function;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/AsyncResult$2;
MethodParameters:
Name Flags
this$0 final
val$mapper final
public T result();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.AsyncResult$2.this$0:Lio/vertx/core/AsyncResult;
invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
ifeq 2
1: aload 0
getfield io.vertx.core.AsyncResult$2.this$0:Lio/vertx/core/AsyncResult;
invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.AsyncResult$2.this$0:Lio/vertx/core/AsyncResult;
invokeinterface io.vertx.core.AsyncResult.failed:()Z
ifeq 4
3: aload 0
getfield io.vertx.core.AsyncResult$2.val$mapper:Ljava/util/function/Function;
aload 0
getfield io.vertx.core.AsyncResult$2.this$0:Lio/vertx/core/AsyncResult;
invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
4: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/AsyncResult$2;
Signature: ()TT;
public java.lang.Throwable cause();
descriptor: ()Ljava/lang/Throwable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/AsyncResult$2;
public boolean succeeded();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.AsyncResult$2.this$0:Lio/vertx/core/AsyncResult;
invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
ifne 1
aload 0
getfield io.vertx.core.AsyncResult$2.this$0:Lio/vertx/core/AsyncResult;
invokeinterface io.vertx.core.AsyncResult.failed:()Z
ifne 1
iconst_0
ireturn
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/AsyncResult$2;
public boolean failed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/AsyncResult$2;
}
Signature: Ljava/lang/Object;Lio/vertx/core/AsyncResult<TT;>;
SourceFile: "AsyncResult.java"
EnclosingMethod: io.vertx.core.AsyncResult.otherwise:(Ljava/util/function/Function;)Lio/vertx/core/AsyncResult;
NestHost: io.vertx.core.AsyncResult
InnerClasses:
io.vertx.core.AsyncResult$2