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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 71
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/reactiverse/reactivex/pgclient/Tuple.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 72
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/reactiverse/reactivex/pgclient/Tuple.getDelegate()Lio/reactiverse/pgclient/Tuple; (5)
                  (Lio/reactiverse/reactivex/pgclient/Tuple;)Ljava/lang/Object;
         2: .line 71
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.reactiverse.reactivex.pgclient.Tuple.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 73
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

  public static io.reactiverse.reactivex.pgclient.Tuple tuple();
    descriptor: ()Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 89
            invokestatic io.reactiverse.pgclient.Tuple.tuple:()Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 0 /* ret */
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 90
            aload 0 /* ret */
            areturn
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0   ret  Lio/reactiverse/reactivex/pgclient/Tuple;

  public static io.reactiverse.reactivex.pgclient.Tuple of(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // java.lang.Object elt1
         0: .line 99
            aload 0 /* elt1 */
            invokestatic io.reactiverse.pgclient.Tuple.of:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 1 /* ret */
        start local 1 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 100
            aload 1 /* ret */
            areturn
        end local 1 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  elt1  Ljava/lang/Object;
            1    2     1   ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
      Name  Flags
      elt1  

  public static io.reactiverse.reactivex.pgclient.Tuple of(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object elt2
         0: .line 110
            aload 0 /* elt1 */
            aload 1 /* elt2 */
            invokestatic io.reactiverse.pgclient.Tuple.of:(Ljava/lang/Object;Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 111
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.lang.Object elt2
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  elt1  Ljava/lang/Object;
            0    2     1  elt2  Ljava/lang/Object;
            1    2     2   ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  

  public static io.reactiverse.reactivex.pgclient.Tuple of(java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object elt2
        start local 2 // java.lang.Object elt3
         0: .line 122
            aload 0 /* elt1 */
            aload 1 /* elt2 */
            aload 2 /* elt3 */
            invokestatic io.reactiverse.pgclient.Tuple.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 3 /* ret */
        start local 3 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 123
            aload 3 /* ret */
            areturn
        end local 3 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 2 // java.lang.Object elt3
        end local 1 // java.lang.Object elt2
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  elt1  Ljava/lang/Object;
            0    2     1  elt2  Ljava/lang/Object;
            0    2     2  elt3  Ljava/lang/Object;
            1    2     3   ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  
      elt3  

  public static io.reactiverse.reactivex.pgclient.Tuple of(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object elt2
        start local 2 // java.lang.Object elt3
        start local 3 // java.lang.Object elt4
         0: .line 135
            aload 0 /* elt1 */
            aload 1 /* elt2 */
            aload 2 /* elt3 */
            aload 3 /* elt4 */
            invokestatic io.reactiverse.pgclient.Tuple.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 4 /* ret */
        start local 4 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 136
            aload 4 /* ret */
            areturn
        end local 4 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 3 // java.lang.Object elt4
        end local 2 // java.lang.Object elt3
        end local 1 // java.lang.Object elt2
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  elt1  Ljava/lang/Object;
            0    2     1  elt2  Ljava/lang/Object;
            0    2     2  elt3  Ljava/lang/Object;
            0    2     3  elt4  Ljava/lang/Object;
            1    2     4   ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  
      elt3  
      elt4  

  public static io.reactiverse.reactivex.pgclient.Tuple of(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object elt2
        start local 2 // java.lang.Object elt3
        start local 3 // java.lang.Object elt4
        start local 4 // java.lang.Object elt5
         0: .line 149
            aload 0 /* elt1 */
            aload 1 /* elt2 */
            aload 2 /* elt3 */
            aload 3 /* elt4 */
            aload 4 /* elt5 */
            invokestatic io.reactiverse.pgclient.Tuple.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 5 /* ret */
        start local 5 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 150
            aload 5 /* ret */
            areturn
        end local 5 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 4 // java.lang.Object elt5
        end local 3 // java.lang.Object elt4
        end local 2 // java.lang.Object elt3
        end local 1 // java.lang.Object elt2
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  elt1  Ljava/lang/Object;
            0    2     1  elt2  Ljava/lang/Object;
            0    2     2  elt3  Ljava/lang/Object;
            0    2     3  elt4  Ljava/lang/Object;
            0    2     4  elt5  Ljava/lang/Object;
            1    2     5   ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  
      elt3  
      elt4  
      elt5  

  public static io.reactiverse.reactivex.pgclient.Tuple of(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // java.lang.Object elt1
        start local 1 // java.lang.Object elt2
        start local 2 // java.lang.Object elt3
        start local 3 // java.lang.Object elt4
        start local 4 // java.lang.Object elt5
        start local 5 // java.lang.Object elt6
         0: .line 164
            aload 0 /* elt1 */
            aload 1 /* elt2 */
            aload 2 /* elt3 */
            aload 3 /* elt4 */
            aload 4 /* elt5 */
            aload 5 /* elt6 */
            invokestatic io.reactiverse.pgclient.Tuple.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 6 /* ret */
        start local 6 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 165
            aload 6 /* ret */
            areturn
        end local 6 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 5 // java.lang.Object elt6
        end local 4 // java.lang.Object elt5
        end local 3 // java.lang.Object elt4
        end local 2 // java.lang.Object elt3
        end local 1 // java.lang.Object elt2
        end local 0 // java.lang.Object elt1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  elt1  Ljava/lang/Object;
            0    2     1  elt2  Ljava/lang/Object;
            0    2     2  elt3  Ljava/lang/Object;
            0    2     3  elt4  Ljava/lang/Object;
            0    2     4  elt5  Ljava/lang/Object;
            0    2     5  elt6  Ljava/lang/Object;
            1    2     6   ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  
      elt3  
      elt4  
      elt5  
      elt6  

  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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 174
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getBoolean:(I)Ljava/lang/Boolean;
            astore 2 /* ret */
        start local 2 // java.lang.Boolean ret
         1: .line 175
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Boolean ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/lang/Boolean;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Object getValue(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 184
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* ret */
        start local 2 // java.lang.Object ret
         1: .line 185
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Object ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/lang/Object;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 194
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getShort:(I)Ljava/lang/Short;
            astore 2 /* ret */
        start local 2 // java.lang.Short ret
         1: .line 195
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Short ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/lang/Short;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 204
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getInteger:(I)Ljava/lang/Integer;
            astore 2 /* ret */
        start local 2 // java.lang.Integer ret
         1: .line 205
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Integer ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/lang/Integer;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 214
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getLong:(I)Ljava/lang/Long;
            astore 2 /* ret */
        start local 2 // java.lang.Long ret
         1: .line 215
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Long ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/lang/Long;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 224
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getFloat:(I)Ljava/lang/Float;
            astore 2 /* ret */
        start local 2 // java.lang.Float ret
         1: .line 225
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Float ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/lang/Float;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 234
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getDouble:(I)Ljava/lang/Double;
            astore 2 /* ret */
        start local 2 // java.lang.Double ret
         1: .line 235
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Double ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/lang/Double;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 244
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getString:(I)Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 245
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.reactivex.pgclient.data.Json getJson(int);
    descriptor: (I)Lio/reactiverse/reactivex/pgclient/data/Json;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 254
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getJson:(I)Lio/reactiverse/pgclient/data/Json;
            invokestatic io.reactiverse.reactivex.pgclient.data.Json.newInstance:(Lio/reactiverse/pgclient/data/Json;)Lio/reactiverse/reactivex/pgclient/data/Json;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.data.Json ret
         1: .line 255
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.data.Json ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Lio/reactiverse/reactivex/pgclient/data/Json;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 264
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getPoint:(I)Lio/reactiverse/pgclient/data/Point;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Point ret
         1: .line 265
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Point ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Lio/reactiverse/pgclient/data/Point;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 274
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getLine:(I)Lio/reactiverse/pgclient/data/Line;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Line ret
         1: .line 275
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Line ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Lio/reactiverse/pgclient/data/Line;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 284
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getLineSegment:(I)Lio/reactiverse/pgclient/data/LineSegment;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.LineSegment ret
         1: .line 285
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.LineSegment ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Lio/reactiverse/pgclient/data/LineSegment;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 294
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getBox:(I)Lio/reactiverse/pgclient/data/Box;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Box ret
         1: .line 295
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Box ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Lio/reactiverse/pgclient/data/Box;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 304
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getPath:(I)Lio/reactiverse/pgclient/data/Path;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Path ret
         1: .line 305
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Path ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Lio/reactiverse/pgclient/data/Path;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 314
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getPolygon:(I)Lio/reactiverse/pgclient/data/Polygon;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Polygon ret
         1: .line 315
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Polygon ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Lio/reactiverse/pgclient/data/Polygon;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 324
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getCircle:(I)Lio/reactiverse/pgclient/data/Circle;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Circle ret
         1: .line 325
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Circle ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Lio/reactiverse/pgclient/data/Circle;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 334
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getInterval:(I)Lio/reactiverse/pgclient/data/Interval;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Interval ret
         1: .line 335
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Interval ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Lio/reactiverse/pgclient/data/Interval;
    MethodParameters:
      Name  Flags
      pos   

  public io.vertx.reactivex.core.buffer.Buffer getBuffer(int);
    descriptor: (I)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 344
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getBuffer:(I)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.reactivex.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/reactivex/core/buffer/Buffer;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.buffer.Buffer ret
         1: .line 345
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.buffer.Buffer ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.reactivex.pgclient.Tuple addBoolean(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.lang.Boolean value
         0: .line 354
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addBoolean:(Ljava/lang/Boolean;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 355
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Ljava/lang/Boolean;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.lang.Object value
         0: .line 364
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addValue:(Ljava/lang/Object;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 365
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addShort(java.lang.Short);
    descriptor: (Ljava/lang/Short;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.lang.Short value
         0: .line 374
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addShort:(Ljava/lang/Short;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 375
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Short value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Ljava/lang/Short;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addInteger(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.lang.Integer value
         0: .line 384
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addInteger:(Ljava/lang/Integer;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 385
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Ljava/lang/Integer;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addLong(java.lang.Long);
    descriptor: (Ljava/lang/Long;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.lang.Long value
         0: .line 394
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addLong:(Ljava/lang/Long;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 395
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Long value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Ljava/lang/Long;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addFloat(java.lang.Float);
    descriptor: (Ljava/lang/Float;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.lang.Float value
         0: .line 404
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addFloat:(Ljava/lang/Float;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 405
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Float value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Ljava/lang/Float;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addDouble(java.lang.Double);
    descriptor: (Ljava/lang/Double;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.lang.Double value
         0: .line 414
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addDouble:(Ljava/lang/Double;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 415
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Double value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Ljava/lang/Double;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.lang.String value
         0: .line 424
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addString:(Ljava/lang/String;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 425
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addJson(io.reactiverse.reactivex.pgclient.data.Json);
    descriptor: (Lio/reactiverse/reactivex/pgclient/data/Json;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.reactivex.pgclient.data.Json value
         0: .line 434
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokevirtual io.reactiverse.reactivex.pgclient.data.Json.getDelegate:()Lio/reactiverse/pgclient/data/Json;
            invokeinterface io.reactiverse.pgclient.Tuple.addJson:(Lio/reactiverse/pgclient/data/Json;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 435
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.reactivex.pgclient.data.Json value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Lio/reactiverse/reactivex/pgclient/data/Json;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addBuffer(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.vertx.reactivex.core.buffer.Buffer value
         0: .line 444
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.reactiverse.pgclient.Tuple.addBuffer:(Lio/vertx/core/buffer/Buffer;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 445
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.reactivex.core.buffer.Buffer value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addPoint(io.reactiverse.pgclient.data.Point);
    descriptor: (Lio/reactiverse/pgclient/data/Point;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.Point value
         0: .line 454
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addPoint:(Lio/reactiverse/pgclient/data/Point;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 455
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Point value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Point;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addLine(io.reactiverse.pgclient.data.Line);
    descriptor: (Lio/reactiverse/pgclient/data/Line;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.Line value
         0: .line 464
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addLine:(Lio/reactiverse/pgclient/data/Line;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 465
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Line value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Line;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addLineSegment(io.reactiverse.pgclient.data.LineSegment);
    descriptor: (Lio/reactiverse/pgclient/data/LineSegment;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.LineSegment value
         0: .line 474
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addLineSegment:(Lio/reactiverse/pgclient/data/LineSegment;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 475
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.LineSegment value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/LineSegment;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addBox(io.reactiverse.pgclient.data.Box);
    descriptor: (Lio/reactiverse/pgclient/data/Box;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.Box value
         0: .line 484
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addBox:(Lio/reactiverse/pgclient/data/Box;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 485
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Box value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Box;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addPath(io.reactiverse.pgclient.data.Path);
    descriptor: (Lio/reactiverse/pgclient/data/Path;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.Path value
         0: .line 494
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addPath:(Lio/reactiverse/pgclient/data/Path;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 495
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Path value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Path;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addPolygon(io.reactiverse.pgclient.data.Polygon);
    descriptor: (Lio/reactiverse/pgclient/data/Polygon;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.Polygon value
         0: .line 504
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addPolygon:(Lio/reactiverse/pgclient/data/Polygon;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 505
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Polygon value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Polygon;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addCircle(io.reactiverse.pgclient.data.Circle);
    descriptor: (Lio/reactiverse/pgclient/data/Circle;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.Circle value
         0: .line 514
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addCircle:(Lio/reactiverse/pgclient/data/Circle;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 515
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Circle value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Circle;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addInterval(io.reactiverse.pgclient.data.Interval);
    descriptor: (Lio/reactiverse/pgclient/data/Interval;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.Interval value
         0: .line 524
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addInterval:(Lio/reactiverse/pgclient/data/Interval;)Lio/reactiverse/pgclient/Tuple;
            pop
         1: .line 525
            aload 0 /* this */
            areturn
        end local 1 // io.reactiverse.pgclient.data.Interval value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Interval;
    MethodParameters:
       Name  Flags
      value  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
         0: .line 532
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            invokeinterface io.reactiverse.pgclient.Tuple.size:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 533
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            1    2     1   ret  I

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

  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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 546
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getTemporal:(I)Ljava/time/temporal/Temporal;
            astore 2 /* ret */
        start local 2 // java.time.temporal.Temporal ret
         1: .line 547
            aload 2 /* ret */
            areturn
        end local 2 // java.time.temporal.Temporal ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/time/temporal/Temporal;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 556
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getLocalDate:(I)Ljava/time/LocalDate;
            astore 2 /* ret */
        start local 2 // java.time.LocalDate ret
         1: .line 557
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalDate ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/time/LocalDate;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 566
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getLocalTime:(I)Ljava/time/LocalTime;
            astore 2 /* ret */
        start local 2 // java.time.LocalTime ret
         1: .line 567
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalTime ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/time/LocalTime;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 576
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getLocalDateTime:(I)Ljava/time/LocalDateTime;
            astore 2 /* ret */
        start local 2 // java.time.LocalDateTime ret
         1: .line 577
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalDateTime ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/time/LocalDateTime;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 586
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getOffsetTime:(I)Ljava/time/OffsetTime;
            astore 2 /* ret */
        start local 2 // java.time.OffsetTime ret
         1: .line 587
            aload 2 /* ret */
            areturn
        end local 2 // java.time.OffsetTime ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/time/OffsetTime;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 596
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getOffsetDateTime:(I)Ljava/time/OffsetDateTime;
            astore 2 /* ret */
        start local 2 // java.time.OffsetDateTime ret
         1: .line 597
            aload 2 /* ret */
            areturn
        end local 2 // java.time.OffsetDateTime ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/time/OffsetDateTime;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 606
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getUUID:(I)Ljava/util/UUID;
            astore 2 /* ret */
        start local 2 // java.util.UUID ret
         1: .line 607
            aload 2 /* ret */
            areturn
        end local 2 // java.util.UUID ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/util/UUID;
    MethodParameters:
      Name  Flags
      pos   

  public java.math.BigDecimal getBigDecimal(int);
    descriptor: (I)Ljava/math/BigDecimal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 616
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getBigDecimal:(I)Ljava/math/BigDecimal;
            astore 2 /* ret */
        start local 2 // java.math.BigDecimal ret
         1: .line 617
            aload 2 /* ret */
            areturn
        end local 2 // java.math.BigDecimal ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/math/BigDecimal;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 626
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getIntegerArray:(I)[Ljava/lang/Integer;
            astore 2 /* ret */
        start local 2 // java.lang.Integer[] ret
         1: .line 627
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Integer[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Ljava/lang/Integer;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 636
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getBooleanArray:(I)[Ljava/lang/Boolean;
            astore 2 /* ret */
        start local 2 // java.lang.Boolean[] ret
         1: .line 637
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Boolean[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Ljava/lang/Boolean;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 646
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getShortArray:(I)[Ljava/lang/Short;
            astore 2 /* ret */
        start local 2 // java.lang.Short[] ret
         1: .line 647
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Short[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Ljava/lang/Short;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 656
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getLongArray:(I)[Ljava/lang/Long;
            astore 2 /* ret */
        start local 2 // java.lang.Long[] ret
         1: .line 657
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Long[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Ljava/lang/Long;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 666
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getFloatArray:(I)[Ljava/lang/Float;
            astore 2 /* ret */
        start local 2 // java.lang.Float[] ret
         1: .line 667
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Float[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Ljava/lang/Float;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 676
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getDoubleArray:(I)[Ljava/lang/Double;
            astore 2 /* ret */
        start local 2 // java.lang.Double[] ret
         1: .line 677
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Double[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Ljava/lang/Double;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 686
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getStringArray:(I)[Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String[] ret
         1: .line 687
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Ljava/lang/String;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 696
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getLocalDateArray:(I)[Ljava/time/LocalDate;
            astore 2 /* ret */
        start local 2 // java.time.LocalDate[] ret
         1: .line 697
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalDate[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Ljava/time/LocalDate;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 706
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getLocalTimeArray:(I)[Ljava/time/LocalTime;
            astore 2 /* ret */
        start local 2 // java.time.LocalTime[] ret
         1: .line 707
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalTime[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Ljava/time/LocalTime;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 716
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getOffsetTimeArray:(I)[Ljava/time/OffsetTime;
            astore 2 /* ret */
        start local 2 // java.time.OffsetTime[] ret
         1: .line 717
            aload 2 /* ret */
            areturn
        end local 2 // java.time.OffsetTime[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Ljava/time/OffsetTime;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 726
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getLocalDateTimeArray:(I)[Ljava/time/LocalDateTime;
            astore 2 /* ret */
        start local 2 // java.time.LocalDateTime[] ret
         1: .line 727
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalDateTime[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Ljava/time/LocalDateTime;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 736
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getOffsetDateTimeArray:(I)[Ljava/time/OffsetDateTime;
            astore 2 /* ret */
        start local 2 // java.time.OffsetDateTime[] ret
         1: .line 737
            aload 2 /* ret */
            areturn
        end local 2 // java.time.OffsetDateTime[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Ljava/time/OffsetDateTime;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 746
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getUUIDArray:(I)[Ljava/util/UUID;
            astore 2 /* ret */
        start local 2 // java.util.UUID[] ret
         1: .line 747
            aload 2 /* ret */
            areturn
        end local 2 // java.util.UUID[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Ljava/util/UUID;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 756
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getNumericArray:(I)[Lio/reactiverse/pgclient/data/Numeric;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Numeric[] ret
         1: .line 757
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Numeric[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Lio/reactiverse/pgclient/data/Numeric;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 766
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getPointArray:(I)[Lio/reactiverse/pgclient/data/Point;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Point[] ret
         1: .line 767
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Point[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Lio/reactiverse/pgclient/data/Point;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 776
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getLineArray:(I)[Lio/reactiverse/pgclient/data/Line;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Line[] ret
         1: .line 777
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Line[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Lio/reactiverse/pgclient/data/Line;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 786
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getLineSegmentArray:(I)[Lio/reactiverse/pgclient/data/LineSegment;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.LineSegment[] ret
         1: .line 787
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.LineSegment[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Lio/reactiverse/pgclient/data/LineSegment;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 796
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getBoxArray:(I)[Lio/reactiverse/pgclient/data/Box;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Box[] ret
         1: .line 797
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Box[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Lio/reactiverse/pgclient/data/Box;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 806
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getPathArray:(I)[Lio/reactiverse/pgclient/data/Path;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Path[] ret
         1: .line 807
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Path[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Lio/reactiverse/pgclient/data/Path;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 816
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getPolygonArray:(I)[Lio/reactiverse/pgclient/data/Polygon;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Polygon[] ret
         1: .line 817
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Polygon[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Lio/reactiverse/pgclient/data/Polygon;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 826
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getCircleArray:(I)[Lio/reactiverse/pgclient/data/Circle;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Circle[] ret
         1: .line 827
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Circle[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Lio/reactiverse/pgclient/data/Circle;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 836
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getIntervalArray:(I)[Lio/reactiverse/pgclient/data/Interval;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Interval[] ret
         1: .line 837
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Interval[] ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Lio/reactiverse/pgclient/data/Interval;
    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.reactivex.pgclient.Tuple this
        start local 1 // int pos
         0: .line 846
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Tuple.getNumeric:(I)Lio/reactiverse/pgclient/data/Numeric;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Numeric ret
         1: .line 847
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Numeric ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Lio/reactiverse/pgclient/data/Numeric;
    MethodParameters:
      Name  Flags
      pos   

  public io.reactiverse.reactivex.pgclient.Tuple addTemporal(java.time.temporal.Temporal);
    descriptor: (Ljava/time/temporal/Temporal;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.time.temporal.Temporal value
         0: .line 856
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addTemporal:(Ljava/time/temporal/Temporal;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 857
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.time.temporal.Temporal value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Ljava/time/temporal/Temporal;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addLocalDate(java.time.LocalDate);
    descriptor: (Ljava/time/LocalDate;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.time.LocalDate value
         0: .line 866
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addLocalDate:(Ljava/time/LocalDate;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 867
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.time.LocalDate value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Ljava/time/LocalDate;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addLocalTime(java.time.LocalTime);
    descriptor: (Ljava/time/LocalTime;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.time.LocalTime value
         0: .line 876
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addLocalTime:(Ljava/time/LocalTime;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 877
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.time.LocalTime value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Ljava/time/LocalTime;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addLocalDateTime(java.time.LocalDateTime);
    descriptor: (Ljava/time/LocalDateTime;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.time.LocalDateTime value
         0: .line 886
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addLocalDateTime:(Ljava/time/LocalDateTime;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 887
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.time.LocalDateTime value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Ljava/time/LocalDateTime;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addOffsetTime(java.time.OffsetTime);
    descriptor: (Ljava/time/OffsetTime;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.time.OffsetTime value
         0: .line 896
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addOffsetTime:(Ljava/time/OffsetTime;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 897
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.time.OffsetTime value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Ljava/time/OffsetTime;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addOffsetDateTime(java.time.OffsetDateTime);
    descriptor: (Ljava/time/OffsetDateTime;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.time.OffsetDateTime value
         0: .line 906
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addOffsetDateTime:(Ljava/time/OffsetDateTime;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 907
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.time.OffsetDateTime value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Ljava/time/OffsetDateTime;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addUUID(java.util.UUID);
    descriptor: (Ljava/util/UUID;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.util.UUID value
         0: .line 916
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addUUID:(Ljava/util/UUID;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 917
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.util.UUID value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Ljava/util/UUID;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addNumeric(io.reactiverse.pgclient.data.Numeric);
    descriptor: (Lio/reactiverse/pgclient/data/Numeric;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.Numeric value
         0: .line 926
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addNumeric:(Lio/reactiverse/pgclient/data/Numeric;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 927
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // io.reactiverse.pgclient.data.Numeric value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Lio/reactiverse/pgclient/data/Numeric;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addBigDecimal(java.math.BigDecimal);
    descriptor: (Ljava/math/BigDecimal;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.math.BigDecimal value
         0: .line 936
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addBigDecimal:(Ljava/math/BigDecimal;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 937
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.math.BigDecimal value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  Ljava/math/BigDecimal;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addIntegerArray(java.lang.Integer[]);
    descriptor: ([Ljava/lang/Integer;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.lang.Integer[] value
         0: .line 946
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addIntegerArray:([Ljava/lang/Integer;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 947
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.lang.Integer[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Ljava/lang/Integer;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addBooleanArray(java.lang.Boolean[]);
    descriptor: ([Ljava/lang/Boolean;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.lang.Boolean[] value
         0: .line 956
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addBooleanArray:([Ljava/lang/Boolean;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 957
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.lang.Boolean[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Ljava/lang/Boolean;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addShortArray(java.lang.Short[]);
    descriptor: ([Ljava/lang/Short;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.lang.Short[] value
         0: .line 966
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addShortArray:([Ljava/lang/Short;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 967
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.lang.Short[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Ljava/lang/Short;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addLongArray(java.lang.Long[]);
    descriptor: ([Ljava/lang/Long;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.lang.Long[] value
         0: .line 976
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addLongArray:([Ljava/lang/Long;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 977
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.lang.Long[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Ljava/lang/Long;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addFloatArray(java.lang.Float[]);
    descriptor: ([Ljava/lang/Float;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.lang.Float[] value
         0: .line 986
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addFloatArray:([Ljava/lang/Float;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 987
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.lang.Float[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Ljava/lang/Float;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addDoubleArray(java.lang.Double[]);
    descriptor: ([Ljava/lang/Double;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.lang.Double[] value
         0: .line 996
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addDoubleArray:([Ljava/lang/Double;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 997
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.lang.Double[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Ljava/lang/Double;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addStringArray(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.lang.String[] value
         0: .line 1006
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addStringArray:([Ljava/lang/String;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 1007
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.lang.String[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Ljava/lang/String;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addLocalDateArray(java.time.LocalDate[]);
    descriptor: ([Ljava/time/LocalDate;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.time.LocalDate[] value
         0: .line 1016
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addLocalDateArray:([Ljava/time/LocalDate;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 1017
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.time.LocalDate[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Ljava/time/LocalDate;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addLocalTimeArray(java.time.LocalTime[]);
    descriptor: ([Ljava/time/LocalTime;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.time.LocalTime[] value
         0: .line 1026
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addLocalTimeArray:([Ljava/time/LocalTime;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 1027
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.time.LocalTime[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Ljava/time/LocalTime;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addOffsetTimeArray(java.time.OffsetTime[]);
    descriptor: ([Ljava/time/OffsetTime;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.time.OffsetTime[] value
         0: .line 1036
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addOffsetTimeArray:([Ljava/time/OffsetTime;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 1037
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.time.OffsetTime[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Ljava/time/OffsetTime;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addLocalDateTimeArray(java.time.LocalDateTime[]);
    descriptor: ([Ljava/time/LocalDateTime;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.time.LocalDateTime[] value
         0: .line 1046
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addLocalDateTimeArray:([Ljava/time/LocalDateTime;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 1047
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.time.LocalDateTime[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Ljava/time/LocalDateTime;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addOffsetDateTimeArray(java.time.OffsetDateTime[]);
    descriptor: ([Ljava/time/OffsetDateTime;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.time.OffsetDateTime[] value
         0: .line 1056
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addOffsetDateTimeArray:([Ljava/time/OffsetDateTime;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 1057
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.time.OffsetDateTime[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Ljava/time/OffsetDateTime;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addUUIDArray(java.util.UUID[]);
    descriptor: ([Ljava/util/UUID;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // java.util.UUID[] value
         0: .line 1066
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addUUIDArray:([Ljava/util/UUID;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 1067
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // java.util.UUID[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Ljava/util/UUID;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addNumericArray(io.reactiverse.pgclient.data.Numeric[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Numeric;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.Numeric[] value
         0: .line 1076
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addNumericArray:([Lio/reactiverse/pgclient/data/Numeric;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 1077
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // io.reactiverse.pgclient.data.Numeric[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Numeric;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addPointArray(io.reactiverse.pgclient.data.Point[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Point;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.Point[] value
         0: .line 1086
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addPointArray:([Lio/reactiverse/pgclient/data/Point;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 1087
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // io.reactiverse.pgclient.data.Point[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Point;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addLineArray(io.reactiverse.pgclient.data.Line[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Line;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.Line[] value
         0: .line 1096
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addLineArray:([Lio/reactiverse/pgclient/data/Line;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 1097
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // io.reactiverse.pgclient.data.Line[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Line;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addLineSegmentArray(io.reactiverse.pgclient.data.LineSegment[]);
    descriptor: ([Lio/reactiverse/pgclient/data/LineSegment;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.LineSegment[] value
         0: .line 1106
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addLineSegmentArray:([Lio/reactiverse/pgclient/data/LineSegment;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 1107
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // io.reactiverse.pgclient.data.LineSegment[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/LineSegment;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addBoxArray(io.reactiverse.pgclient.data.Box[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Box;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.Box[] value
         0: .line 1116
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addBoxArray:([Lio/reactiverse/pgclient/data/Box;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 1117
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // io.reactiverse.pgclient.data.Box[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Box;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addPathArray(io.reactiverse.pgclient.data.Path[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Path;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.Path[] value
         0: .line 1126
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addPathArray:([Lio/reactiverse/pgclient/data/Path;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 1127
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // io.reactiverse.pgclient.data.Path[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Path;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addPolygonArray(io.reactiverse.pgclient.data.Polygon[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Polygon;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.Polygon[] value
         0: .line 1136
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addPolygonArray:([Lio/reactiverse/pgclient/data/Polygon;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 1137
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // io.reactiverse.pgclient.data.Polygon[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Polygon;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addCircleArray(io.reactiverse.pgclient.data.Circle[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Circle;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.Circle[] value
         0: .line 1146
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addCircleArray:([Lio/reactiverse/pgclient/data/Circle;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 1147
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // io.reactiverse.pgclient.data.Circle[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Circle;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

  public io.reactiverse.reactivex.pgclient.Tuple addIntervalArray(io.reactiverse.pgclient.data.Interval[]);
    descriptor: ([Lio/reactiverse/pgclient/data/Interval;)Lio/reactiverse/reactivex/pgclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Tuple this
        start local 1 // io.reactiverse.pgclient.data.Interval[] value
         0: .line 1156
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Tuple.delegate:Lio/reactiverse/pgclient/Tuple;
            aload 1 /* value */
            invokeinterface io.reactiverse.pgclient.Tuple.addIntervalArray:([Lio/reactiverse/pgclient/data/Interval;)Lio/reactiverse/pgclient/Tuple;
            invokestatic io.reactiverse.reactivex.pgclient.Tuple.newInstance:(Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/reactivex/pgclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
         1: .line 1157
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.Tuple ret
        end local 1 // io.reactiverse.pgclient.data.Interval[] value
        end local 0 // io.reactiverse.reactivex.pgclient.Tuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactiverse/reactivex/pgclient/Tuple;
            0    2     1  value  [Lio/reactiverse/pgclient/data/Interval;
            1    2     2    ret  Lio/reactiverse/reactivex/pgclient/Tuple;
    MethodParameters:
       Name  Flags
      value  

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

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 71
            new io.reactiverse.reactivex.pgclient.Tuple
            dup
            aload 0 /* obj */
            checkcast io.reactiverse.pgclient.Tuple
            invokespecial io.reactiverse.reactivex.pgclient.Tuple.<init>:(Lio/reactiverse/pgclient/Tuple;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
SourceFile: "Tuple.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/reactiverse/pgclient/Tuple;)