class io.vertx.rxjava.redis.client.Redis$4 implements io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.redis.client.Response>>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.rxjava.redis.client.Redis$4
super_class: java.lang.Object
{
final io.vertx.rxjava.redis.client.Redis this$0;
descriptor: Lio/vertx/rxjava/redis/client/Redis;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.vertx.core.Handler val$handler;
descriptor: Lio/vertx/core/Handler;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.rxjava.redis.client.Redis, io.vertx.core.Handler);
descriptor: (Lio/vertx/rxjava/redis/client/Redis;Lio/vertx/core/Handler;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield io.vertx.rxjava.redis.client.Redis$4.this$0:Lio/vertx/rxjava/redis/client/Redis;
aload 0
aload 2
putfield io.vertx.rxjava.redis.client.Redis$4.val$handler:Lio/vertx/core/Handler;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/rxjava/redis/client/Redis$4;
MethodParameters:
Name Flags
this$0 final
val$handler final
public void handle(io.vertx.core.AsyncResult<java.util.List<io.vertx.redis.client.Response>>);
descriptor: (Lio/vertx/core/AsyncResult;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
ifeq 3
1: aload 0
getfield io.vertx.rxjava.redis.client.Redis$4.val$handler:Lio/vertx/core/Handler;
aload 1
invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
checkcast java.util.List
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/redis/client/Redis$4.lambda$0(Lio/vertx/redis/client/Response;)Lio/vertx/rxjava/redis/client/Response; (6)
(Lio/vertx/redis/client/Response;)Lio/vertx/rxjava/redis/client/Response;
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.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.rxjava.redis.client.Redis$4.val$handler:Lio/vertx/core/Handler;
aload 1
invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/rxjava/redis/client/Redis$4;
0 5 1 ar Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/redis/client/Response;>;>;
Signature: (Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/redis/client/Response;>;>;)V
MethodParameters:
Name Flags
ar
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
invokevirtual io.vertx.rxjava.redis.client.Redis$4.handle:(Lio/vertx/core/AsyncResult;)V
return
LocalVariableTable:
Start End Slot Name Signature
private static io.vertx.rxjava.redis.client.Response lambda$0(io.vertx.redis.client.Response);
descriptor: (Lio/vertx/redis/client/Response;)Lio/vertx/rxjava/redis/client/Response;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic io.vertx.rxjava.redis.client.Response.newInstance:(Lio/vertx/redis/client/Response;)Lio/vertx/rxjava/redis/client/Response;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 elt Lio/vertx/redis/client/Response;
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/redis/client/Response;>;>;>;
SourceFile: "Redis.java"
EnclosingMethod: io.vertx.rxjava.redis.client.Redis.batch:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/rxjava/redis/client/Redis;
NestHost: io.vertx.rxjava.redis.client.Redis
InnerClasses:
io.vertx.rxjava.redis.client.Redis$4
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles