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

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

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

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

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