class io.vertx.sqlclient.impl.PoolBase$1$1 implements io.vertx.sqlclient.impl.command.CommandScheduler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.sqlclient.impl.PoolBase$1$1
  super_class: java.lang.Object
{
  final io.vertx.sqlclient.impl.PoolBase$1 this$1;
    descriptor: Lio/vertx/sqlclient/impl/PoolBase$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.sqlclient.impl.Connection val$conn;
    descriptor: Lio/vertx/sqlclient/impl/Connection;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.sqlclient.impl.PoolBase$1, io.vertx.sqlclient.impl.Connection);
    descriptor: (Lio/vertx/sqlclient/impl/PoolBase$1;Lio/vertx/sqlclient/impl/Connection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.sqlclient.impl.PoolBase$1$1 this
         0: .line 92
            aload 0 /* this */
            aload 1
            putfield io.vertx.sqlclient.impl.PoolBase$1$1.this$1:Lio/vertx/sqlclient/impl/PoolBase$1;
            aload 0 /* this */
            aload 2
            putfield io.vertx.sqlclient.impl.PoolBase$1$1.val$conn:Lio/vertx/sqlclient/impl/Connection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.sqlclient.impl.PoolBase$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/impl/PoolBase$1$1;
    MethodParameters:
          Name  Flags
      this$0    final
      val$conn  final

  public <R> void schedule(io.vertx.sqlclient.impl.command.CommandBase<R>, io.vertx.core.Handler<? super io.vertx.sqlclient.impl.command.CommandResponse<R>>);
    descriptor: (Lio/vertx/sqlclient/impl/command/CommandBase;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.sqlclient.impl.PoolBase$1$1 this
        start local 1 // io.vertx.sqlclient.impl.command.CommandBase cmd
        start local 2 // io.vertx.core.Handler handler
         0: .line 95
            aload 1 /* cmd */
            aload 0 /* this */
            aload 2 /* handler */
            invokedynamic handle(Lio/vertx/sqlclient/impl/PoolBase$1$1;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              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;)V
                  io/vertx/sqlclient/impl/PoolBase$1$1.lambda$0(Lio/vertx/core/Handler;Lio/vertx/sqlclient/impl/command/CommandResponse;)V (7)
                  (Lio/vertx/sqlclient/impl/command/CommandResponse;)V
            putfield io.vertx.sqlclient.impl.command.CommandBase.handler:Lio/vertx/core/Handler;
         1: .line 99
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.PoolBase$1$1.val$conn:Lio/vertx/sqlclient/impl/Connection;
            aload 1 /* cmd */
            invokeinterface io.vertx.sqlclient.impl.Connection.schedule:(Lio/vertx/sqlclient/impl/command/CommandBase;)V
         2: .line 100
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.sqlclient.impl.command.CommandBase cmd
        end local 0 // io.vertx.sqlclient.impl.PoolBase$1$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/sqlclient/impl/PoolBase$1$1;
            0    3     1      cmd  Lio/vertx/sqlclient/impl/command/CommandBase<TR;>;
            0    3     2  handler  Lio/vertx/core/Handler<-Lio/vertx/sqlclient/impl/command/CommandResponse<TR;>;>;
    Signature: <R:Ljava/lang/Object;>(Lio/vertx/sqlclient/impl/command/CommandBase<TR;>;Lio/vertx/core/Handler<-Lio/vertx/sqlclient/impl/command/CommandResponse<TR;>;>;)V
    MethodParameters:
         Name  Flags
      cmd      
      handler  

  private void lambda$0(io.vertx.core.Handler, io.vertx.sqlclient.impl.command.CommandResponse);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/sqlclient/impl/command/CommandResponse;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.sqlclient.impl.PoolBase$1$1 this
        start local 2 // io.vertx.sqlclient.impl.command.CommandResponse cr
         0: .line 96
            aload 2 /* cr */
            aload 0 /* this */
            putfield io.vertx.sqlclient.impl.command.CommandResponse.scheduler:Lio/vertx/sqlclient/impl/command/CommandScheduler;
         1: .line 97
            aload 1
            aload 2 /* cr */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 98
            return
        end local 2 // io.vertx.sqlclient.impl.command.CommandResponse cr
        end local 0 // io.vertx.sqlclient.impl.PoolBase$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/sqlclient/impl/PoolBase$1$1;
            0    3     2    cr  Lio/vertx/sqlclient/impl/command/CommandResponse<TR;>;
}
SourceFile: "PoolBase.java"
EnclosingMethod: io.vertx.sqlclient.impl.PoolBase$1.lambda$0:(Lio/vertx/sqlclient/impl/Connection;Lio/vertx/core/Handler;Lio/vertx/sqlclient/impl/command/CommandResponse;)V
NestHost: io.vertx.sqlclient.impl.PoolBase
InnerClasses:
  io.vertx.sqlclient.impl.PoolBase$1
  io.vertx.sqlclient.impl.PoolBase$1$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles