public interface io.reactiverse.pgclient.Tuple
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.reactiverse.pgclient.Tuple
  super_class: java.lang.Object
{
  public static io.reactiverse.pgclient.Tuple tuple();
    descriptor: ()Lio/reactiverse/pgclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 51
            new io.reactiverse.pgclient.impl.ArrayTuple
            dup
            bipush 10
            invokespecial io.reactiverse.pgclient.impl.ArrayTuple.<init>:(I)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.reactiverse.pgclient.Tuple of(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.Object elt1
         0: .line 61
            new io.reactiverse.pgclient.impl.ArrayTuple
            dup
            iconst_1
            invokespecial io.reactiverse.pgclient.impl.ArrayTuple.<init>:(I)V
            astore 1 /* tuple */
        start local 1 // io.reactiverse.pgclient.impl.ArrayTuple tuple
         1: .line 62
            aload 1 /* tuple */
            aload 0 /* elt1 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         2: .line 63
            aload 1 /* tuple */
            areturn
        end local 1 // io.reactiverse.pgclient.impl.ArrayTuple tuple
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   elt1  Ljava/lang/Object;
            1    3     1  tuple  Lio/reactiverse/pgclient/impl/ArrayTuple;
    MethodParameters:
      Name  Flags
      elt1  

  public static io.reactiverse.pgclient.Tuple of(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object elt2
         0: .line 74
            new io.reactiverse.pgclient.impl.ArrayTuple
            dup
            iconst_2
            invokespecial io.reactiverse.pgclient.impl.ArrayTuple.<init>:(I)V
            astore 2 /* tuple */
        start local 2 // io.reactiverse.pgclient.impl.ArrayTuple tuple
         1: .line 75
            aload 2 /* tuple */
            aload 0 /* elt1 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         2: .line 76
            aload 2 /* tuple */
            aload 1 /* elt2 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         3: .line 77
            aload 2 /* tuple */
            areturn
        end local 2 // io.reactiverse.pgclient.impl.ArrayTuple tuple
        end local 1 // java.lang.Object elt2
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   elt1  Ljava/lang/Object;
            0    4     1   elt2  Ljava/lang/Object;
            1    4     2  tuple  Lio/reactiverse/pgclient/impl/ArrayTuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  

  public static io.reactiverse.pgclient.Tuple of(java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object elt2
        start local 2 // java.lang.Object elt3
         0: .line 89
            new io.reactiverse.pgclient.impl.ArrayTuple
            dup
            iconst_3
            invokespecial io.reactiverse.pgclient.impl.ArrayTuple.<init>:(I)V
            astore 3 /* tuple */
        start local 3 // io.reactiverse.pgclient.impl.ArrayTuple tuple
         1: .line 90
            aload 3 /* tuple */
            aload 0 /* elt1 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         2: .line 91
            aload 3 /* tuple */
            aload 1 /* elt2 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         3: .line 92
            aload 3 /* tuple */
            aload 2 /* elt3 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         4: .line 93
            aload 3 /* tuple */
            areturn
        end local 3 // io.reactiverse.pgclient.impl.ArrayTuple tuple
        end local 2 // java.lang.Object elt3
        end local 1 // java.lang.Object elt2
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   elt1  Ljava/lang/Object;
            0    5     1   elt2  Ljava/lang/Object;
            0    5     2   elt3  Ljava/lang/Object;
            1    5     3  tuple  Lio/reactiverse/pgclient/impl/ArrayTuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  
      elt3  

  public static io.reactiverse.pgclient.Tuple of(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object elt2
        start local 2 // java.lang.Object elt3
        start local 3 // java.lang.Object elt4
         0: .line 106
            new io.reactiverse.pgclient.impl.ArrayTuple
            dup
            iconst_4
            invokespecial io.reactiverse.pgclient.impl.ArrayTuple.<init>:(I)V
            astore 4 /* tuple */
        start local 4 // io.reactiverse.pgclient.impl.ArrayTuple tuple
         1: .line 107
            aload 4 /* tuple */
            aload 0 /* elt1 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         2: .line 108
            aload 4 /* tuple */
            aload 1 /* elt2 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         3: .line 109
            aload 4 /* tuple */
            aload 2 /* elt3 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         4: .line 110
            aload 4 /* tuple */
            aload 3 /* elt4 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         5: .line 111
            aload 4 /* tuple */
            areturn
        end local 4 // io.reactiverse.pgclient.impl.ArrayTuple tuple
        end local 3 // java.lang.Object elt4
        end local 2 // java.lang.Object elt3
        end local 1 // java.lang.Object elt2
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   elt1  Ljava/lang/Object;
            0    6     1   elt2  Ljava/lang/Object;
            0    6     2   elt3  Ljava/lang/Object;
            0    6     3   elt4  Ljava/lang/Object;
            1    6     4  tuple  Lio/reactiverse/pgclient/impl/ArrayTuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  
      elt3  
      elt4  

  public static io.reactiverse.pgclient.Tuple of(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object elt2
        start local 2 // java.lang.Object elt3
        start local 3 // java.lang.Object elt4
        start local 4 // java.lang.Object elt5
         0: .line 125
            new io.reactiverse.pgclient.impl.ArrayTuple
            dup
            iconst_5
            invokespecial io.reactiverse.pgclient.impl.ArrayTuple.<init>:(I)V
            astore 5 /* tuple */
        start local 5 // io.reactiverse.pgclient.impl.ArrayTuple tuple
         1: .line 126
            aload 5 /* tuple */
            aload 0 /* elt1 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         2: .line 127
            aload 5 /* tuple */
            aload 1 /* elt2 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         3: .line 128
            aload 5 /* tuple */
            aload 2 /* elt3 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         4: .line 129
            aload 5 /* tuple */
            aload 3 /* elt4 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         5: .line 130
            aload 5 /* tuple */
            aload 4 /* elt5 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         6: .line 131
            aload 5 /* tuple */
            areturn
        end local 5 // io.reactiverse.pgclient.impl.ArrayTuple tuple
        end local 4 // java.lang.Object elt5
        end local 3 // java.lang.Object elt4
        end local 2 // java.lang.Object elt3
        end local 1 // java.lang.Object elt2
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   elt1  Ljava/lang/Object;
            0    7     1   elt2  Ljava/lang/Object;
            0    7     2   elt3  Ljava/lang/Object;
            0    7     3   elt4  Ljava/lang/Object;
            0    7     4   elt5  Ljava/lang/Object;
            1    7     5  tuple  Lio/reactiverse/pgclient/impl/ArrayTuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  
      elt3  
      elt4  
      elt5  

  public static io.reactiverse.pgclient.Tuple of(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=6
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object elt2
        start local 2 // java.lang.Object elt3
        start local 3 // java.lang.Object elt4
        start local 4 // java.lang.Object elt5
        start local 5 // java.lang.Object elt6
         0: .line 146
            new io.reactiverse.pgclient.impl.ArrayTuple
            dup
            iconst_5
            invokespecial io.reactiverse.pgclient.impl.ArrayTuple.<init>:(I)V
            astore 6 /* tuple */
        start local 6 // io.reactiverse.pgclient.impl.ArrayTuple tuple
         1: .line 147
            aload 6 /* tuple */
            aload 0 /* elt1 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         2: .line 148
            aload 6 /* tuple */
            aload 1 /* elt2 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         3: .line 149
            aload 6 /* tuple */
            aload 2 /* elt3 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         4: .line 150
            aload 6 /* tuple */
            aload 3 /* elt4 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         5: .line 151
            aload 6 /* tuple */
            aload 4 /* elt5 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         6: .line 152
            aload 6 /* tuple */
            aload 5 /* elt6 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         7: .line 153
            aload 6 /* tuple */
            areturn
        end local 6 // io.reactiverse.pgclient.impl.ArrayTuple tuple
        end local 5 // java.lang.Object elt6
        end local 4 // java.lang.Object elt5
        end local 3 // java.lang.Object elt4
        end local 2 // java.lang.Object elt3
        end local 1 // java.lang.Object elt2
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   elt1  Ljava/lang/Object;
            0    8     1   elt2  Ljava/lang/Object;
            0    8     2   elt3  Ljava/lang/Object;
            0    8     3   elt4  Ljava/lang/Object;
            0    8     4   elt5  Ljava/lang/Object;
            0    8     5   elt6  Ljava/lang/Object;
            1    8     6  tuple  Lio/reactiverse/pgclient/impl/ArrayTuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  
      elt3  
      elt4  
      elt5  
      elt6  

  public static io.reactiverse.pgclient.Tuple of(java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;[Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object[] elts
         0: .line 165
            new io.reactiverse.pgclient.impl.ArrayTuple
            dup
            iconst_1
            aload 1 /* elts */
            arraylength
            iadd
            invokespecial io.reactiverse.pgclient.impl.ArrayTuple.<init>:(I)V
            astore 2 /* tuple */
        start local 2 // io.reactiverse.pgclient.impl.ArrayTuple tuple
         1: .line 166
            aload 2 /* tuple */
            aload 0 /* elt1 */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         2: .line 167
            aload 1 /* elts */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 6
      StackMap locals: java.lang.Object java.lang.Object[] io.reactiverse.pgclient.impl.ArrayTuple top int int java.lang.Object[]
      StackMap stack:
         3: aload 6
            iload 4
            aaload
            astore 3 /* elt */
        start local 3 // java.lang.Object elt
         4: .line 168
            aload 2 /* tuple */
            aload 3 /* elt */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
        end local 3 // java.lang.Object elt
         5: .line 167
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 3
         7: .line 170
            aload 2 /* tuple */
            areturn
        end local 2 // io.reactiverse.pgclient.impl.ArrayTuple tuple
        end local 1 // java.lang.Object[] elts
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   elt1  Ljava/lang/Object;
            0    8     1   elts  [Ljava/lang/Object;
            1    8     2  tuple  Lio/reactiverse/pgclient/impl/ArrayTuple;
            4    5     3    elt  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
      Name  Flags
      elt1  
      elts  

  public abstract java.lang.Boolean getBoolean(int);
    descriptor: (I)Ljava/lang/Boolean;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.lang.Object getValue(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.lang.Short getShort(int);
    descriptor: (I)Ljava/lang/Short;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.lang.Integer getInteger(int);
    descriptor: (I)Ljava/lang/Integer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.lang.Long getLong(int);
    descriptor: (I)Ljava/lang/Long;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.lang.Float getFloat(int);
    descriptor: (I)Ljava/lang/Float;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.lang.Double getDouble(int);
    descriptor: (I)Ljava/lang/Double;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.lang.String getString(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Json getJson(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Json;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.time.temporal.Temporal getTemporal(int);
    descriptor: (I)Ljava/time/temporal/Temporal;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.time.LocalDate getLocalDate(int);
    descriptor: (I)Ljava/time/LocalDate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.time.LocalTime getLocalTime(int);
    descriptor: (I)Ljava/time/LocalTime;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.time.LocalDateTime getLocalDateTime(int);
    descriptor: (I)Ljava/time/LocalDateTime;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.time.OffsetTime getOffsetTime(int);
    descriptor: (I)Ljava/time/OffsetTime;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.time.OffsetDateTime getOffsetDateTime(int);
    descriptor: (I)Ljava/time/OffsetDateTime;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.util.UUID getUUID(int);
    descriptor: (I)Ljava/util/UUID;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.math.BigDecimal getBigDecimal(int);
    descriptor: (I)Ljava/math/BigDecimal;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.lang.Integer[] getIntegerArray(int);
    descriptor: (I)[Ljava/lang/Integer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.lang.Boolean[] getBooleanArray(int);
    descriptor: (I)[Ljava/lang/Boolean;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.lang.Short[] getShortArray(int);
    descriptor: (I)[Ljava/lang/Short;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.lang.Long[] getLongArray(int);
    descriptor: (I)[Ljava/lang/Long;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.lang.Float[] getFloatArray(int);
    descriptor: (I)[Ljava/lang/Float;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.lang.Double[] getDoubleArray(int);
    descriptor: (I)[Ljava/lang/Double;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.lang.String[] getStringArray(int);
    descriptor: (I)[Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.time.LocalDate[] getLocalDateArray(int);
    descriptor: (I)[Ljava/time/LocalDate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.time.LocalTime[] getLocalTimeArray(int);
    descriptor: (I)[Ljava/time/LocalTime;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.time.OffsetTime[] getOffsetTimeArray(int);
    descriptor: (I)[Ljava/time/OffsetTime;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.time.LocalDateTime[] getLocalDateTimeArray(int);
    descriptor: (I)[Ljava/time/LocalDateTime;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.time.OffsetDateTime[] getOffsetDateTimeArray(int);
    descriptor: (I)[Ljava/time/OffsetDateTime;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.vertx.core.buffer.Buffer[] getBufferArray(int);
    descriptor: (I)[Lio/vertx/core/buffer/Buffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
      Name  Flags
      pos   

  public abstract java.util.UUID[] getUUIDArray(int);
    descriptor: (I)[Ljava/util/UUID;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Json[] getJsonArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Json;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Numeric[] getNumericArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Numeric;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Point[] getPointArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Point;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Line[] getLineArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Line;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.LineSegment[] getLineSegmentArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/LineSegment;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Box[] getBoxArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Box;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Path[] getPathArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Path;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Polygon[] getPolygonArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Polygon;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Circle[] getCircleArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Circle;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Interval[] getIntervalArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Interval;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Numeric getNumeric(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Numeric;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Point getPoint(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Point;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Line getLine(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Line;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.LineSegment getLineSegment(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/LineSegment;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Box getBox(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Box;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Path getPath(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Path;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Polygon getPolygon(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Polygon;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Circle getCircle(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Circle;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.data.Interval getInterval(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Interval;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.vertx.core.buffer.Buffer getBuffer(int);
    descriptor: (I)Lio/vertx/core/buffer/Buffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pos   

  public abstract io.reactiverse.pgclient.Tuple addBoolean(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addShort(java.lang.Short);
    descriptor: (Ljava/lang/Short;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addInteger(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addLong(java.lang.Long);
    descriptor: (Ljava/lang/Long;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addFloat(java.lang.Float);
    descriptor: (Ljava/lang/Float;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addDouble(java.lang.Double);
    descriptor: (Ljava/lang/Double;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addJson(io.reactiverse.pgclient.data.Json);
    descriptor: (Lio/reactiverse/pgclient/data/Json;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addBuffer(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addTemporal(java.time.temporal.Temporal);
    descriptor: (Ljava/time/temporal/Temporal;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addLocalDate(java.time.LocalDate);
    descriptor: (Ljava/time/LocalDate;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addLocalTime(java.time.LocalTime);
    descriptor: (Ljava/time/LocalTime;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addLocalDateTime(java.time.LocalDateTime);
    descriptor: (Ljava/time/LocalDateTime;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addOffsetTime(java.time.OffsetTime);
    descriptor: (Ljava/time/OffsetTime;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addOffsetDateTime(java.time.OffsetDateTime);
    descriptor: (Ljava/time/OffsetDateTime;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addUUID(java.util.UUID);
    descriptor: (Ljava/util/UUID;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addNumeric(io.reactiverse.pgclient.data.Numeric);
    descriptor: (Lio/reactiverse/pgclient/data/Numeric;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addBigDecimal(java.math.BigDecimal);
    descriptor: (Ljava/math/BigDecimal;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addPoint(io.reactiverse.pgclient.data.Point);
    descriptor: (Lio/reactiverse/pgclient/data/Point;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addLine(io.reactiverse.pgclient.data.Line);
    descriptor: (Lio/reactiverse/pgclient/data/Line;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addLineSegment(io.reactiverse.pgclient.data.LineSegment);
    descriptor: (Lio/reactiverse/pgclient/data/LineSegment;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addBox(io.reactiverse.pgclient.data.Box);
    descriptor: (Lio/reactiverse/pgclient/data/Box;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addPath(io.reactiverse.pgclient.data.Path);
    descriptor: (Lio/reactiverse/pgclient/data/Path;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addPolygon(io.reactiverse.pgclient.data.Polygon);
    descriptor: (Lio/reactiverse/pgclient/data/Polygon;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addCircle(io.reactiverse.pgclient.data.Circle);
    descriptor: (Lio/reactiverse/pgclient/data/Circle;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addInterval(io.reactiverse.pgclient.data.Interval);
    descriptor: (Lio/reactiverse/pgclient/data/Interval;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addIntegerArray(java.lang.Integer[]);
    descriptor: ([Ljava/lang/Integer;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addBooleanArray(java.lang.Boolean[]);
    descriptor: ([Ljava/lang/Boolean;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addShortArray(java.lang.Short[]);
    descriptor: ([Ljava/lang/Short;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addLongArray(java.lang.Long[]);
    descriptor: ([Ljava/lang/Long;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addFloatArray(java.lang.Float[]);
    descriptor: ([Ljava/lang/Float;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addDoubleArray(java.lang.Double[]);
    descriptor: ([Ljava/lang/Double;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addStringArray(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addLocalDateArray(java.time.LocalDate[]);
    descriptor: ([Ljava/time/LocalDate;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addLocalTimeArray(java.time.LocalTime[]);
    descriptor: ([Ljava/time/LocalTime;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addOffsetTimeArray(java.time.OffsetTime[]);
    descriptor: ([Ljava/time/OffsetTime;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addLocalDateTimeArray(java.time.LocalDateTime[]);
    descriptor: ([Ljava/time/LocalDateTime;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addOffsetDateTimeArray(java.time.OffsetDateTime[]);
    descriptor: ([Ljava/time/OffsetDateTime;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addBufferArray(io.vertx.core.buffer.Buffer[]);
    descriptor: ([Lio/vertx/core/buffer/Buffer;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addUUIDArray(java.util.UUID[]);
    descriptor: ([Ljava/util/UUID;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addJsonArray(io.reactiverse.pgclient.data.Json[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Json;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addNumericArray(io.reactiverse.pgclient.data.Numeric[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Numeric;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addPointArray(io.reactiverse.pgclient.data.Point[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Point;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addLineArray(io.reactiverse.pgclient.data.Line[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Line;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addLineSegmentArray(io.reactiverse.pgclient.data.LineSegment[]);
    descriptor: ([Lio/reactiverse/pgclient/data/LineSegment;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addBoxArray(io.reactiverse.pgclient.data.Box[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Box;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addPathArray(io.reactiverse.pgclient.data.Path[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Path;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addPolygonArray(io.reactiverse.pgclient.data.Polygon[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Polygon;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addCircleArray(io.reactiverse.pgclient.data.Circle[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Circle;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract io.reactiverse.pgclient.Tuple addIntervalArray(io.reactiverse.pgclient.data.Interval[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Interval;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      value  

  public abstract int size();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void clear();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Tuple.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()