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

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

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

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

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.Object o
         0: .line 54
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 55
      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 56
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.reactiverse.reactivex.pgclient.Row
            astore 2 /* that */
        start local 2 // io.reactiverse.reactivex.pgclient.Row that
         4: .line 57
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 2 /* that */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.reactiverse.reactivex.pgclient.Row that
        end local 1 // java.lang.Object o
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/reactiverse/reactivex/pgclient/Row;
    MethodParameters:
      Name  Flags
      o     

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

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

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

  public java.lang.String getColumnName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // int pos
         0: .line 86
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            iload 1 /* pos */
            invokeinterface io.reactiverse.pgclient.Row.getColumnName:(I)Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 87
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // int pos
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1   pos  I
            1    2     2   ret  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      pos   

  public java.lang.Boolean getBoolean(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 96
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getBoolean:(Ljava/lang/String;)Ljava/lang/Boolean;
            astore 2 /* ret */
        start local 2 // java.lang.Boolean ret
         1: .line 97
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Boolean ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Ljava/lang/Boolean;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Object getValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 106
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getValue:(Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* ret */
        start local 2 // java.lang.Object ret
         1: .line 107
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Object ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Short getShort(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Short;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 116
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getShort:(Ljava/lang/String;)Ljava/lang/Short;
            astore 2 /* ret */
        start local 2 // java.lang.Short ret
         1: .line 117
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Short ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Ljava/lang/Short;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Integer getInteger(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 126
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getInteger:(Ljava/lang/String;)Ljava/lang/Integer;
            astore 2 /* ret */
        start local 2 // java.lang.Integer ret
         1: .line 127
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Integer ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Ljava/lang/Integer;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Long getLong(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 136
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getLong:(Ljava/lang/String;)Ljava/lang/Long;
            astore 2 /* ret */
        start local 2 // java.lang.Long ret
         1: .line 137
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Long ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Ljava/lang/Long;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Float getFloat(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Float;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 146
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getFloat:(Ljava/lang/String;)Ljava/lang/Float;
            astore 2 /* ret */
        start local 2 // java.lang.Float ret
         1: .line 147
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Float ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Ljava/lang/Float;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Double getDouble(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 156
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getDouble:(Ljava/lang/String;)Ljava/lang/Double;
            astore 2 /* ret */
        start local 2 // java.lang.Double ret
         1: .line 157
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Double ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Ljava/lang/Double;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String getString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 166
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getString:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 167
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.reactivex.pgclient.data.Json getJson(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactiverse/reactivex/pgclient/data/Json;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 176
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getJson:(Ljava/lang/String;)Lio/reactiverse/pgclient/data/Json;
            invokestatic io.reactiverse.reactivex.pgclient.data.Json.newInstance:(Lio/reactiverse/pgclient/data/Json;)Lio/reactiverse/reactivex/pgclient/data/Json;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.data.Json ret
         1: .line 177
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.data.Json ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Lio/reactiverse/reactivex/pgclient/data/Json;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.reactivex.core.buffer.Buffer getBuffer(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 186
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getBuffer:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.reactivex.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/reactivex/core/buffer/Buffer;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.buffer.Buffer ret
         1: .line 187
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.buffer.Buffer ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.Point getPoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactiverse/pgclient/data/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 196
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getPoint:(Ljava/lang/String;)Lio/reactiverse/pgclient/data/Point;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Point ret
         1: .line 197
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Point ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Lio/reactiverse/pgclient/data/Point;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.Line getLine(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactiverse/pgclient/data/Line;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 206
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getLine:(Ljava/lang/String;)Lio/reactiverse/pgclient/data/Line;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Line ret
         1: .line 207
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Line ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Lio/reactiverse/pgclient/data/Line;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.LineSegment getLineSegment(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactiverse/pgclient/data/LineSegment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 216
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getLineSegment:(Ljava/lang/String;)Lio/reactiverse/pgclient/data/LineSegment;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.LineSegment ret
         1: .line 217
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.LineSegment ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Lio/reactiverse/pgclient/data/LineSegment;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.Box getBox(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactiverse/pgclient/data/Box;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 226
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getBox:(Ljava/lang/String;)Lio/reactiverse/pgclient/data/Box;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Box ret
         1: .line 227
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Box ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Lio/reactiverse/pgclient/data/Box;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.Path getPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactiverse/pgclient/data/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 236
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getPath:(Ljava/lang/String;)Lio/reactiverse/pgclient/data/Path;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Path ret
         1: .line 237
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Path ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Lio/reactiverse/pgclient/data/Path;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.Polygon getPolygon(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactiverse/pgclient/data/Polygon;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 246
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getPolygon:(Ljava/lang/String;)Lio/reactiverse/pgclient/data/Polygon;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Polygon ret
         1: .line 247
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Polygon ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Lio/reactiverse/pgclient/data/Polygon;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.Circle getCircle(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactiverse/pgclient/data/Circle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 256
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getCircle:(Ljava/lang/String;)Lio/reactiverse/pgclient/data/Circle;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Circle ret
         1: .line 257
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Circle ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Lio/reactiverse/pgclient/data/Circle;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.Interval getInterval(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactiverse/pgclient/data/Interval;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 266
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getInterval:(Ljava/lang/String;)Lio/reactiverse/pgclient/data/Interval;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Interval ret
         1: .line 267
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Interval ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Lio/reactiverse/pgclient/data/Interval;
    MethodParameters:
      Name  Flags
      name  

  public java.time.temporal.Temporal getTemporal(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/time/temporal/Temporal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 276
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getTemporal:(Ljava/lang/String;)Ljava/time/temporal/Temporal;
            astore 2 /* ret */
        start local 2 // java.time.temporal.Temporal ret
         1: .line 277
            aload 2 /* ret */
            areturn
        end local 2 // java.time.temporal.Temporal ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Ljava/time/temporal/Temporal;
    MethodParameters:
      Name  Flags
      name  

  public java.time.LocalDate getLocalDate(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/time/LocalDate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 286
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getLocalDate:(Ljava/lang/String;)Ljava/time/LocalDate;
            astore 2 /* ret */
        start local 2 // java.time.LocalDate ret
         1: .line 287
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalDate ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Ljava/time/LocalDate;
    MethodParameters:
      Name  Flags
      name  

  public java.time.LocalTime getLocalTime(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/time/LocalTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 296
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getLocalTime:(Ljava/lang/String;)Ljava/time/LocalTime;
            astore 2 /* ret */
        start local 2 // java.time.LocalTime ret
         1: .line 297
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalTime ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Ljava/time/LocalTime;
    MethodParameters:
      Name  Flags
      name  

  public java.time.LocalDateTime getLocalDateTime(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/time/LocalDateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 306
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getLocalDateTime:(Ljava/lang/String;)Ljava/time/LocalDateTime;
            astore 2 /* ret */
        start local 2 // java.time.LocalDateTime ret
         1: .line 307
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalDateTime ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Ljava/time/LocalDateTime;
    MethodParameters:
      Name  Flags
      name  

  public java.time.OffsetTime getOffsetTime(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/time/OffsetTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 316
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getOffsetTime:(Ljava/lang/String;)Ljava/time/OffsetTime;
            astore 2 /* ret */
        start local 2 // java.time.OffsetTime ret
         1: .line 317
            aload 2 /* ret */
            areturn
        end local 2 // java.time.OffsetTime ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Ljava/time/OffsetTime;
    MethodParameters:
      Name  Flags
      name  

  public java.time.OffsetDateTime getOffsetDateTime(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/time/OffsetDateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 326
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getOffsetDateTime:(Ljava/lang/String;)Ljava/time/OffsetDateTime;
            astore 2 /* ret */
        start local 2 // java.time.OffsetDateTime ret
         1: .line 327
            aload 2 /* ret */
            areturn
        end local 2 // java.time.OffsetDateTime ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Ljava/time/OffsetDateTime;
    MethodParameters:
      Name  Flags
      name  

  public java.util.UUID getUUID(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/UUID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 336
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getUUID:(Ljava/lang/String;)Ljava/util/UUID;
            astore 2 /* ret */
        start local 2 // java.util.UUID ret
         1: .line 337
            aload 2 /* ret */
            areturn
        end local 2 // java.util.UUID ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Ljava/util/UUID;
    MethodParameters:
      Name  Flags
      name  

  public java.math.BigDecimal getBigDecimal(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/math/BigDecimal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 346
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getBigDecimal:(Ljava/lang/String;)Ljava/math/BigDecimal;
            astore 2 /* ret */
        start local 2 // java.math.BigDecimal ret
         1: .line 347
            aload 2 /* ret */
            areturn
        end local 2 // java.math.BigDecimal ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Ljava/math/BigDecimal;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.Numeric getNumeric(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactiverse/pgclient/data/Numeric;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 356
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getNumeric:(Ljava/lang/String;)Lio/reactiverse/pgclient/data/Numeric;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Numeric ret
         1: .line 357
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Numeric ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Lio/reactiverse/pgclient/data/Numeric;
    MethodParameters:
      Name  Flags
      name  

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

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

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

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

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

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

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

  public java.time.LocalDate[] getLocalDateArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Ljava/time/LocalDate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 436
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getLocalDateArray:(Ljava/lang/String;)[Ljava/time/LocalDate;
            astore 2 /* ret */
        start local 2 // java.time.LocalDate[] ret
         1: .line 437
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalDate[] ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  [Ljava/time/LocalDate;
    MethodParameters:
      Name  Flags
      name  

  public java.time.LocalTime[] getLocalTimeArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Ljava/time/LocalTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 446
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getLocalTimeArray:(Ljava/lang/String;)[Ljava/time/LocalTime;
            astore 2 /* ret */
        start local 2 // java.time.LocalTime[] ret
         1: .line 447
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalTime[] ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  [Ljava/time/LocalTime;
    MethodParameters:
      Name  Flags
      name  

  public java.time.OffsetTime[] getOffsetTimeArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Ljava/time/OffsetTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 456
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getOffsetTimeArray:(Ljava/lang/String;)[Ljava/time/OffsetTime;
            astore 2 /* ret */
        start local 2 // java.time.OffsetTime[] ret
         1: .line 457
            aload 2 /* ret */
            areturn
        end local 2 // java.time.OffsetTime[] ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  [Ljava/time/OffsetTime;
    MethodParameters:
      Name  Flags
      name  

  public java.time.LocalDateTime[] getLocalDateTimeArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Ljava/time/LocalDateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 466
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getLocalDateTimeArray:(Ljava/lang/String;)[Ljava/time/LocalDateTime;
            astore 2 /* ret */
        start local 2 // java.time.LocalDateTime[] ret
         1: .line 467
            aload 2 /* ret */
            areturn
        end local 2 // java.time.LocalDateTime[] ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  [Ljava/time/LocalDateTime;
    MethodParameters:
      Name  Flags
      name  

  public java.time.OffsetDateTime[] getOffsetDateTimeArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Ljava/time/OffsetDateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 476
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getOffsetDateTimeArray:(Ljava/lang/String;)[Ljava/time/OffsetDateTime;
            astore 2 /* ret */
        start local 2 // java.time.OffsetDateTime[] ret
         1: .line 477
            aload 2 /* ret */
            areturn
        end local 2 // java.time.OffsetDateTime[] ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  [Ljava/time/OffsetDateTime;
    MethodParameters:
      Name  Flags
      name  

  public java.util.UUID[] getUUIDArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Ljava/util/UUID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 486
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getUUIDArray:(Ljava/lang/String;)[Ljava/util/UUID;
            astore 2 /* ret */
        start local 2 // java.util.UUID[] ret
         1: .line 487
            aload 2 /* ret */
            areturn
        end local 2 // java.util.UUID[] ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  [Ljava/util/UUID;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.Numeric[] getNumericArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Lio/reactiverse/pgclient/data/Numeric;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 496
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getNumericArray:(Ljava/lang/String;)[Lio/reactiverse/pgclient/data/Numeric;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Numeric[] ret
         1: .line 497
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Numeric[] ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  [Lio/reactiverse/pgclient/data/Numeric;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.Point[] getPointArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Lio/reactiverse/pgclient/data/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 506
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getPointArray:(Ljava/lang/String;)[Lio/reactiverse/pgclient/data/Point;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Point[] ret
         1: .line 507
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Point[] ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  [Lio/reactiverse/pgclient/data/Point;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.Line[] getLineArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Lio/reactiverse/pgclient/data/Line;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 516
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getLineArray:(Ljava/lang/String;)[Lio/reactiverse/pgclient/data/Line;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Line[] ret
         1: .line 517
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Line[] ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  [Lio/reactiverse/pgclient/data/Line;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.LineSegment[] getLineSegmentArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Lio/reactiverse/pgclient/data/LineSegment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 526
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getLineSegmentArray:(Ljava/lang/String;)[Lio/reactiverse/pgclient/data/LineSegment;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.LineSegment[] ret
         1: .line 527
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.LineSegment[] ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  [Lio/reactiverse/pgclient/data/LineSegment;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.Box[] getBoxArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Lio/reactiverse/pgclient/data/Box;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 536
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getBoxArray:(Ljava/lang/String;)[Lio/reactiverse/pgclient/data/Box;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Box[] ret
         1: .line 537
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Box[] ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  [Lio/reactiverse/pgclient/data/Box;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.Path[] getPathArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Lio/reactiverse/pgclient/data/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 546
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getPathArray:(Ljava/lang/String;)[Lio/reactiverse/pgclient/data/Path;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Path[] ret
         1: .line 547
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Path[] ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  [Lio/reactiverse/pgclient/data/Path;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.Polygon[] getPolygonArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Lio/reactiverse/pgclient/data/Polygon;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 556
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getPolygonArray:(Ljava/lang/String;)[Lio/reactiverse/pgclient/data/Polygon;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Polygon[] ret
         1: .line 557
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Polygon[] ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  [Lio/reactiverse/pgclient/data/Polygon;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.Circle[] getCircleArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Lio/reactiverse/pgclient/data/Circle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 566
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getCircleArray:(Ljava/lang/String;)[Lio/reactiverse/pgclient/data/Circle;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Circle[] ret
         1: .line 567
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Circle[] ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  [Lio/reactiverse/pgclient/data/Circle;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.pgclient.data.Interval[] getIntervalArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Lio/reactiverse/pgclient/data/Interval;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.Row this
        start local 1 // java.lang.String name
         0: .line 576
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.Row.delegate:Lio/reactiverse/pgclient/Row;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.Row.getIntervalArray:(Ljava/lang/String;)[Lio/reactiverse/pgclient/data/Interval;
            astore 2 /* ret */
        start local 2 // io.reactiverse.pgclient.data.Interval[] ret
         1: .line 577
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.pgclient.data.Interval[] ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.Row this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/Row;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  [Lio/reactiverse/pgclient/data/Interval;
    MethodParameters:
      Name  Flags
      name  

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

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

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