public class io.reactiverse.pgclient.impl.ArrayTuple extends java.util.ArrayList<java.lang.Object> implements io.reactiverse.pgclient.Tuple
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.reactiverse.pgclient.impl.ArrayTuple
  super_class: java.util.ArrayList
{
  public static io.reactiverse.pgclient.Tuple EMPTY;
    descriptor: Lio/reactiverse/pgclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 42
            new io.reactiverse.pgclient.impl.ArrayTuple
            dup
            iconst_0
            invokespecial io.reactiverse.pgclient.impl.ArrayTuple.<init>:(I)V
            putstatic io.reactiverse.pgclient.impl.ArrayTuple.EMPTY:Lio/reactiverse/pgclient/Tuple;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int len
         0: .line 45
            aload 0 /* this */
            iload 1 /* len */
            invokespecial java.util.ArrayList.<init>:(I)V
         1: .line 46
            return
        end local 1 // int len
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1   len  I
    MethodParameters:
      Name  Flags
      len   

  public void <init>(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.util.Collection c
         0: .line 49
            aload 0 /* this */
            aload 1 /* c */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
         1: .line 50
            return
        end local 1 // java.util.Collection c
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1     c  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)V
    MethodParameters:
      Name  Flags
      c     

  public java.lang.Boolean getBoolean(int);
    descriptor: (I)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 54
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 55
            aload 2 /* val */
            instanceof java.lang.Boolean
            ifeq 3
         2: .line 56
            aload 2 /* val */
            checkcast java.lang.Boolean
            areturn
         3: .line 58
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Object getValue(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 63
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            areturn
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    1     1   pos  I
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Short getShort(int);
    descriptor: (I)Ljava/lang/Short;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 68
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 69
            aload 2 /* val */
            instanceof java.lang.Short
            ifeq 3
         2: .line 70
            aload 2 /* val */
            checkcast java.lang.Short
            areturn
         3: .line 71
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number
            ifeq 5
         4: .line 72
            aload 2 /* val */
            checkcast java.lang.Number
            invokevirtual java.lang.Number.shortValue:()S
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
            areturn
         5: .line 74
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    6     1   pos  I
            1    6     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Integer getInteger(int);
    descriptor: (I)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 79
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 80
            aload 2 /* val */
            instanceof java.lang.Integer
            ifeq 3
         2: .line 81
            aload 2 /* val */
            checkcast java.lang.Integer
            areturn
         3: .line 82
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number
            ifeq 5
         4: .line 83
            aload 2 /* val */
            checkcast java.lang.Number
            invokevirtual java.lang.Number.intValue:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         5: .line 85
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    6     1   pos  I
            1    6     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Long getLong(int);
    descriptor: (I)Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 90
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 91
            aload 2 /* val */
            instanceof java.lang.Long
            ifeq 3
         2: .line 92
            aload 2 /* val */
            checkcast java.lang.Long
            areturn
         3: .line 93
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number
            ifeq 5
         4: .line 94
            aload 2 /* val */
            checkcast java.lang.Number
            invokevirtual java.lang.Number.longValue:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
         5: .line 96
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    6     1   pos  I
            1    6     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Float getFloat(int);
    descriptor: (I)Ljava/lang/Float;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 101
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 102
            aload 2 /* val */
            instanceof java.lang.Float
            ifeq 3
         2: .line 103
            aload 2 /* val */
            checkcast java.lang.Float
            areturn
         3: .line 104
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number
            ifeq 5
         4: .line 105
            aload 2 /* val */
            checkcast java.lang.Number
            invokevirtual java.lang.Number.floatValue:()F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            areturn
         5: .line 107
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    6     1   pos  I
            1    6     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Double getDouble(int);
    descriptor: (I)Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 112
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 113
            aload 2 /* val */
            instanceof java.lang.Double
            ifeq 3
         2: .line 114
            aload 2 /* val */
            checkcast java.lang.Double
            areturn
         3: .line 115
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number
            ifeq 5
         4: .line 116
            aload 2 /* val */
            checkcast java.lang.Number
            invokevirtual java.lang.Number.doubleValue:()D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
         5: .line 118
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    6     1   pos  I
            1    6     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.math.BigDecimal getBigDecimal(int);
    descriptor: (I)Ljava/math/BigDecimal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 123
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 124
            aload 2 /* val */
            instanceof java.math.BigDecimal
            ifeq 3
         2: .line 125
            aload 2 /* val */
            checkcast java.math.BigDecimal
            areturn
         3: .line 126
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number
            ifeq 5
         4: .line 127
            new java.math.BigDecimal
            dup
            aload 2 /* val */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokespecial java.math.BigDecimal.<init>:(Ljava/lang/String;)V
            areturn
         5: .line 129
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    6     1   pos  I
            1    6     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Numeric getNumeric(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Numeric;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 134
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 135
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Numeric
            ifeq 3
         2: .line 136
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Numeric
            areturn
         3: .line 137
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* val */
            instanceof java.lang.Number
            ifeq 5
         4: .line 138
            aload 2 /* val */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokestatic io.reactiverse.pgclient.data.Numeric.parse:(Ljava/lang/String;)Lio/reactiverse/pgclient/data/Numeric;
            areturn
         5: .line 140
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    6     1   pos  I
            1    6     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Point getPoint(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 145
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 146
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Point
            ifeq 3
         2: .line 147
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Point
            areturn
         3: .line 149
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Line getLine(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Line;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 155
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 156
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Line
            ifeq 3
         2: .line 157
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Line
            areturn
         3: .line 159
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.LineSegment getLineSegment(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/LineSegment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 165
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 166
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.LineSegment
            ifeq 3
         2: .line 167
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.LineSegment
            areturn
         3: .line 169
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Box getBox(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Box;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 175
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 176
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Box
            ifeq 3
         2: .line 177
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Box
            areturn
         3: .line 179
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Path getPath(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 185
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 186
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Path
            ifeq 3
         2: .line 187
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Path
            areturn
         3: .line 189
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Polygon getPolygon(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Polygon;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 195
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 196
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Polygon
            ifeq 3
         2: .line 197
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Polygon
            areturn
         3: .line 199
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Circle getCircle(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Circle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 205
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 206
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Circle
            ifeq 3
         2: .line 207
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Circle
            areturn
         3: .line 209
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Interval getInterval(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Interval;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 215
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 216
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Interval
            ifeq 3
         2: .line 217
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Interval
            areturn
         3: .line 219
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Integer[] getIntegerArray(int);
    descriptor: (I)[Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 225
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 226
            aload 2 /* val */
            instanceof java.lang.Integer[]
            ifeq 3
         2: .line 227
            aload 2 /* val */
            checkcast java.lang.Integer[]
            areturn
         3: .line 229
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Boolean[] getBooleanArray(int);
    descriptor: (I)[Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 235
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 236
            aload 2 /* val */
            instanceof java.lang.Boolean[]
            ifeq 3
         2: .line 237
            aload 2 /* val */
            checkcast java.lang.Boolean[]
            areturn
         3: .line 239
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Short[] getShortArray(int);
    descriptor: (I)[Ljava/lang/Short;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 245
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 246
            aload 2 /* val */
            instanceof java.lang.Short[]
            ifeq 3
         2: .line 247
            aload 2 /* val */
            checkcast java.lang.Short[]
            areturn
         3: .line 249
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Long[] getLongArray(int);
    descriptor: (I)[Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 255
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 256
            aload 2 /* val */
            instanceof java.lang.Long[]
            ifeq 3
         2: .line 257
            aload 2 /* val */
            checkcast java.lang.Long[]
            areturn
         3: .line 259
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Float[] getFloatArray(int);
    descriptor: (I)[Ljava/lang/Float;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 265
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 266
            aload 2 /* val */
            instanceof java.lang.Float[]
            ifeq 3
         2: .line 267
            aload 2 /* val */
            checkcast java.lang.Float[]
            areturn
         3: .line 269
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Double[] getDoubleArray(int);
    descriptor: (I)[Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 275
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 276
            aload 2 /* val */
            instanceof java.lang.Double[]
            ifeq 3
         2: .line 277
            aload 2 /* val */
            checkcast java.lang.Double[]
            areturn
         3: .line 279
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.String[] getStringArray(int);
    descriptor: (I)[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 285
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 286
            aload 2 /* val */
            instanceof java.lang.String[]
            ifeq 3
         2: .line 287
            aload 2 /* val */
            checkcast java.lang.String[]
            areturn
         3: .line 289
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.time.LocalDate[] getLocalDateArray(int);
    descriptor: (I)[Ljava/time/LocalDate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 295
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 296
            aload 2 /* val */
            instanceof java.time.LocalDate[]
            ifeq 3
         2: .line 297
            aload 2 /* val */
            checkcast java.time.LocalDate[]
            areturn
         3: .line 299
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.time.LocalTime[] getLocalTimeArray(int);
    descriptor: (I)[Ljava/time/LocalTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 305
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 306
            aload 2 /* val */
            instanceof java.time.LocalTime[]
            ifeq 3
         2: .line 307
            aload 2 /* val */
            checkcast java.time.LocalTime[]
            areturn
         3: .line 309
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.time.OffsetTime[] getOffsetTimeArray(int);
    descriptor: (I)[Ljava/time/OffsetTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 315
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 316
            aload 2 /* val */
            instanceof java.time.OffsetTime[]
            ifeq 3
         2: .line 317
            aload 2 /* val */
            checkcast java.time.OffsetTime[]
            areturn
         3: .line 319
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.time.LocalDateTime[] getLocalDateTimeArray(int);
    descriptor: (I)[Ljava/time/LocalDateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 325
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 326
            aload 2 /* val */
            instanceof java.time.LocalDateTime[]
            ifeq 3
         2: .line 327
            aload 2 /* val */
            checkcast java.time.LocalDateTime[]
            areturn
         3: .line 329
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.time.OffsetDateTime[] getOffsetDateTimeArray(int);
    descriptor: (I)[Ljava/time/OffsetDateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 335
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 336
            aload 2 /* val */
            instanceof java.time.OffsetDateTime[]
            ifeq 3
         2: .line 337
            aload 2 /* val */
            checkcast java.time.OffsetDateTime[]
            areturn
         3: .line 339
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.vertx.core.buffer.Buffer[] getBufferArray(int);
    descriptor: (I)[Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 345
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 346
            aload 2 /* val */
            instanceof io.vertx.core.buffer.Buffer[]
            ifeq 3
         2: .line 347
            aload 2 /* val */
            checkcast io.vertx.core.buffer.Buffer[]
            areturn
         3: .line 349
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.util.UUID[] getUUIDArray(int);
    descriptor: (I)[Ljava/util/UUID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 355
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 356
            aload 2 /* val */
            instanceof java.util.UUID[]
            ifeq 3
         2: .line 357
            aload 2 /* val */
            checkcast java.util.UUID[]
            areturn
         3: .line 359
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Json[] getJsonArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Json;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 365
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 366
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Json[]
            ifeq 3
         2: .line 367
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Json[]
            areturn
         3: .line 369
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Numeric[] getNumericArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Numeric;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 375
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 376
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Numeric[]
            ifeq 3
         2: .line 377
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Numeric[]
            areturn
         3: .line 379
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Point[] getPointArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 385
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 386
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Point[]
            ifeq 3
         2: .line 387
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Point[]
            areturn
         3: .line 389
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Line[] getLineArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Line;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 395
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 396
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Line[]
            ifeq 3
         2: .line 397
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Line[]
            areturn
         3: .line 399
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.LineSegment[] getLineSegmentArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/LineSegment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 405
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 406
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.LineSegment[]
            ifeq 3
         2: .line 407
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.LineSegment[]
            areturn
         3: .line 409
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Box[] getBoxArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Box;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 415
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 416
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Box[]
            ifeq 3
         2: .line 417
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Box[]
            areturn
         3: .line 419
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Path[] getPathArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 425
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 426
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Path[]
            ifeq 3
         2: .line 427
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Path[]
            areturn
         3: .line 429
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Polygon[] getPolygonArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Polygon;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 435
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 436
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Polygon[]
            ifeq 3
         2: .line 437
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Polygon[]
            areturn
         3: .line 439
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Circle[] getCircleArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Circle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 445
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 446
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Circle[]
            ifeq 3
         2: .line 447
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Circle[]
            areturn
         3: .line 449
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Interval[] getIntervalArray(int);
    descriptor: (I)[Lio/reactiverse/pgclient/data/Interval;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 455
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 456
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Interval[]
            ifeq 3
         2: .line 457
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Interval[]
            areturn
         3: .line 459
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.String getString(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 465
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 466
            aload 2 /* val */
            instanceof java.lang.String
            ifeq 3
         2: .line 467
            aload 2 /* val */
            checkcast java.lang.String
            areturn
         3: .line 469
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.data.Json getJson(int);
    descriptor: (I)Lio/reactiverse/pgclient/data/Json;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 474
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 475
            aload 2 /* val */
            instanceof io.reactiverse.pgclient.data.Json
            ifeq 3
         2: .line 476
            aload 2 /* val */
            checkcast io.reactiverse.pgclient.data.Json
            areturn
         3: .line 478
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.vertx.core.buffer.Buffer getBuffer(int);
    descriptor: (I)Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 483
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 484
            aload 2 /* val */
            instanceof io.vertx.core.buffer.Buffer
            ifeq 3
         2: .line 485
            aload 2 /* val */
            checkcast io.vertx.core.buffer.Buffer
            areturn
         3: .line 487
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.time.temporal.Temporal getTemporal(int);
    descriptor: (I)Ljava/time/temporal/Temporal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 492
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 493
            aload 2 /* val */
            instanceof java.time.temporal.Temporal
            ifeq 3
         2: .line 494
            aload 2 /* val */
            checkcast java.time.temporal.Temporal
            areturn
         3: .line 496
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.time.LocalDate getLocalDate(int);
    descriptor: (I)Ljava/time/LocalDate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 501
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 502
            aload 2 /* val */
            instanceof java.time.LocalDate
            ifeq 3
         2: .line 503
            aload 2 /* val */
            checkcast java.time.LocalDate
            areturn
         3: .line 505
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.time.LocalTime getLocalTime(int);
    descriptor: (I)Ljava/time/LocalTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 510
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 511
            aload 2 /* val */
            instanceof java.time.LocalTime
            ifeq 3
         2: .line 512
            aload 2 /* val */
            checkcast java.time.LocalTime
            areturn
         3: .line 514
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.time.LocalDateTime getLocalDateTime(int);
    descriptor: (I)Ljava/time/LocalDateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 519
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 520
            aload 2 /* val */
            instanceof java.time.LocalDateTime
            ifeq 3
         2: .line 521
            aload 2 /* val */
            checkcast java.time.LocalDateTime
            areturn
         3: .line 523
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.time.OffsetTime getOffsetTime(int);
    descriptor: (I)Ljava/time/OffsetTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 528
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 529
            aload 2 /* val */
            instanceof java.time.OffsetTime
            ifeq 3
         2: .line 530
            aload 2 /* val */
            checkcast java.time.OffsetTime
            areturn
         3: .line 532
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.time.OffsetDateTime getOffsetDateTime(int);
    descriptor: (I)Ljava/time/OffsetDateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 537
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 538
            aload 2 /* val */
            instanceof java.time.OffsetDateTime
            ifeq 3
         2: .line 539
            aload 2 /* val */
            checkcast java.time.OffsetDateTime
            areturn
         3: .line 541
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public java.util.UUID getUUID(int);
    descriptor: (I)Ljava/util/UUID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // int pos
         0: .line 546
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.get:(I)Ljava/lang/Object;
            astore 2 /* val */
        start local 2 // java.lang.Object val
         1: .line 547
            aload 2 /* val */
            instanceof java.util.UUID
            ifeq 3
         2: .line 548
            aload 2 /* val */
            checkcast java.util.UUID
            areturn
         3: .line 550
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object val
        end local 1 // int pos
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    4     1   pos  I
            1    4     2   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.pgclient.Tuple addBoolean(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.lang.Boolean value
         0: .line 555
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 556
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Ljava/lang/Boolean;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.lang.Object value
         0: .line 561
            aload 1 /* value */
            instanceof java.lang.Boolean
            ifne 38
         1: .line 562
            aload 1 /* value */
            instanceof java.lang.Number
            ifne 38
         2: .line 563
            aload 1 /* value */
            instanceof java.lang.String
            ifne 38
         3: .line 564
            aload 1 /* value */
            instanceof io.vertx.core.buffer.Buffer
            ifne 38
         4: .line 565
            aload 1 /* value */
            instanceof java.time.LocalTime
            ifne 38
         5: .line 566
            aload 1 /* value */
            instanceof java.time.OffsetTime
            ifne 38
         6: .line 567
            aload 1 /* value */
            instanceof java.time.LocalDate
            ifne 38
         7: .line 568
            aload 1 /* value */
            instanceof java.time.LocalDateTime
            ifne 38
         8: .line 569
            aload 1 /* value */
            instanceof java.time.OffsetDateTime
            ifne 38
         9: .line 570
            aload 1 /* value */
            instanceof java.util.UUID
            ifne 38
        10: .line 571
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.Json
            ifne 38
        11: .line 572
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.Point
            ifne 38
        12: .line 573
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.Line
            ifne 38
        13: .line 574
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.LineSegment
            ifne 38
        14: .line 575
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.Box
            ifne 38
        15: .line 576
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.Path
            ifne 38
        16: .line 577
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.Polygon
            ifne 38
        17: .line 578
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.Circle
            ifne 38
        18: .line 579
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.Interval
            ifne 38
        19: .line 580
            aload 1 /* value */
            instanceof java.lang.Boolean[]
            ifne 38
        20: .line 581
            aload 1 /* value */
            instanceof java.lang.Number[]
            ifne 38
        21: .line 582
            aload 1 /* value */
            instanceof java.lang.String[]
            ifne 38
        22: .line 583
            aload 1 /* value */
            instanceof java.time.LocalDate[]
            ifne 38
        23: .line 584
            aload 1 /* value */
            instanceof java.time.LocalTime[]
            ifne 38
        24: .line 585
            aload 1 /* value */
            instanceof java.time.OffsetTime[]
            ifne 38
        25: .line 586
            aload 1 /* value */
            instanceof java.time.LocalDateTime[]
            ifne 38
        26: .line 587
            aload 1 /* value */
            instanceof java.time.OffsetDateTime[]
            ifne 38
        27: .line 588
            aload 1 /* value */
            instanceof java.util.UUID[]
            ifne 38
        28: .line 589
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.Json[]
            ifne 38
        29: .line 590
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.Point[]
            ifne 38
        30: .line 591
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.Line[]
            ifne 38
        31: .line 592
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.LineSegment[]
            ifne 38
        32: .line 593
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.Box[]
            ifne 38
        33: .line 594
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.Path[]
            ifne 38
        34: .line 595
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.Polygon[]
            ifne 38
        35: .line 596
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.Circle[]
            ifne 38
        36: .line 597
            aload 1 /* value */
            instanceof io.reactiverse.pgclient.data.Interval[]
            ifne 38
        37: .line 598
            aload 1 /* value */
            instanceof io.vertx.core.buffer.Buffer[]
            ifeq 40
        38: .line 599
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
        39: .line 600
            goto 41
        40: .line 601
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
        41: .line 603
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   42     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0   42     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addShort(java.lang.Short);
    descriptor: (Ljava/lang/Short;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.lang.Short value
         0: .line 608
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 609
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Short value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Ljava/lang/Short;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addInteger(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.lang.Integer value
         0: .line 614
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 615
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Ljava/lang/Integer;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addLong(java.lang.Long);
    descriptor: (Ljava/lang/Long;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.lang.Long value
         0: .line 620
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 621
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Long value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Ljava/lang/Long;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addFloat(java.lang.Float);
    descriptor: (Ljava/lang/Float;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.lang.Float value
         0: .line 626
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 627
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Float value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Ljava/lang/Float;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addDouble(java.lang.Double);
    descriptor: (Ljava/lang/Double;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.lang.Double value
         0: .line 632
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 633
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Double value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Ljava/lang/Double;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.lang.String value
         0: .line 638
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 639
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addJson(io.reactiverse.pgclient.data.Json);
    descriptor: (Lio/reactiverse/pgclient/data/Json;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Json value
         0: .line 644
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 645
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Json value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Json;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addBuffer(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.vertx.core.buffer.Buffer value
         0: .line 650
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 651
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addTemporal(java.time.temporal.Temporal);
    descriptor: (Ljava/time/temporal/Temporal;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.time.temporal.Temporal value
         0: .line 656
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 657
            aload 0 /* this */
            areturn
        end local 1 // java.time.temporal.Temporal value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Ljava/time/temporal/Temporal;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addLocalDate(java.time.LocalDate);
    descriptor: (Ljava/time/LocalDate;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.time.LocalDate value
         0: .line 662
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 663
            aload 0 /* this */
            areturn
        end local 1 // java.time.LocalDate value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Ljava/time/LocalDate;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addLocalTime(java.time.LocalTime);
    descriptor: (Ljava/time/LocalTime;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.time.LocalTime value
         0: .line 668
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 669
            aload 0 /* this */
            areturn
        end local 1 // java.time.LocalTime value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Ljava/time/LocalTime;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addLocalDateTime(java.time.LocalDateTime);
    descriptor: (Ljava/time/LocalDateTime;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.time.LocalDateTime value
         0: .line 674
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 675
            aload 0 /* this */
            areturn
        end local 1 // java.time.LocalDateTime value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Ljava/time/LocalDateTime;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addOffsetTime(java.time.OffsetTime);
    descriptor: (Ljava/time/OffsetTime;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.time.OffsetTime value
         0: .line 680
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 681
            aload 0 /* this */
            areturn
        end local 1 // java.time.OffsetTime value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Ljava/time/OffsetTime;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addOffsetDateTime(java.time.OffsetDateTime);
    descriptor: (Ljava/time/OffsetDateTime;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.time.OffsetDateTime value
         0: .line 686
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 687
            aload 0 /* this */
            areturn
        end local 1 // java.time.OffsetDateTime value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Ljava/time/OffsetDateTime;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addUUID(java.util.UUID);
    descriptor: (Ljava/util/UUID;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.util.UUID value
         0: .line 692
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 693
            aload 0 /* this */
            areturn
        end local 1 // java.util.UUID value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Ljava/util/UUID;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addBigDecimal(java.math.BigDecimal);
    descriptor: (Ljava/math/BigDecimal;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.math.BigDecimal value
         0: .line 698
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 699
            aload 0 /* this */
            areturn
        end local 1 // java.math.BigDecimal value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Ljava/math/BigDecimal;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addPoint(io.reactiverse.pgclient.data.Point);
    descriptor: (Lio/reactiverse/pgclient/data/Point;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Point value
         0: .line 704
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 705
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Point value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Point;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addLine(io.reactiverse.pgclient.data.Line);
    descriptor: (Lio/reactiverse/pgclient/data/Line;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Line value
         0: .line 710
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 711
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Line value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Line;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addLineSegment(io.reactiverse.pgclient.data.LineSegment);
    descriptor: (Lio/reactiverse/pgclient/data/LineSegment;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.LineSegment value
         0: .line 716
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 717
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.LineSegment value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/LineSegment;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addBox(io.reactiverse.pgclient.data.Box);
    descriptor: (Lio/reactiverse/pgclient/data/Box;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Box value
         0: .line 722
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 723
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Box value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Box;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addPath(io.reactiverse.pgclient.data.Path);
    descriptor: (Lio/reactiverse/pgclient/data/Path;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Path value
         0: .line 728
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 729
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Path value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Path;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addPolygon(io.reactiverse.pgclient.data.Polygon);
    descriptor: (Lio/reactiverse/pgclient/data/Polygon;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Polygon value
         0: .line 734
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 735
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Polygon value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Polygon;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addCircle(io.reactiverse.pgclient.data.Circle);
    descriptor: (Lio/reactiverse/pgclient/data/Circle;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Circle value
         0: .line 740
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 741
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Circle value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Circle;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addInterval(io.reactiverse.pgclient.data.Interval);
    descriptor: (Lio/reactiverse/pgclient/data/Interval;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Interval value
         0: .line 746
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 747
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Interval value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Interval;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addNumeric(io.reactiverse.pgclient.data.Numeric);
    descriptor: (Lio/reactiverse/pgclient/data/Numeric;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Numeric value
         0: .line 752
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 753
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Numeric value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Numeric;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addNumericArray(io.reactiverse.pgclient.data.Numeric[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Numeric;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Numeric[] value
         0: .line 758
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 759
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Numeric[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Numeric;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addPointArray(io.reactiverse.pgclient.data.Point[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Point;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Point[] value
         0: .line 764
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 765
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Point[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Point;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addLineArray(io.reactiverse.pgclient.data.Line[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Line;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Line[] value
         0: .line 770
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 771
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Line[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Line;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addLineSegmentArray(io.reactiverse.pgclient.data.LineSegment[]);
    descriptor: ([Lio/reactiverse/pgclient/data/LineSegment;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.LineSegment[] value
         0: .line 776
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 777
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.LineSegment[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/LineSegment;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addBoxArray(io.reactiverse.pgclient.data.Box[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Box;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Box[] value
         0: .line 782
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 783
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Box[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Box;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addPathArray(io.reactiverse.pgclient.data.Path[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Path;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Path[] value
         0: .line 788
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 789
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Path[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Path;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addPolygonArray(io.reactiverse.pgclient.data.Polygon[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Polygon;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Polygon[] value
         0: .line 794
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 795
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Polygon[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Polygon;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addCircleArray(io.reactiverse.pgclient.data.Circle[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Circle;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Circle[] value
         0: .line 800
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 801
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Circle[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Circle;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addIntervalArray(io.reactiverse.pgclient.data.Interval[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Interval;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Interval[] value
         0: .line 806
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 807
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Interval[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Interval;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addIntegerArray(java.lang.Integer[]);
    descriptor: ([Ljava/lang/Integer;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.lang.Integer[] value
         0: .line 812
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 813
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Ljava/lang/Integer;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addBooleanArray(java.lang.Boolean[]);
    descriptor: ([Ljava/lang/Boolean;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.lang.Boolean[] value
         0: .line 818
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 819
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Ljava/lang/Boolean;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addShortArray(java.lang.Short[]);
    descriptor: ([Ljava/lang/Short;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.lang.Short[] value
         0: .line 824
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 825
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Short[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Ljava/lang/Short;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addLongArray(java.lang.Long[]);
    descriptor: ([Ljava/lang/Long;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.lang.Long[] value
         0: .line 830
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 831
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Long[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Ljava/lang/Long;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addFloatArray(java.lang.Float[]);
    descriptor: ([Ljava/lang/Float;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.lang.Float[] value
         0: .line 836
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 837
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Float[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Ljava/lang/Float;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addDoubleArray(java.lang.Double[]);
    descriptor: ([Ljava/lang/Double;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.lang.Double[] value
         0: .line 842
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 843
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Double[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Ljava/lang/Double;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addStringArray(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.lang.String[] value
         0: .line 848
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 849
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addLocalDateArray(java.time.LocalDate[]);
    descriptor: ([Ljava/time/LocalDate;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.time.LocalDate[] value
         0: .line 854
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 855
            aload 0 /* this */
            areturn
        end local 1 // java.time.LocalDate[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Ljava/time/LocalDate;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addLocalTimeArray(java.time.LocalTime[]);
    descriptor: ([Ljava/time/LocalTime;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.time.LocalTime[] value
         0: .line 860
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 861
            aload 0 /* this */
            areturn
        end local 1 // java.time.LocalTime[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Ljava/time/LocalTime;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addOffsetTimeArray(java.time.OffsetTime[]);
    descriptor: ([Ljava/time/OffsetTime;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.time.OffsetTime[] value
         0: .line 866
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 867
            aload 0 /* this */
            areturn
        end local 1 // java.time.OffsetTime[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Ljava/time/OffsetTime;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addLocalDateTimeArray(java.time.LocalDateTime[]);
    descriptor: ([Ljava/time/LocalDateTime;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.time.LocalDateTime[] value
         0: .line 872
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 873
            aload 0 /* this */
            areturn
        end local 1 // java.time.LocalDateTime[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Ljava/time/LocalDateTime;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addOffsetDateTimeArray(java.time.OffsetDateTime[]);
    descriptor: ([Ljava/time/OffsetDateTime;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.time.OffsetDateTime[] value
         0: .line 878
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 879
            aload 0 /* this */
            areturn
        end local 1 // java.time.OffsetDateTime[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Ljava/time/OffsetDateTime;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addBufferArray(io.vertx.core.buffer.Buffer[]);
    descriptor: ([Lio/vertx/core/buffer/Buffer;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.vertx.core.buffer.Buffer[] value
         0: .line 884
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 885
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Lio/vertx/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addUUIDArray(java.util.UUID[]);
    descriptor: ([Ljava/util/UUID;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // java.util.UUID[] value
         0: .line 890
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 891
            aload 0 /* this */
            areturn
        end local 1 // java.util.UUID[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Ljava/util/UUID;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.pgclient.Tuple addJsonArray(io.reactiverse.pgclient.data.Json[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Json;)Lio/reactiverse/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
        start local 1 // io.reactiverse.pgclient.data.Json[] value
         0: .line 896
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactiverse.pgclient.impl.ArrayTuple.add:(Ljava/lang/Object;)Z
            pop
         1: .line 897
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Json[] value
        end local 0 // io.reactiverse.pgclient.impl.ArrayTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/pgclient/impl/ArrayTuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Json;
    MethodParameters:
       Name  Flags
      value  
}
Signature: Ljava/util/ArrayList<Ljava/lang/Object;>;Lio/reactiverse/pgclient/Tuple;
SourceFile: "ArrayTuple.java"