public class io.reactiverse.reactivex.pgclient.PgPool extends io.reactiverse.reactivex.pgclient.PgClient
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.reactiverse.reactivex.pgclient.PgPool
  super_class: io.reactiverse.reactivex.pgclient.PgClient
{
  public static final io.vertx.lang.rx.TypeArg<io.reactiverse.reactivex.pgclient.PgPool> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/reactiverse/reactivex/pgclient/PgPool;>;

  private final io.reactiverse.pgclient.PgPool delegate;
    descriptor: Lio/reactiverse/pgclient/PgPool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 57
            new io.vertx.lang.rx.TypeArg
            dup
            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/reactiverse/reactivex/pgclient/PgPool.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 58
            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/reactiverse/reactivex/pgclient/PgPool.getDelegate()Lio/reactiverse/pgclient/PgPool; (5)
                  (Lio/reactiverse/reactivex/pgclient/PgPool;)Ljava/lang/Object;
         2: .line 57
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.reactiverse.reactivex.pgclient.PgPool.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 59
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
         0: .line 41
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgPool.delegate:Lio/reactiverse/pgclient/PgPool;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/pgclient/PgPool;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 1 // java.lang.Object o
         0: .line 46
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 47
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 48
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.reactiverse.reactivex.pgclient.PgPool
            astore 2 /* that */
        start local 2 // io.reactiverse.reactivex.pgclient.PgPool that
         4: .line 49
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgPool.delegate:Lio/reactiverse/pgclient/PgPool;
            aload 2 /* that */
            getfield io.reactiverse.reactivex.pgclient.PgPool.delegate:Lio/reactiverse/pgclient/PgPool;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.reactiverse.reactivex.pgclient.PgPool that
        end local 1 // java.lang.Object o
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/reactiverse/reactivex/pgclient/PgPool;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
         0: .line 54
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgPool.delegate:Lio/reactiverse/pgclient/PgPool;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/pgclient/PgPool;

  public void <init>(io.reactiverse.pgclient.PgPool);
    descriptor: (Lio/reactiverse/pgclient/PgPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 1 // io.reactiverse.pgclient.PgPool delegate
         0: .line 64
            aload 0 /* this */
            aload 1 /* delegate */
            invokespecial io.reactiverse.reactivex.pgclient.PgClient.<init>:(Lio/reactiverse/pgclient/PgClient;)V
         1: .line 65
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.reactiverse.reactivex.pgclient.PgPool.delegate:Lio/reactiverse/pgclient/PgPool;
         2: .line 66
            return
        end local 1 // io.reactiverse.pgclient.PgPool delegate
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    3     1  delegate  Lio/reactiverse/pgclient/PgPool;
    MethodParameters:
          Name  Flags
      delegate  

  public io.reactiverse.pgclient.PgPool getDelegate();
    descriptor: ()Lio/reactiverse/pgclient/PgPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
         0: .line 69
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgPool.delegate:Lio/reactiverse/pgclient/PgPool;
            areturn
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/pgclient/PgPool;

  public io.reactiverse.reactivex.pgclient.PgPool preparedQuery(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.reactivex.pgclient.PgRowSet>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.Handler handler
         0: .line 73
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgPool.delegate:Lio/reactiverse/pgclient/PgPool;
            aload 1 /* sql */
            new io.reactiverse.reactivex.pgclient.PgPool$1
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.reactiverse.reactivex.pgclient.PgPool$1.<init>:(Lio/reactiverse/reactivex/pgclient/PgPool;Lio/vertx/core/Handler;)V
            invokeinterface io.reactiverse.pgclient.PgPool.preparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
            pop
         1: .line 82
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String sql
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    2     1      sql  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;>;)Lio/reactiverse/reactivex/pgclient/PgPool;
    MethodParameters:
         Name  Flags
      sql      
      handler  

  public io.reactivex.Single<io.reactiverse.reactivex.pgclient.PgRowSet> rxPreparedQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 1 // java.lang.String sql
         0: .line 86
            aload 0 /* this */
            aload 1 /* sql */
            invokedynamic accept(Lio/reactiverse/reactivex/pgclient/PgPool;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/pgclient/PgPool.lambda$2(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String sql
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    1     1   sql  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;
    MethodParameters:
      Name  Flags
      sql   

  public io.reactiverse.reactivex.pgclient.PgPool query(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.reactivex.pgclient.PgRowSet>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.Handler handler
         0: .line 92
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgPool.delegate:Lio/reactiverse/pgclient/PgPool;
            aload 1 /* sql */
            new io.reactiverse.reactivex.pgclient.PgPool$2
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.reactiverse.reactivex.pgclient.PgPool$2.<init>:(Lio/reactiverse/reactivex/pgclient/PgPool;Lio/vertx/core/Handler;)V
            invokeinterface io.reactiverse.pgclient.PgPool.query:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
            pop
         1: .line 101
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String sql
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    2     1      sql  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;>;)Lio/reactiverse/reactivex/pgclient/PgPool;
    MethodParameters:
         Name  Flags
      sql      
      handler  

  public io.reactivex.Single<io.reactiverse.reactivex.pgclient.PgRowSet> rxQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 1 // java.lang.String sql
         0: .line 105
            aload 0 /* this */
            aload 1 /* sql */
            invokedynamic accept(Lio/reactiverse/reactivex/pgclient/PgPool;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/pgclient/PgPool.lambda$3(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String sql
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    1     1   sql  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;
    MethodParameters:
      Name  Flags
      sql   

  public io.reactiverse.reactivex.pgclient.PgPool preparedQuery(java.lang.String, io.reactiverse.reactivex.pgclient.Tuple, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.reactivex.pgclient.PgRowSet>>);
    descriptor: (Ljava/lang/String;Lio/reactiverse/reactivex/pgclient/Tuple;Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 1 // java.lang.String sql
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple arguments
        start local 3 // io.vertx.core.Handler handler
         0: .line 111
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgPool.delegate:Lio/reactiverse/pgclient/PgPool;
            aload 1 /* sql */
            aload 2 /* arguments */
            invokevirtual io.reactiverse.reactivex.pgclient.Tuple.getDelegate:()Lio/reactiverse/pgclient/Tuple;
            new io.reactiverse.reactivex.pgclient.PgPool$3
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.reactiverse.reactivex.pgclient.PgPool$3.<init>:(Lio/reactiverse/reactivex/pgclient/PgPool;Lio/vertx/core/Handler;)V
            invokeinterface io.reactiverse.pgclient.PgPool.preparedQuery:(Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
            pop
         1: .line 120
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple arguments
        end local 1 // java.lang.String sql
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    2     1        sql  Ljava/lang/String;
            0    2     2  arguments  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     3    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;>;
    Signature: (Ljava/lang/String;Lio/reactiverse/reactivex/pgclient/Tuple;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;>;)Lio/reactiverse/reactivex/pgclient/PgPool;
    MethodParameters:
           Name  Flags
      sql        
      arguments  
      handler    

  public io.reactivex.Single<io.reactiverse.reactivex.pgclient.PgRowSet> rxPreparedQuery(java.lang.String, io.reactiverse.reactivex.pgclient.Tuple);
    descriptor: (Ljava/lang/String;Lio/reactiverse/reactivex/pgclient/Tuple;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 1 // java.lang.String sql
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple arguments
         0: .line 124
            aload 0 /* this */
            aload 1 /* sql */
            aload 2 /* arguments */
            invokedynamic accept(Lio/reactiverse/reactivex/pgclient/PgPool;Ljava/lang/String;Lio/reactiverse/reactivex/pgclient/Tuple;)Ljava/util/function/Consumer;
              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/reactivex/pgclient/PgPool.lambda$4(Ljava/lang/String;Lio/reactiverse/reactivex/pgclient/Tuple;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple arguments
        end local 1 // java.lang.String sql
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    1     1        sql  Ljava/lang/String;
            0    1     2  arguments  Lio/reactiverse/reactivex/pgclient/Tuple;
    Signature: (Ljava/lang/String;Lio/reactiverse/reactivex/pgclient/Tuple;)Lio/reactivex/Single<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;
    MethodParameters:
           Name  Flags
      sql        
      arguments  

  public io.reactiverse.reactivex.pgclient.PgPool preparedBatch(java.lang.String, java.util.List<io.reactiverse.reactivex.pgclient.Tuple>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.reactivex.pgclient.PgRowSet>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 1 // java.lang.String sql
        start local 2 // java.util.List batch
        start local 3 // io.vertx.core.Handler handler
         0: .line 130
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgPool.delegate:Lio/reactiverse/pgclient/PgPool;
            aload 1 /* sql */
            aload 2 /* batch */
            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/reactiverse/reactivex/pgclient/PgPool.lambda$5(Lio/reactiverse/reactivex/pgclient/Tuple;)Lio/reactiverse/pgclient/Tuple; (6)
                  (Lio/reactiverse/reactivex/pgclient/Tuple;)Lio/reactiverse/pgclient/Tuple;
            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
            new io.reactiverse.reactivex.pgclient.PgPool$4
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.reactiverse.reactivex.pgclient.PgPool$4.<init>:(Lio/reactiverse/reactivex/pgclient/PgPool;Lio/vertx/core/Handler;)V
            invokeinterface io.reactiverse.pgclient.PgPool.preparedBatch:(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
            pop
         1: .line 139
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List batch
        end local 1 // java.lang.String sql
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    2     1      sql  Ljava/lang/String;
            0    2     2    batch  Ljava/util/List<Lio/reactiverse/reactivex/pgclient/Tuple;>;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/reactiverse/reactivex/pgclient/Tuple;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;>;)Lio/reactiverse/reactivex/pgclient/PgPool;
    MethodParameters:
         Name  Flags
      sql      
      batch    
      handler  

  public io.reactivex.Single<io.reactiverse.reactivex.pgclient.PgRowSet> rxPreparedBatch(java.lang.String, java.util.List<io.reactiverse.reactivex.pgclient.Tuple>);
    descriptor: (Ljava/lang/String;Ljava/util/List;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 1 // java.lang.String sql
        start local 2 // java.util.List batch
         0: .line 143
            aload 0 /* this */
            aload 1 /* sql */
            aload 2 /* batch */
            invokedynamic accept(Lio/reactiverse/reactivex/pgclient/PgPool;Ljava/lang/String;Ljava/util/List;)Ljava/util/function/Consumer;
              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/reactivex/pgclient/PgPool.lambda$6(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // java.util.List batch
        end local 1 // java.lang.String sql
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    1     1    sql  Ljava/lang/String;
            0    1     2  batch  Ljava/util/List<Lio/reactiverse/reactivex/pgclient/Tuple;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/reactiverse/reactivex/pgclient/Tuple;>;)Lio/reactivex/Single<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;
    MethodParameters:
       Name  Flags
      sql    
      batch  

  public void getConnection(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.reactivex.pgclient.PgConnection>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 1 // io.vertx.core.Handler handler
         0: .line 153
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgPool.delegate:Lio/reactiverse/pgclient/PgPool;
            new io.reactiverse.reactivex.pgclient.PgPool$5
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.reactiverse.reactivex.pgclient.PgPool$5.<init>:(Lio/reactiverse/reactivex/pgclient/PgPool;Lio/vertx/core/Handler;)V
            invokeinterface io.reactiverse.pgclient.PgPool.getConnection:(Lio/vertx/core/Handler;)V
         1: .line 162
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgConnection;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgConnection;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Single<io.reactiverse.reactivex.pgclient.PgConnection> rxGetConnection();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
         0: .line 169
            aload 0 /* this */
            invokedynamic accept(Lio/reactiverse/reactivex/pgclient/PgPool;)Ljava/util/function/Consumer;
              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/reactivex/pgclient/PgPool.lambda$7(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/pgclient/PgPool;
    Signature: ()Lio/reactivex/Single<Lio/reactiverse/reactivex/pgclient/PgConnection;>;

  public void begin(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.reactivex.pgclient.PgTransaction>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 1 // io.vertx.core.Handler handler
         0: .line 180
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgPool.delegate:Lio/reactiverse/pgclient/PgPool;
            new io.reactiverse.reactivex.pgclient.PgPool$6
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.reactiverse.reactivex.pgclient.PgPool$6.<init>:(Lio/reactiverse/reactivex/pgclient/PgPool;Lio/vertx/core/Handler;)V
            invokeinterface io.reactiverse.pgclient.PgPool.begin:(Lio/vertx/core/Handler;)V
         1: .line 189
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgTransaction;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgTransaction;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Single<io.reactiverse.reactivex.pgclient.PgTransaction> rxBegin();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
         0: .line 197
            aload 0 /* this */
            invokedynamic accept(Lio/reactiverse/reactivex/pgclient/PgPool;)Ljava/util/function/Consumer;
              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/reactivex/pgclient/PgPool.lambda$8(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/pgclient/PgPool;
    Signature: ()Lio/reactivex/Single<Lio/reactiverse/reactivex/pgclient/PgTransaction;>;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
         0: .line 206
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgPool.delegate:Lio/reactiverse/pgclient/PgPool;
            invokeinterface io.reactiverse.pgclient.PgPool.close:()V
         1: .line 207
            return
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/PgPool;

  public static io.reactiverse.reactivex.pgclient.PgPool newInstance(io.reactiverse.pgclient.PgPool);
    descriptor: (Lio/reactiverse/pgclient/PgPool;)Lio/reactiverse/reactivex/pgclient/PgPool;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactiverse.pgclient.PgPool arg
         0: .line 211
            aload 0 /* arg */
            ifnull 1
            new io.reactiverse.reactivex.pgclient.PgPool
            dup
            aload 0 /* arg */
            invokespecial io.reactiverse.reactivex.pgclient.PgPool.<init>:(Lio/reactiverse/pgclient/PgPool;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.reactiverse.reactivex.pgclient.PgPool
         2: areturn
        end local 0 // io.reactiverse.pgclient.PgPool arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/reactiverse/pgclient/PgPool;
    MethodParameters:
      Name  Flags
      arg   

  public io.reactiverse.reactivex.pgclient.PgClient preparedQuery(java.lang.String, io.reactiverse.reactivex.pgclient.Tuple, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/reactiverse/reactivex/pgclient/Tuple;Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.reactiverse.reactivex.pgclient.PgPool.preparedQuery:(Ljava/lang/String;Lio/reactiverse/reactivex/pgclient/Tuple;Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgPool;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.reactiverse.reactivex.pgclient.PgClient preparedQuery(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.reactiverse.reactivex.pgclient.PgPool.preparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgPool;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.reactiverse.pgclient.PgClient getDelegate();
    descriptor: ()Lio/reactiverse/pgclient/PgClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.reactiverse.reactivex.pgclient.PgPool.getDelegate:()Lio/reactiverse/pgclient/PgPool;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.reactiverse.reactivex.pgclient.PgClient query(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.reactiverse.reactivex.pgclient.PgPool.query:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgPool;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.reactiverse.reactivex.pgclient.PgClient preparedBatch(java.lang.String, java.util.List, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.reactiverse.reactivex.pgclient.PgPool.preparedBatch:(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgPool;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 57
            new io.reactiverse.reactivex.pgclient.PgPool
            dup
            aload 0 /* obj */
            checkcast io.reactiverse.pgclient.PgPool
            invokespecial io.reactiverse.reactivex.pgclient.PgPool.<init>:(Lio/reactiverse/pgclient/PgPool;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private void lambda$2(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 2 // io.vertx.core.Handler handler
         0: .line 87
            aload 0 /* this */
            aload 1
            aload 2 /* handler */
            invokevirtual io.reactiverse.reactivex.pgclient.PgPool.preparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgPool;
            pop
         1: .line 88
            return
        end local 2 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;>;

  private void lambda$3(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 2 // io.vertx.core.Handler handler
         0: .line 106
            aload 0 /* this */
            aload 1
            aload 2 /* handler */
            invokevirtual io.reactiverse.reactivex.pgclient.PgPool.query:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgPool;
            pop
         1: .line 107
            return
        end local 2 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;>;

  private void lambda$4(java.lang.String, io.reactiverse.reactivex.pgclient.Tuple, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/reactiverse/reactivex/pgclient/Tuple;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 3 // io.vertx.core.Handler handler
         0: .line 125
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* handler */
            invokevirtual io.reactiverse.reactivex.pgclient.PgPool.preparedQuery:(Ljava/lang/String;Lio/reactiverse/reactivex/pgclient/Tuple;Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgPool;
            pop
         1: .line 126
            return
        end local 3 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;>;

  private static io.reactiverse.pgclient.Tuple lambda$5(io.reactiverse.reactivex.pgclient.Tuple);
    descriptor: (Lio/reactiverse/reactivex/pgclient/Tuple;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple elt
         0: .line 130
            aload 0 /* elt */
            invokevirtual io.reactiverse.reactivex.pgclient.Tuple.getDelegate:()Lio/reactiverse/pgclient/Tuple;
            areturn
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple elt
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   elt  Lio/reactiverse/reactivex/pgclient/Tuple;

  private void lambda$6(java.lang.String, java.util.List, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 3 // io.vertx.core.Handler handler
         0: .line 144
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* handler */
            invokevirtual io.reactiverse.reactivex.pgclient.PgPool.preparedBatch:(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgPool;
            pop
         1: .line 145
            return
        end local 3 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;>;

  private void lambda$7(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 1 // io.vertx.core.Handler handler
         0: .line 170
            aload 0 /* this */
            aload 1 /* handler */
            invokevirtual io.reactiverse.reactivex.pgclient.PgPool.getConnection:(Lio/vertx/core/Handler;)V
         1: .line 171
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgConnection;>;>;

  private void lambda$8(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.PgPool this
        start local 1 // io.vertx.core.Handler handler
         0: .line 198
            aload 0 /* this */
            aload 1 /* handler */
            invokevirtual io.reactiverse.reactivex.pgclient.PgPool.begin:(Lio/vertx/core/Handler;)V
         1: .line 199
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.reactivex.pgclient.PgPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgPool;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgTransaction;>;>;
}
SourceFile: "PgPool.java"
NestMembers:
  io.reactiverse.reactivex.pgclient.PgPool$1  io.reactiverse.reactivex.pgclient.PgPool$2  io.reactiverse.reactivex.pgclient.PgPool$3  io.reactiverse.reactivex.pgclient.PgPool$4  io.reactiverse.reactivex.pgclient.PgPool$5  io.reactiverse.reactivex.pgclient.PgPool$6
InnerClasses:
  io.reactiverse.reactivex.pgclient.PgPool$1
  io.reactiverse.reactivex.pgclient.PgPool$2
  io.reactiverse.reactivex.pgclient.PgPool$3
  io.reactiverse.reactivex.pgclient.PgPool$4
  io.reactiverse.reactivex.pgclient.PgPool$5
  io.reactiverse.reactivex.pgclient.PgPool$6
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/reactiverse/pgclient/PgPool;)