class io.vertx.core.impl.future.MapValueTransformation<T, U> extends io.vertx.core.impl.future.Transformation<U> implements io.vertx.core.impl.future.Listener<T>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.impl.future.MapValueTransformation
super_class: io.vertx.core.impl.future.Transformation
{
private final U value;
descriptor: Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: TU;
void <init>(io.vertx.core.impl.ContextInternal, );
descriptor: (Lio/vertx/core/impl/ContextInternal;Ljava/lang/Object;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokespecial io.vertx.core.impl.future.Transformation.<init>:(Lio/vertx/core/impl/ContextInternal;)V
1: aload 0
aload 2
putfield io.vertx.core.impl.future.MapValueTransformation.value:Ljava/lang/Object;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/impl/future/MapValueTransformation<TT;TU;>;
0 3 1 context Lio/vertx/core/impl/ContextInternal;
0 3 2 value TU;
Signature: (Lio/vertx/core/impl/ContextInternal;TU;)V
MethodParameters:
Name Flags
context
value
public void onSuccess();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield io.vertx.core.impl.future.MapValueTransformation.value:Ljava/lang/Object;
invokevirtual io.vertx.core.impl.future.MapValueTransformation.tryComplete:(Ljava/lang/Object;)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/impl/future/MapValueTransformation<TT;TU;>;
0 2 1 value TT;
Signature: (TT;)V
MethodParameters:
Name Flags
value
public void onFailure(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
aload 1
invokevirtual io.vertx.core.impl.future.MapValueTransformation.tryFail:(Ljava/lang/Throwable;)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/impl/future/MapValueTransformation<TT;TU;>;
0 2 1 failure Ljava/lang/Throwable;
MethodParameters:
Name Flags
failure
public void handle(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: aload 0
aload 1
checkcast io.vertx.core.AsyncResult
invokeinterface io.vertx.core.impl.future.Listener.handle:(Lio/vertx/core/AsyncResult;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Lio/vertx/core/impl/future/Transformation<TU;>;Lio/vertx/core/impl/future/Listener<TT;>;
SourceFile: "MapValueTransformation.java"