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

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

  public static final java.lang.Object JSON_NULL;
    descriptor: Ljava/lang/Object;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 59
            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/vertx/rxjava/sqlclient/Tuple.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 60
            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/vertx/rxjava/sqlclient/Tuple.getDelegate()Lio/vertx/sqlclient/Tuple; (5)
                  (Lio/vertx/rxjava/sqlclient/Tuple;)Ljava/lang/Object;
         2: .line 59
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.sqlclient.Tuple.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 779
            getstatic io.vertx.sqlclient.Tuple.JSON_NULL:Ljava/lang/Object;
            putstatic io.vertx.rxjava.sqlclient.Tuple.JSON_NULL:Ljava/lang/Object;
            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.vertx.rxjava.sqlclient.Tuple this
         0: .line 43
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // java.lang.Object o
         0: .line 48
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 49
      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 50
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.sqlclient.Tuple
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.sqlclient.Tuple that
         4: .line 51
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            aload 2 /* that */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.sqlclient.Tuple that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/sqlclient/Tuple;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
         0: .line 56
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/sqlclient/Tuple;

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

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

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

  public static io.vertx.rxjava.sqlclient.Tuple of(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/vertx/rxjava/sqlclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // java.lang.Object elt1
         0: .line 87
            aload 0 /* elt1 */
            invokestatic io.vertx.sqlclient.Tuple.of:(Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            invokestatic io.vertx.rxjava.sqlclient.Tuple.newInstance:(Lio/vertx/sqlclient/Tuple;)Lio/vertx/rxjava/sqlclient/Tuple;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.sqlclient.Tuple ret
         1: .line 88
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.sqlclient.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/vertx/rxjava/sqlclient/Tuple;
    MethodParameters:
      Name  Flags
      elt1  

  public static io.vertx.rxjava.sqlclient.Tuple of(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/rxjava/sqlclient/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 98
            aload 0 /* elt1 */
            aload 1 /* elt2 */
            invokestatic io.vertx.sqlclient.Tuple.of:(Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            invokestatic io.vertx.rxjava.sqlclient.Tuple.newInstance:(Lio/vertx/sqlclient/Tuple;)Lio/vertx/rxjava/sqlclient/Tuple;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.sqlclient.Tuple ret
         1: .line 99
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.sqlclient.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/vertx/rxjava/sqlclient/Tuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  

  public static io.vertx.rxjava.sqlclient.Tuple of(java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/rxjava/sqlclient/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 110
            aload 0 /* elt1 */
            aload 1 /* elt2 */
            aload 2 /* elt3 */
            invokestatic io.vertx.sqlclient.Tuple.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            invokestatic io.vertx.rxjava.sqlclient.Tuple.newInstance:(Lio/vertx/sqlclient/Tuple;)Lio/vertx/rxjava/sqlclient/Tuple;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.sqlclient.Tuple ret
         1: .line 111
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.sqlclient.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/vertx/rxjava/sqlclient/Tuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  
      elt3  

  public static io.vertx.rxjava.sqlclient.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/vertx/rxjava/sqlclient/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 123
            aload 0 /* elt1 */
            aload 1 /* elt2 */
            aload 2 /* elt3 */
            aload 3 /* elt4 */
            invokestatic io.vertx.sqlclient.Tuple.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            invokestatic io.vertx.rxjava.sqlclient.Tuple.newInstance:(Lio/vertx/sqlclient/Tuple;)Lio/vertx/rxjava/sqlclient/Tuple;
            astore 4 /* ret */
        start local 4 // io.vertx.rxjava.sqlclient.Tuple ret
         1: .line 124
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.rxjava.sqlclient.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/vertx/rxjava/sqlclient/Tuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  
      elt3  
      elt4  

  public static io.vertx.rxjava.sqlclient.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/vertx/rxjava/sqlclient/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 137
            aload 0 /* elt1 */
            aload 1 /* elt2 */
            aload 2 /* elt3 */
            aload 3 /* elt4 */
            aload 4 /* elt5 */
            invokestatic io.vertx.sqlclient.Tuple.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            invokestatic io.vertx.rxjava.sqlclient.Tuple.newInstance:(Lio/vertx/sqlclient/Tuple;)Lio/vertx/rxjava/sqlclient/Tuple;
            astore 5 /* ret */
        start local 5 // io.vertx.rxjava.sqlclient.Tuple ret
         1: .line 138
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.rxjava.sqlclient.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/vertx/rxjava/sqlclient/Tuple;
    MethodParameters:
      Name  Flags
      elt1  
      elt2  
      elt3  
      elt4  
      elt5  

  public static io.vertx.rxjava.sqlclient.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/vertx/rxjava/sqlclient/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 152
            aload 0 /* elt1 */
            aload 1 /* elt2 */
            aload 2 /* elt3 */
            aload 3 /* elt4 */
            aload 4 /* elt5 */
            aload 5 /* elt6 */
            invokestatic io.vertx.sqlclient.Tuple.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lio/vertx/sqlclient/Tuple;
            invokestatic io.vertx.rxjava.sqlclient.Tuple.newInstance:(Lio/vertx/sqlclient/Tuple;)Lio/vertx/rxjava/sqlclient/Tuple;
            astore 6 /* ret */
        start local 6 // io.vertx.rxjava.sqlclient.Tuple ret
         1: .line 153
            aload 6 /* ret */
            areturn
        end local 6 // io.vertx.rxjava.sqlclient.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/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 162
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getBoolean:(I)Ljava/lang/Boolean;
            astore 2 /* ret */
        start local 2 // java.lang.Boolean ret
         1: .line 163
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Boolean ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 172
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getValue:(I)Ljava/lang/Object;
            astore 2 /* ret */
        start local 2 // java.lang.Object ret
         1: .line 173
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Object ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 182
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getShort:(I)Ljava/lang/Short;
            astore 2 /* ret */
        start local 2 // java.lang.Short ret
         1: .line 183
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Short ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 192
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getInteger:(I)Ljava/lang/Integer;
            astore 2 /* ret */
        start local 2 // java.lang.Integer ret
         1: .line 193
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Integer ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 202
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getLong:(I)Ljava/lang/Long;
            astore 2 /* ret */
        start local 2 // java.lang.Long ret
         1: .line 203
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Long ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 212
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getFloat:(I)Ljava/lang/Float;
            astore 2 /* ret */
        start local 2 // java.lang.Float ret
         1: .line 213
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Float ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 222
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getDouble:(I)Ljava/lang/Double;
            astore 2 /* ret */
        start local 2 // java.lang.Double ret
         1: .line 223
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Double ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 232
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getString:(I)Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 233
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      pos   

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

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

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

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

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

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

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

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

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

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

  public <T> T get(java.lang.Class<T>, );
    descriptor: (Ljava/lang/Class;I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.sqlclient.Tuple this
         0: .line 337
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.lang.rxjava cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/sqlclient/Tuple;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;I)TT;
    MethodParameters:
      Name  Flags
      type  
      pos   

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.sqlclient.Tuple this
         0: .line 345
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            invokeinterface io.vertx.sqlclient.Tuple.size:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 346
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
         0: .line 350
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            invokeinterface io.vertx.sqlclient.Tuple.clear:()V
         1: .line 351
            return
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 359
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getTemporal:(I)Ljava/time/temporal/Temporal;
            astore 2 /* ret */
        start local 2 // java.time.temporal.Temporal ret
         1: .line 360
            aload 2 /* ret */
            areturn
        end local 2 // java.time.temporal.Temporal ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 369
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getLocalDate:(I)Ljava/time/LocalDate;
            astore 2 /* ret */
        start local 2 // java.time.LocalDate ret
         1: .line 370
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalDate ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 379
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getLocalTime:(I)Ljava/time/LocalTime;
            astore 2 /* ret */
        start local 2 // java.time.LocalTime ret
         1: .line 380
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalTime ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 389
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getLocalDateTime:(I)Ljava/time/LocalDateTime;
            astore 2 /* ret */
        start local 2 // java.time.LocalDateTime ret
         1: .line 390
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalDateTime ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 399
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getOffsetTime:(I)Ljava/time/OffsetTime;
            astore 2 /* ret */
        start local 2 // java.time.OffsetTime ret
         1: .line 400
            aload 2 /* ret */
            areturn
        end local 2 // java.time.OffsetTime ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 409
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getOffsetDateTime:(I)Ljava/time/OffsetDateTime;
            astore 2 /* ret */
        start local 2 // java.time.OffsetDateTime ret
         1: .line 410
            aload 2 /* ret */
            areturn
        end local 2 // java.time.OffsetDateTime ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 419
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getUUID:(I)Ljava/util/UUID;
            astore 2 /* ret */
        start local 2 // java.util.UUID ret
         1: .line 420
            aload 2 /* ret */
            areturn
        end local 2 // java.util.UUID ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 429
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getBigDecimal:(I)Ljava/math/BigDecimal;
            astore 2 /* ret */
        start local 2 // java.math.BigDecimal ret
         1: .line 430
            aload 2 /* ret */
            areturn
        end local 2 // java.math.BigDecimal ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 439
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getIntegerArray:(I)[Ljava/lang/Integer;
            astore 2 /* ret */
        start local 2 // java.lang.Integer[] ret
         1: .line 440
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Integer[] ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 449
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getBooleanArray:(I)[Ljava/lang/Boolean;
            astore 2 /* ret */
        start local 2 // java.lang.Boolean[] ret
         1: .line 450
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Boolean[] ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 459
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getShortArray:(I)[Ljava/lang/Short;
            astore 2 /* ret */
        start local 2 // java.lang.Short[] ret
         1: .line 460
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Short[] ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 469
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getLongArray:(I)[Ljava/lang/Long;
            astore 2 /* ret */
        start local 2 // java.lang.Long[] ret
         1: .line 470
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Long[] ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 479
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getFloatArray:(I)[Ljava/lang/Float;
            astore 2 /* ret */
        start local 2 // java.lang.Float[] ret
         1: .line 480
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Float[] ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 489
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getDoubleArray:(I)[Ljava/lang/Double;
            astore 2 /* ret */
        start local 2 // java.lang.Double[] ret
         1: .line 490
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Double[] ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 499
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getStringArray:(I)[Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String[] ret
         1: .line 500
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String[] ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 509
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getLocalDateArray:(I)[Ljava/time/LocalDate;
            astore 2 /* ret */
        start local 2 // java.time.LocalDate[] ret
         1: .line 510
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalDate[] ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 519
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getLocalTimeArray:(I)[Ljava/time/LocalTime;
            astore 2 /* ret */
        start local 2 // java.time.LocalTime[] ret
         1: .line 520
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalTime[] ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 529
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getOffsetTimeArray:(I)[Ljava/time/OffsetTime;
            astore 2 /* ret */
        start local 2 // java.time.OffsetTime[] ret
         1: .line 530
            aload 2 /* ret */
            areturn
        end local 2 // java.time.OffsetTime[] ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 539
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getLocalDateTimeArray:(I)[Ljava/time/LocalDateTime;
            astore 2 /* ret */
        start local 2 // java.time.LocalDateTime[] ret
         1: .line 540
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalDateTime[] ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 549
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getOffsetDateTimeArray:(I)[Ljava/time/OffsetDateTime;
            astore 2 /* ret */
        start local 2 // java.time.OffsetDateTime[] ret
         1: .line 550
            aload 2 /* ret */
            areturn
        end local 2 // java.time.OffsetDateTime[] ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/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.vertx.rxjava.sqlclient.Tuple this
        start local 1 // int pos
         0: .line 559
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.Tuple.delegate:Lio/vertx/sqlclient/Tuple;
            iload 1 /* pos */
            invokeinterface io.vertx.sqlclient.Tuple.getUUIDArray:(I)[Ljava/util/UUID;
            astore 2 /* ret */
        start local 2 // java.util.UUID[] ret
         1: .line 560
            aload 2 /* ret */
            areturn
        end local 2 // java.util.UUID[] ret
        end local 1 // int pos
        end local 0 // io.vertx.rxjava.sqlclient.Tuple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/sqlclient/Tuple;
            0    2     1   pos  I
            1    2     2   ret  [Ljava/util/UUID;
    MethodParameters:
      Name  Flags
      pos   

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public static io.vertx.rxjava.sqlclient.Tuple newInstance(io.vertx.sqlclient.Tuple);
    descriptor: (Lio/vertx/sqlclient/Tuple;)Lio/vertx/rxjava/sqlclient/Tuple;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.sqlclient.Tuple arg
         0: .line 782
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.sqlclient.Tuple
            dup
            aload 0 /* arg */
            invokespecial io.vertx.rxjava.sqlclient.Tuple.<init>:(Lio/vertx/sqlclient/Tuple;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.rxjava.sqlclient.Tuple
         2: areturn
        end local 0 // io.vertx.sqlclient.Tuple arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/sqlclient/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 59
            new io.vertx.rxjava.sqlclient.Tuple
            dup
            aload 0 /* obj */
            checkcast io.vertx.sqlclient.Tuple
            invokespecial io.vertx.rxjava.sqlclient.Tuple.<init>:(Lio/vertx/sqlclient/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/vertx/sqlclient/Tuple;)