public interface io.vertx.redis.client.Response extends java.lang.Iterable<io.vertx.redis.client.Response>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.redis.client.Response
  super_class: java.lang.Object
{
  public abstract io.vertx.redis.client.ResponseType type();
    descriptor: ()Lio/vertx/redis/client/ResponseType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.util.Map<java.lang.String, io.vertx.redis.client.Response> attributes();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.Response this
         0: .line 61
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            areturn
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/Response;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lio/vertx/redis/client/Response;>;

  public abstract java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.lang.Number toNumber();
    descriptor: ()Ljava/lang/Number;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.Response this
         0: .line 78
            new java.lang.UnsupportedOperationException
            dup
            ldc "This type doesn't hold a Numeric type"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/Response;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})

  public java.lang.Double toDouble();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.redis.client.Response this
         0: .line 86
            aload 0 /* this */
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            astore 1 /* msg */
        start local 1 // java.lang.String msg
         1: .line 87
            aload 1 /* msg */
            ifnull 3
         2: .line 88
            aload 1 /* msg */
            invokestatic java.lang.Double.parseDouble:(Ljava/lang/String;)D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
         3: .line 90
      StackMap locals: java.lang.String
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String msg
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/redis/client/Response;
            1    4     1   msg  Ljava/lang/String;

  public java.lang.Float toFloat();
    descriptor: ()Ljava/lang/Float;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.redis.client.Response this
         0: .line 98
            aload 0 /* this */
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            astore 1 /* msg */
        start local 1 // java.lang.String msg
         1: .line 99
            aload 1 /* msg */
            ifnull 3
         2: .line 100
            aload 1 /* msg */
            invokestatic java.lang.Float.parseFloat:(Ljava/lang/String;)F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            areturn
         3: .line 102
      StackMap locals: java.lang.String
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String msg
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/redis/client/Response;
            1    4     1   msg  Ljava/lang/String;

  public java.math.BigInteger toBigInteger();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.redis.client.Response this
         0: .line 111
            aload 0 /* this */
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            astore 1 /* msg */
        start local 1 // java.lang.String msg
         1: .line 112
            aload 1 /* msg */
            ifnull 3
         2: .line 113
            new java.math.BigInteger
            dup
            aload 1 /* msg */
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;)V
            areturn
         3: .line 115
      StackMap locals: java.lang.String
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String msg
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/redis/client/Response;
            1    4     1   msg  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})

  public java.lang.Long toLong();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.redis.client.Response this
         0: .line 123
            aload 0 /* this */
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            astore 1 /* msg */
        start local 1 // java.lang.String msg
         1: .line 124
            aload 1 /* msg */
            ifnull 3
         2: .line 125
            aload 1 /* msg */
            invokestatic java.lang.Long.parseLong:(Ljava/lang/String;)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
         3: .line 127
      StackMap locals: java.lang.String
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String msg
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/redis/client/Response;
            1    4     1   msg  Ljava/lang/String;

  public java.lang.Integer toInteger();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.redis.client.Response this
         0: .line 135
            aload 0 /* this */
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            astore 1 /* msg */
        start local 1 // java.lang.String msg
         1: .line 136
            aload 1 /* msg */
            ifnull 3
         2: .line 137
            aload 1 /* msg */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         3: .line 139
      StackMap locals: java.lang.String
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String msg
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/redis/client/Response;
            1    4     1   msg  Ljava/lang/String;

  public java.lang.Short toShort();
    descriptor: ()Ljava/lang/Short;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.redis.client.Response this
         0: .line 147
            aload 0 /* this */
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            astore 1 /* msg */
        start local 1 // java.lang.String msg
         1: .line 148
            aload 1 /* msg */
            ifnull 3
         2: .line 149
            aload 1 /* msg */
            invokestatic java.lang.Short.parseShort:(Ljava/lang/String;)S
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
            areturn
         3: .line 151
      StackMap locals: java.lang.String
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String msg
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/redis/client/Response;
            1    4     1   msg  Ljava/lang/String;

  public java.lang.Byte toByte();
    descriptor: ()Ljava/lang/Byte;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.redis.client.Response this
         0: .line 159
            aload 0 /* this */
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            astore 1 /* msg */
        start local 1 // java.lang.String msg
         1: .line 160
            aload 1 /* msg */
            ifnull 3
         2: .line 161
            aload 1 /* msg */
            invokestatic java.lang.Byte.parseByte:(Ljava/lang/String;)B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            areturn
         3: .line 163
      StackMap locals: java.lang.String
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String msg
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/redis/client/Response;
            1    4     1   msg  Ljava/lang/String;

  public java.lang.Boolean toBoolean();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.redis.client.Response this
         0: .line 171
            aload 0 /* this */
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            astore 1 /* msg */
        start local 1 // java.lang.String msg
         1: .line 172
            aload 1 /* msg */
            ifnull 4
         2: .line 174
            aload 1 /* msg */
            invokevirtual java.lang.String.length:()I
            iconst_1
            if_icmpne 3
            aload 1 /* msg */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 116
            if_icmpne 3
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
      StackMap locals: java.lang.String
      StackMap stack:
         3: iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         4: .line 176
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String msg
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/redis/client/Response;
            1    5     1   msg  Ljava/lang/String;

  public java.lang.String toString(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.Response this
        start local 1 // java.nio.charset.Charset encoding
         0: .line 185
            new java.lang.UnsupportedOperationException
            dup
            ldc "This type doesn't hold a Bulk type"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.nio.charset.Charset encoding
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/redis/client/Response;
            0    1     1  encoding  Ljava/nio/charset/Charset;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
          Name  Flags
      encoding  

  public io.vertx.core.buffer.Buffer toBuffer();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.Response this
         0: .line 193
            new java.lang.UnsupportedOperationException
            dup
            ldc "This type doesn't hold a Bulk type"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/Response;

  public byte[] toBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.Response this
         0: .line 202
            new java.lang.UnsupportedOperationException
            dup
            ldc "This type doesn't hold a Bulk type"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/Response;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})

  public io.vertx.redis.client.Response get(int);
    descriptor: (I)Lio/vertx/redis/client/Response;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.Response this
        start local 1 // int index
         0: .line 211
            new java.lang.UnsupportedOperationException
            dup
            ldc "This type doesn't hold an Array type"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int index
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/redis/client/Response;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public io.vertx.redis.client.Response get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/redis/client/Response;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.Response this
        start local 1 // java.lang.String key
         0: .line 221
            new java.lang.UnsupportedOperationException
            dup
            ldc "This type doesn't hold a Map type"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/Response;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public boolean containsKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.Response this
        start local 1 // java.lang.String key
         0: .line 231
            new java.lang.UnsupportedOperationException
            dup
            ldc "This type doesn't hold a Map type"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String key
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/Response;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public java.util.Set<java.lang.String> getKeys();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.Response this
         0: .line 240
            new java.lang.UnsupportedOperationException
            dup
            ldc "This type doesn't hold a Map type"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/Response;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.Response this
         0: .line 248
            new java.lang.UnsupportedOperationException
            dup
            ldc "This type doesn't hold an Array/Map type"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/Response;

  public java.util.Iterator<io.vertx.redis.client.Response> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.Response this
         0: .line 258
            new java.lang.UnsupportedOperationException
            dup
            ldc "This type doesn't hold a Array type"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/Response;
    Signature: ()Ljava/util/Iterator<Lio/vertx/redis/client/Response;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  public java.util.stream.Stream<io.vertx.redis.client.Response> stream();
    descriptor: ()Ljava/util/stream/Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.Response this
         0: .line 267
            aload 0 /* this */
            invokeinterface io.vertx.redis.client.Response.spliterator:()Ljava/util/Spliterator;
            iconst_0
            invokestatic java.util.stream.StreamSupport.stream:(Ljava/util/Spliterator;Z)Ljava/util/stream/Stream;
            areturn
        end local 0 // io.vertx.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/Response;
    Signature: ()Ljava/util/stream/Stream<Lio/vertx/redis/client/Response;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Lio/vertx/redis/client/Response;>;
SourceFile: "Response.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()