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

  private final io.vertx.redis.client.Response delegate;
    descriptor: Lio/vertx/redis/client/Response;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.redis.client.Response> TYPE_ARG_0;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/rxjava/redis/client/Response;>;

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

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.redis.client.Response this
        start local 1 // java.lang.Object o
         0: .line 61
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 62
      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 63
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.redis.client.Response
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.redis.client.Response that
         4: .line 64
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            aload 2 /* that */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.redis.client.Response that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/redis/client/Response;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/redis/client/Response;
    MethodParameters:
      Name  Flags
      o     

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

  public java.util.Iterator<io.vertx.rxjava.redis.client.Response> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.redis.client.Response this
         0: .line 74
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/redis/client/Response.newInstance(Lio/vertx/redis/client/Response;)Lio/vertx/rxjava/redis/client/Response; (6)
                  (Lio/vertx/redis/client/Response;)Lio/vertx/rxjava/redis/client/Response;
            astore 1 /* conv */
        start local 1 // java.util.function.Function conv
         1: .line 75
            new io.vertx.lang.rx.MappingIterator
            dup
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.iterator:()Ljava/util/Iterator;
            aload 1 /* conv */
            invokespecial io.vertx.lang.rx.MappingIterator.<init>:(Ljava/util/Iterator;Ljava/util/function/Function;)V
            areturn
        end local 1 // java.util.function.Function conv
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1  conv  Ljava/util/function/Function<Lio/vertx/redis/client/Response;Lio/vertx/rxjava/redis/client/Response;>;
    Signature: ()Ljava/util/Iterator<Lio/vertx/rxjava/redis/client/Response;>;

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

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

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

  public io.vertx.redis.client.ResponseType type();
    descriptor: ()Lio/vertx/redis/client/ResponseType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.redis.client.Response this
         0: .line 103
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.type:()Lio/vertx/redis/client/ResponseType;
            astore 1 /* ret */
        start local 1 // io.vertx.redis.client.ResponseType ret
         1: .line 104
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.redis.client.ResponseType ret
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1   ret  Lio/vertx/redis/client/ResponseType;

  public java.util.Map<java.lang.String, io.vertx.rxjava.redis.client.Response> attributes();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.redis.client.Response this
         0: .line 112
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.attributes:()Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/redis/client/Response.lambda$5(Ljava/util/Map$Entry;)Ljava/lang/String; (6)
                  (Ljava/util/Map$Entry;)Ljava/lang/String;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/redis/client/Response.lambda$6(Ljava/util/Map$Entry;)Lio/vertx/rxjava/redis/client/Response; (6)
                  (Ljava/util/Map$Entry;)Lio/vertx/rxjava/redis/client/Response;
            invokestatic java.util.stream.Collectors.toMap:(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.Map
            astore 1 /* ret */
        start local 1 // java.util.Map ret
         1: .line 113
            aload 1 /* ret */
            areturn
        end local 1 // java.util.Map ret
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1   ret  Ljava/util/Map<Ljava/lang/String;Lio/vertx/rxjava/redis/client/Response;>;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lio/vertx/rxjava/redis/client/Response;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.redis.client.Response this
         0: .line 121
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toString:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 122
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.Double toDouble();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.redis.client.Response this
         0: .line 130
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toDouble:()Ljava/lang/Double;
            astore 1 /* ret */
        start local 1 // java.lang.Double ret
         1: .line 131
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Double ret
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1   ret  Ljava/lang/Double;

  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.rxjava.redis.client.Response this
         0: .line 139
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toFloat:()Ljava/lang/Float;
            astore 1 /* ret */
        start local 1 // java.lang.Float ret
         1: .line 140
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Float ret
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1   ret  Ljava/lang/Float;

  public java.lang.Long toLong();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.redis.client.Response this
         0: .line 148
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toLong:()Ljava/lang/Long;
            astore 1 /* ret */
        start local 1 // java.lang.Long ret
         1: .line 149
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Long ret
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1   ret  Ljava/lang/Long;

  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.rxjava.redis.client.Response this
         0: .line 157
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toInteger:()Ljava/lang/Integer;
            astore 1 /* ret */
        start local 1 // java.lang.Integer ret
         1: .line 158
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Integer ret
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1   ret  Ljava/lang/Integer;

  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.rxjava.redis.client.Response this
         0: .line 166
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toShort:()Ljava/lang/Short;
            astore 1 /* ret */
        start local 1 // java.lang.Short ret
         1: .line 167
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Short ret
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1   ret  Ljava/lang/Short;

  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.rxjava.redis.client.Response this
         0: .line 175
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toByte:()Ljava/lang/Byte;
            astore 1 /* ret */
        start local 1 // java.lang.Byte ret
         1: .line 176
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Byte ret
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1   ret  Ljava/lang/Byte;

  public java.lang.Boolean toBoolean();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.redis.client.Response this
         0: .line 184
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toBoolean:()Ljava/lang/Boolean;
            astore 1 /* ret */
        start local 1 // java.lang.Boolean ret
         1: .line 185
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Boolean ret
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1   ret  Ljava/lang/Boolean;

  public io.vertx.rxjava.core.buffer.Buffer toBuffer();
    descriptor: ()Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.redis.client.Response this
         0: .line 193
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toBuffer:()Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.rxjava.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.buffer.Buffer ret
         1: .line 194
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer ret
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1   ret  Lio/vertx/rxjava/core/buffer/Buffer;

  public io.vertx.rxjava.redis.client.Response get(int);
    descriptor: (I)Lio/vertx/rxjava/redis/client/Response;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.redis.client.Response this
        start local 1 // int index
         0: .line 203
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            iload 1 /* index */
            invokeinterface io.vertx.redis.client.Response.get:(I)Lio/vertx/redis/client/Response;
            invokestatic io.vertx.rxjava.redis.client.Response.newInstance:(Lio/vertx/redis/client/Response;)Lio/vertx/rxjava/redis/client/Response;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.redis.client.Response ret
         1: .line 204
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.redis.client.Response ret
        end local 1 // int index
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/redis/client/Response;
            0    2     1  index  I
            1    2     2    ret  Lio/vertx/rxjava/redis/client/Response;
    MethodParameters:
       Name  Flags
      index  

  public io.vertx.rxjava.redis.client.Response get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/redis/client/Response;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.redis.client.Response this
        start local 1 // java.lang.String key
         0: .line 214
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            aload 1 /* key */
            invokeinterface io.vertx.redis.client.Response.get:(Ljava/lang/String;)Lio/vertx/redis/client/Response;
            invokestatic io.vertx.rxjava.redis.client.Response.newInstance:(Lio/vertx/redis/client/Response;)Lio/vertx/rxjava/redis/client/Response;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.redis.client.Response ret
         1: .line 215
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.redis.client.Response ret
        end local 1 // java.lang.String key
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            0    2     1   key  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/rxjava/redis/client/Response;
    MethodParameters:
      Name  Flags
      key   

  public boolean containsKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.redis.client.Response this
        start local 1 // java.lang.String key
         0: .line 225
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            aload 1 /* key */
            invokeinterface io.vertx.redis.client.Response.containsKey:(Ljava/lang/String;)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 226
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // java.lang.String key
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            0    2     1   key  Ljava/lang/String;
            1    2     2   ret  Z
    MethodParameters:
      Name  Flags
      key   

  public java.util.Set<java.lang.String> getKeys();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.redis.client.Response this
         0: .line 235
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.getKeys:()Ljava/util/Set;
            astore 1 /* ret */
        start local 1 // java.util.Set ret
         1: .line 236
            aload 1 /* ret */
            areturn
        end local 1 // java.util.Set ret
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1   ret  Ljava/util/Set<Ljava/lang/String;>;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.redis.client.Response this
         0: .line 244
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.size:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 245
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1   ret  I

  public java.lang.Number toNumber();
    descriptor: ()Ljava/lang/Number;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.redis.client.Response this
         0: .line 254
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toNumber:()Ljava/lang/Number;
            astore 1 /* ret */
        start local 1 // java.lang.Number ret
         1: .line 255
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Number ret
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1   ret  Ljava/lang/Number;

  public java.math.BigInteger toBigInteger();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.redis.client.Response this
         0: .line 263
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toBigInteger:()Ljava/math/BigInteger;
            astore 1 /* ret */
        start local 1 // java.math.BigInteger ret
         1: .line 264
            aload 1 /* ret */
            areturn
        end local 1 // java.math.BigInteger ret
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1   ret  Ljava/math/BigInteger;

  public java.lang.String toString(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.redis.client.Response this
        start local 1 // java.nio.charset.Charset encoding
         0: .line 273
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            aload 1 /* encoding */
            invokeinterface io.vertx.redis.client.Response.toString:(Ljava/nio/charset/Charset;)Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 274
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.nio.charset.Charset encoding
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/redis/client/Response;
            0    2     1  encoding  Ljava/nio/charset/Charset;
            1    2     2       ret  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      encoding  

  public byte[] toBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.redis.client.Response this
         0: .line 282
            aload 0 /* this */
            getfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
            invokeinterface io.vertx.redis.client.Response.toBytes:()[B
            astore 1 /* ret */
        start local 1 // byte[] ret
         1: .line 283
            aload 1 /* ret */
            areturn
        end local 1 // byte[] ret
        end local 0 // io.vertx.rxjava.redis.client.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/redis/client/Response;
            1    2     1   ret  [B

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

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 78
            new io.vertx.rxjava.redis.client.Response
            dup
            aload 0 /* obj */
            checkcast io.vertx.redis.client.Response
            invokespecial io.vertx.rxjava.redis.client.Response.<init>:(Lio/vertx/redis/client/Response;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static java.lang.Object lambda$2(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object o1
         0: .line 96
            aload 0 /* o1 */
            checkcast io.vertx.redis.client.Response
            invokestatic io.vertx.rxjava.redis.client.Response.newInstance:(Lio/vertx/redis/client/Response;)Lio/vertx/rxjava/redis/client/Response;
            areturn
        end local 0 // java.lang.Object o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Ljava/lang/Object;

  private static java.lang.Object lambda$3(io.vertx.rxjava.redis.client.Response);
    descriptor: (Lio/vertx/rxjava/redis/client/Response;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.redis.client.Response o1
         0: .line 96
            aload 0 /* o1 */
            invokevirtual io.vertx.rxjava.redis.client.Response.getDelegate:()Lio/vertx/redis/client/Response;
            areturn
        end local 0 // io.vertx.rxjava.redis.client.Response o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Lio/vertx/rxjava/redis/client/Response;

  private static java.lang.String lambda$5(java.util.Map$Entry);
    descriptor: (Ljava/util/Map$Entry;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.Map$Entry _e
         0: .line 112
            aload 0 /* _e */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // java.util.Map$Entry _e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    _e  Ljava/util/Map$Entry<Ljava/lang/String;Lio/vertx/redis/client/Response;>;

  private static io.vertx.rxjava.redis.client.Response lambda$6(java.util.Map$Entry);
    descriptor: (Ljava/util/Map$Entry;)Lio/vertx/rxjava/redis/client/Response;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.Map$Entry _e
         0: .line 112
            aload 0 /* _e */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.Response
            invokestatic io.vertx.rxjava.redis.client.Response.newInstance:(Lio/vertx/redis/client/Response;)Lio/vertx/rxjava/redis/client/Response;
            areturn
        end local 0 // java.util.Map$Entry _e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    _e  Ljava/util/Map$Entry<Ljava/lang/String;Lio/vertx/redis/client/Response;>;
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Lio/vertx/rxjava/redis/client/Response;>;
SourceFile: "Response.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/redis/client/Response;)