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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 66
            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 67
            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 66
            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 68
            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 49
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 50
      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 51
      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 52
            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 57
            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 62
            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 63
            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 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 73
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.redis.client.Response.delegate:Lio/vertx/redis/client/Response;
         2: .line 74
            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 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 77
            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 85
            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 86
            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.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 94
            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 95
            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.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 103
            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 104
            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 112
            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 113
            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 121
            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 122
            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 130
            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 131
            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 139
            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 140
            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 148
            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 149
            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 158
            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 159
            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 169
            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 170
            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 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 179
            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 180
            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 188
            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 189
            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.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 198
            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 199
            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 207
            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 208
            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 213
            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 66
            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;
}
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
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/redis/client/Response;)