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

  private final io.vertx.redis.client.RedisAPI delegate;
    descriptor: Lio/vertx/redis/client/RedisAPI;
    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 57
            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/reactivex/redis/client/RedisAPI.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 58
            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/reactivex/redis/client/RedisAPI.getDelegate()Lio/vertx/redis/client/RedisAPI; (5)
                  (Lio/vertx/reactivex/redis/client/RedisAPI;)Ljava/lang/Object;
         2: .line 57
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.redis.client.RedisAPI.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 59
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  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.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.Object o
         0: .line 46
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 47
      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 48
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.redis.client.RedisAPI
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.redis.client.RedisAPI that
         4: .line 49
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 2 /* that */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.redis.client.RedisAPI that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/redis/client/RedisAPI;
    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.reactivex.redis.client.RedisAPI this
         0: .line 54
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;

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

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

  public static io.vertx.reactivex.redis.client.RedisAPI api(io.vertx.reactivex.redis.client.Redis);
    descriptor: (Lio/vertx/reactivex/redis/client/Redis;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.Redis client
         0: .line 72
            aload 0 /* client */
            invokevirtual io.vertx.reactivex.redis.client.Redis.getDelegate:()Lio/vertx/redis/client/Redis;
            invokestatic io.vertx.redis.client.RedisAPI.api:(Lio/vertx/redis/client/Redis;)Lio/vertx/redis/client/RedisAPI;
            invokestatic io.vertx.reactivex.redis.client.RedisAPI.newInstance:(Lio/vertx/redis/client/RedisAPI;)Lio/vertx/reactivex/redis/client/RedisAPI;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.redis.client.RedisAPI ret
         1: .line 73
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.redis.client.RedisAPI ret
        end local 0 // io.vertx.reactivex.redis.client.Redis client
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  client  Lio/vertx/reactivex/redis/client/Redis;
            1    2     1     ret  Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
        Name  Flags
      client  

  public io.vertx.reactivex.redis.client.RedisAPI append(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 77
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$1
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$1.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.append:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 86
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxAppend(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 90
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI asking(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 96
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$2
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$2.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.asking:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 105
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxAsking();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 109
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI auth(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 115
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$3
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$3.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.auth:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 124
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxAuth(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 128
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI bgrewriteaof(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 134
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$4
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$4.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.bgrewriteaof:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 143
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxBgrewriteaof();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 147
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI bgsave(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 153
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$5
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$5.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.bgsave:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 162
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxBgsave(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 166
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI bitcount(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 172
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$6
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$6.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.bitcount:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 181
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxBitcount(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 185
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI bitfield(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 191
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$7
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$7.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.bitfield:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 200
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxBitfield(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 204
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI bitop(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 210
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$8
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$8.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.bitop:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 219
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxBitop(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 223
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI bitpos(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 229
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$9
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$9.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.bitpos:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 238
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxBitpos(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 242
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI blpop(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 248
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$10
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$10.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.blpop:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 257
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxBlpop(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 261
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI brpop(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 267
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$11
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$11.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.brpop:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 276
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxBrpop(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 280
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI brpoplpush(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 286
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$12
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$12.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.brpoplpush:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 295
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxBrpoplpush(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 299
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI bzpopmax(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 305
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$13
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$13.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.bzpopmax:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 314
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxBzpopmax(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 318
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI bzpopmin(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 324
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$14
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$14.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.bzpopmin:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 333
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxBzpopmin(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 337
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI client(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 343
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$15
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$15.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.client:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 352
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxClient(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 356
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI cluster(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 362
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$16
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$16.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.cluster:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 371
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxCluster(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 375
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI command(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 381
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$17
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$17.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.command:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 390
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxCommand(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 394
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI config(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 400
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$18
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$18.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.config:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 409
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxConfig(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 413
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI dbsize(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 419
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$19
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$19.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.dbsize:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 428
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxDbsize();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 432
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI debug(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 438
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$20
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$20.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.debug:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 447
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxDebug(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 451
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI decr(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 457
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$21
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$21.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.decr:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 466
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxDecr(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 470
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI decrby(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 476
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$22
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$22.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.decrby:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 485
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxDecrby(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 489
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI del(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 495
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$23
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$23.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.del:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 504
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxDel(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 508
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI discard(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 514
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$24
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$24.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.discard:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 523
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxDiscard();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 527
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI dump(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 533
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$25
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$25.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.dump:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 542
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxDump(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 546
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI echo(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 552
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$26
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$26.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.echo:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 561
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxEcho(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 565
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI eval(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 571
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$27
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$27.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.eval:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 580
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxEval(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 584
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI evalsha(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 590
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$28
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$28.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.evalsha:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 599
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxEvalsha(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 603
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI exec(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 609
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$29
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$29.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.exec:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 618
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxExec();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 622
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI exists(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 628
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$30
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$30.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.exists:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 637
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxExists(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 641
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI expire(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 647
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$31
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$31.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.expire:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 656
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxExpire(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 660
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI expireat(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 666
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$32
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$32.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.expireat:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 675
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxExpireat(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 679
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI flushall(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 685
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$33
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$33.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.flushall:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 694
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxFlushall(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 698
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI flushdb(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 704
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$34
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$34.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.flushdb:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 713
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxFlushdb(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 717
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI geoadd(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 723
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$35
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$35.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.geoadd:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 732
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxGeoadd(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 736
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI geodist(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 742
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$36
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$36.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.geodist:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 751
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxGeodist(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 755
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI geohash(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 761
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$37
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$37.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.geohash:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 770
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxGeohash(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 774
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI geopos(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 780
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$38
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$38.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.geopos:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 789
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxGeopos(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 793
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI georadius(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 799
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$39
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$39.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.georadius:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 808
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxGeoradius(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 812
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI georadiusRo(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 818
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$40
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$40.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.georadiusRo:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 827
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxGeoradiusRo(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 831
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI georadiusbymember(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 837
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$41
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$41.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.georadiusbymember:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 846
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxGeoradiusbymember(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 850
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI georadiusbymemberRo(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 856
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$42
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$42.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.georadiusbymemberRo:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 865
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxGeoradiusbymemberRo(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 869
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI get(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 875
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$43
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$43.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.get:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 884
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxGet(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 888
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI getbit(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 894
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$44
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$44.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.getbit:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 903
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxGetbit(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 907
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI getrange(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 913
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$45
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$45.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.getrange:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 922
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxGetrange(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 926
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI getset(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 932
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$46
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$46.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.getset:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 941
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxGetset(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 945
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI hdel(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 951
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$47
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$47.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.hdel:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 960
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxHdel(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 964
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI hexists(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 970
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$48
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$48.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.hexists:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 979
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxHexists(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 983
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI hget(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 989
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$49
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$49.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.hget:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 998
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxHget(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1002
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI hgetall(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 1008
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$50
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$50.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.hgetall:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1017
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxHgetall(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1021
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI hincrby(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 1027
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$51
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$51.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.hincrby:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1036
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxHincrby(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1040
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI hincrbyfloat(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 1046
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$52
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$52.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.hincrbyfloat:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1055
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxHincrbyfloat(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1059
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI hkeys(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 1065
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$53
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$53.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.hkeys:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1074
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxHkeys(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1078
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI hlen(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 1084
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$54
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$54.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.hlen:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1093
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxHlen(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1097
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI hmget(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1103
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$55
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$55.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.hmget:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1112
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxHmget(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1116
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI hmset(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1122
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$56
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$56.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.hmset:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1131
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxHmset(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1135
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI host(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1141
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$57
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$57.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.host:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1150
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxHost(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1154
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI hscan(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1160
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$58
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$58.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.hscan:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1169
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxHscan(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1173
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI hset(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1179
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$59
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$59.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.hset:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1188
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxHset(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1192
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI hsetnx(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 1198
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$60
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$60.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.hsetnx:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1207
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxHsetnx(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1211
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI hstrlen(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 1217
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$61
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$61.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.hstrlen:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1226
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxHstrlen(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1230
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI hvals(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 1236
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$62
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$62.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.hvals:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1245
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxHvals(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1249
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI incr(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 1255
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$63
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$63.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.incr:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1264
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxIncr(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1268
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI incrby(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 1274
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$64
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$64.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.incrby:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1283
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxIncrby(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1287
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI incrbyfloat(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 1293
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$65
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$65.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.incrbyfloat:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1302
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxIncrbyfloat(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1306
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI info(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1312
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$66
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$66.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.info:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1321
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxInfo(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1325
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI keys(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 1331
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$67
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$67.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.keys:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1340
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxKeys(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1344
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI lastsave(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1350
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$68
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$68.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.lastsave:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1359
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxLastsave();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1363
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI latency(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1369
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$69
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$69.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.latency:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1378
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxLatency(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1382
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI lindex(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 1388
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$70
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$70.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.lindex:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1397
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxLindex(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1401
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI linsert(java.lang.String, java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // java.lang.String arg3
        start local 5 // io.vertx.core.Handler handler
         0: .line 1407
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            aload 4 /* arg3 */
            new io.vertx.reactivex.redis.client.RedisAPI$71
            dup
            aload 0 /* this */
            aload 5 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$71.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.linsert:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1416
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // java.lang.String arg3
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4     arg3  Ljava/lang/String;
            0    2     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      arg3     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxLinsert(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1420
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  
      arg3  

  public io.vertx.reactivex.redis.client.RedisAPI llen(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 1426
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$72
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$72.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.llen:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1435
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxLlen(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1439
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI lolwut(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1445
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$73
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$73.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.lolwut:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1454
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxLolwut(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1458
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI lpop(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 1464
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$74
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$74.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.lpop:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1473
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxLpop(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1477
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI lpush(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1483
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$75
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$75.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.lpush:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1492
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxLpush(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1496
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI lpushx(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1502
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$76
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$76.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.lpushx:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1511
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxLpushx(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1515
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI lrange(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 1521
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$77
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$77.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.lrange:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1530
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxLrange(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1534
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI lrem(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 1540
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$78
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$78.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.lrem:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1549
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxLrem(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1553
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI lset(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 1559
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$79
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$79.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.lset:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1568
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxLset(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1572
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI ltrim(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 1578
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$80
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$80.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.ltrim:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1587
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxLtrim(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1591
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI memory(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1597
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$81
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$81.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.memory:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1606
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxMemory(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1610
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI mget(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1616
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$82
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$82.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.mget:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1625
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxMget(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1629
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI migrate(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1635
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$83
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$83.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.migrate:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1644
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxMigrate(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1648
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI module(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1654
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$84
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$84.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.module:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1663
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxModule(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1667
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI monitor(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1673
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$85
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$85.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.monitor:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1682
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxMonitor();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1686
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI move(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 1692
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$86
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$86.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.move:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1701
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxMove(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1705
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI mset(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1711
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$87
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$87.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.mset:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1720
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxMset(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1724
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI msetnx(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1730
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$88
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$88.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.msetnx:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1739
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxMsetnx(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1743
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI multi(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1749
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$89
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$89.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.multi:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1758
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxMulti();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1762
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI object(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1768
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$90
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$90.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.object:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1777
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxObject(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1781
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI persist(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 1787
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$91
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$91.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.persist:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1796
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPersist(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1800
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI pexpire(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 1806
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$92
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$92.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.pexpire:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1815
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPexpire(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1819
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI pexpireat(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 1825
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$93
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$93.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.pexpireat:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1834
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPexpireat(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1838
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI pfadd(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1844
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$94
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$94.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.pfadd:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1853
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPfadd(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1857
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI pfcount(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1863
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$95
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$95.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.pfcount:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1872
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPfcount(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1876
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI pfdebug(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1882
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$96
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$96.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.pfdebug:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1891
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPfdebug(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1895
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI pfmerge(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1901
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$97
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$97.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.pfmerge:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1910
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPfmerge(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1914
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI pfselftest(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1920
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$98
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$98.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.pfselftest:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1929
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPfselftest();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1933
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI ping(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1939
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$99
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$99.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.ping:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1948
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPing(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1952
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI post(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1958
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$100
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$100.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.post:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1967
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPost(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1971
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI psetex(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 1977
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$101
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$101.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.psetex:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 1986
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPsetex(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 1989
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI psubscribe(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 1996
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$102
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$102.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.psubscribe:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2005
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPsubscribe(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2008
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI psync(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 2015
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$103
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$103.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.psync:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2024
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2027
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI pttl(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 2034
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$104
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$104.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.pttl:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2043
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPttl(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2046
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI publish(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 2053
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$105
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$105.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.publish:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2062
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPublish(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2065
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI pubsub(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2072
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$106
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$106.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.pubsub:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2081
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPubsub(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2084
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI punsubscribe(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2091
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$107
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$107.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.punsubscribe:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2100
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxPunsubscribe(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2103
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI randomkey(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 2110
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$108
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$108.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.randomkey:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2119
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxRandomkey();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2122
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI readonly(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 2129
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$109
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$109.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.readonly:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2138
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxReadonly();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2141
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI readwrite(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 2148
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$110
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$110.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.readwrite:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2157
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxReadwrite();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2160
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI rename(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 2167
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$111
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$111.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.rename:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2176
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxRename(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2179
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI renamenx(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 2186
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$112
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$112.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.renamenx:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2195
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxRenamenx(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2198
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI replconf(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2205
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$113
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$113.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.replconf:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2214
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxReplconf(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2217
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI replicaof(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 2224
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$114
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$114.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.replicaof:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2233
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxReplicaof(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2236
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI restore(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2243
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$115
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$115.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.restore:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2252
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxRestore(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2255
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI restoreAsking(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2262
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$116
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$116.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.restoreAsking:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2271
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxRestoreAsking(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2274
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI role(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 2281
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$117
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$117.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.role:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2290
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxRole();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2293
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI rpop(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 2300
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$118
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$118.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.rpop:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2309
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxRpop(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2312
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI rpoplpush(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 2319
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$119
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$119.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.rpoplpush:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2328
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxRpoplpush(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2331
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI rpush(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2338
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$120
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$120.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.rpush:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2347
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxRpush(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2350
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI rpushx(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2357
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$121
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$121.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.rpushx:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2366
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxRpushx(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2369
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI sadd(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2376
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$122
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$122.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.sadd:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2385
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSadd(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2388
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI save(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 2395
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$123
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$123.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.save:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2404
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSave();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2407
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI scan(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2414
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$124
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$124.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.scan:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2423
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxScan(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2426
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI scard(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 2433
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$125
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$125.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.scard:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2442
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxScard(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2445
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI script(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2452
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$126
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$126.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.script:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2461
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxScript(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2464
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI sdiff(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2471
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$127
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$127.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.sdiff:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2480
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSdiff(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2483
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI sdiffstore(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2490
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$128
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$128.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.sdiffstore:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2499
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSdiffstore(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2502
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI select(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 2509
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$129
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$129.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.select:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2518
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSelect(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2521
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI set(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2528
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$130
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$130.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.set:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2537
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSet(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2540
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI setbit(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 2547
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$131
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$131.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.setbit:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2556
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSetbit(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2559
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI setex(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 2566
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$132
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$132.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.setex:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2575
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSetex(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2578
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI setnx(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 2585
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$133
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$133.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.setnx:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2594
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSetnx(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2597
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI setrange(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 2604
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$134
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$134.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.setrange:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2613
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSetrange(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2616
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI shutdown(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2623
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$135
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$135.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.shutdown:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2632
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxShutdown(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2635
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI sinter(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2642
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$136
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$136.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.sinter:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2651
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSinter(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2654
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI sinterstore(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2661
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$137
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$137.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.sinterstore:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2670
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSinterstore(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2673
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI sismember(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 2680
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$138
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$138.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.sismember:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2689
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSismember(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2692
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI slaveof(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 2699
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$139
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$139.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.slaveof:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2708
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSlaveof(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2711
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI slowlog(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2718
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$140
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$140.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.slowlog:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2727
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSlowlog(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2730
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI smembers(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 2737
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$141
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$141.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.smembers:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2746
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSmembers(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2749
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI smove(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 2756
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$142
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$142.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.smove:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2765
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSmove(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2768
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI sort(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2775
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$143
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$143.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.sort:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2784
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSort(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2787
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI spop(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2794
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$144
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$144.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.spop:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2803
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSpop(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2806
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI srandmember(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2813
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$145
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$145.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.srandmember:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2822
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSrandmember(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2825
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI srem(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2832
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$146
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$146.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.srem:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2841
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSrem(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2844
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI sscan(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2851
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$147
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$147.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.sscan:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2860
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSscan(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2863
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI strlen(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 2870
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$148
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$148.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.strlen:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2879
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxStrlen(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2882
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI subscribe(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2889
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$149
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$149.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.subscribe:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2898
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSubscribe(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2901
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI substr(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 2908
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$150
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$150.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.substr:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2917
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSubstr(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2920
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI sunion(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2927
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$151
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$151.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.sunion:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2936
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSunion(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2939
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI sunionstore(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 2946
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$152
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$152.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.sunionstore:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2955
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSunionstore(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2958
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI swapdb(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 2965
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$153
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$153.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.swapdb:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2974
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSwapdb(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2977
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI sync(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 2984
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$154
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$154.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.sync:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 2993
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxSync();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 2996
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI time(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 3003
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$155
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$155.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.time:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3012
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxTime();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3015
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI touch(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3022
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$156
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$156.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.touch:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3031
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxTouch(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3034
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI ttl(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 3041
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$157
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$157.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.ttl:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3050
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxTtl(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3053
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI type(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 3060
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$158
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$158.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.type:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3069
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3072
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI unlink(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3079
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$159
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$159.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.unlink:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3088
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxUnlink(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3091
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI unsubscribe(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3098
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$160
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$160.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.unsubscribe:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3107
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxUnsubscribe(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3110
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI unwatch(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // io.vertx.core.Handler handler
         0: .line 3117
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            new io.vertx.reactivex.redis.client.RedisAPI$161
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$161.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.unwatch:(Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3126
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxUnwatch();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3129
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: ()Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;

  public io.vertx.reactivex.redis.client.RedisAPI wait(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 3136
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$162
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$162.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.wait:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3145
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxWait(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3148
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI watch(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3155
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$163
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$163.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.watch:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3164
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxWatch(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3167
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI xack(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3174
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$164
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$164.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.xack:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3183
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxXack(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3186
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI xadd(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3193
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$165
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$165.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.xadd:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3202
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxXadd(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3205
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI xclaim(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3212
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$166
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$166.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.xclaim:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3221
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxXclaim(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3224
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI xdel(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3231
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$167
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$167.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.xdel:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3240
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxXdel(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3243
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI xgroup(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3250
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$168
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$168.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.xgroup:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3259
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxXgroup(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3262
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI xinfo(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3269
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$169
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$169.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.xinfo:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3278
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxXinfo(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3281
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI xlen(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 3288
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$170
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$170.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.xlen:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3297
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxXlen(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3300
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI xpending(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3307
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$171
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$171.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.xpending:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3316
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxXpending(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3319
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI xrange(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3326
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$172
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$172.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.xrange:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3335
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxXrange(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3338
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI xread(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3345
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$173
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$173.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.xread:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3354
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxXread(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3357
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI xreadgroup(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3364
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$174
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$174.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.xreadgroup:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3373
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxXreadgroup(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3376
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI xrevrange(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3383
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$175
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$175.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.xrevrange:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3392
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxXrevrange(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3395
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI xsetid(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 3402
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$176
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$176.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.xsetid:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3411
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxXsetid(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3414
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI xtrim(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3421
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$177
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$177.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.xtrim:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3430
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxXtrim(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3433
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI zadd(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3440
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$178
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$178.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zadd:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3449
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZadd(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3452
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI zcard(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // io.vertx.core.Handler handler
         0: .line 3459
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            new io.vertx.reactivex.redis.client.RedisAPI$179
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$179.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zcard:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3468
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZcard(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3471
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.reactivex.redis.client.RedisAPI zcount(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 3478
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$180
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$180.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zcount:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3487
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZcount(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3490
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI zincrby(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 3497
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$181
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$181.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zincrby:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3506
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZincrby(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3509
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI zinterstore(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3516
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$182
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$182.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zinterstore:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3525
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZinterstore(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3528
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI zlexcount(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 3535
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$183
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$183.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zlexcount:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3544
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZlexcount(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3547
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI zpopmax(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3554
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$184
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$184.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zpopmax:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3563
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZpopmax(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3566
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI zpopmin(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3573
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$185
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$185.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zpopmin:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3582
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZpopmin(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3585
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI zrange(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3592
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$186
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$186.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zrange:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3601
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZrange(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3604
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI zrangebylex(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3611
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$187
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$187.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zrangebylex:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3620
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZrangebylex(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3623
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI zrangebyscore(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3630
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$188
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$188.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zrangebyscore:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3639
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZrangebyscore(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3642
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI zrank(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 3649
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$189
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$189.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zrank:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3658
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZrank(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3661
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI zrem(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3668
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$190
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$190.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zrem:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3677
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZrem(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3680
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI zremrangebylex(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 3687
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$191
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$191.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zremrangebylex:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3696
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZremrangebylex(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3699
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI zremrangebyrank(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 3706
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$192
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$192.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zremrangebyrank:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3715
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZremrangebyrank(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3718
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI zremrangebyscore(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // java.lang.String arg2
        start local 4 // io.vertx.core.Handler handler
         0: .line 3725
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            aload 3 /* arg2 */
            new io.vertx.reactivex.redis.client.RedisAPI$193
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$193.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zremrangebyscore:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3734
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String arg2
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3     arg2  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      arg2     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZremrangebyscore(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3737
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
      arg2  

  public io.vertx.reactivex.redis.client.RedisAPI zrevrange(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3744
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$194
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$194.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zrevrange:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3753
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZrevrange(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3756
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI zrevrangebylex(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3763
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$195
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$195.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zrevrangebylex:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3772
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZrevrangebylex(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3775
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI zrevrangebyscore(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3782
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$196
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$196.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zrevrangebyscore:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3791
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZrevrangebyscore(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3794
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI zrevrank(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 3801
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$197
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$197.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zrevrank:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3810
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZrevrank(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3813
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI zscan(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3820
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$198
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$198.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zscan:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3829
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZscan(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3832
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public io.vertx.reactivex.redis.client.RedisAPI zscore(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.lang.String arg0
        start local 2 // java.lang.String arg1
        start local 3 // io.vertx.core.Handler handler
         0: .line 3839
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* arg0 */
            aload 2 /* arg1 */
            new io.vertx.reactivex.redis.client.RedisAPI$199
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$199.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zscore:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3848
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String arg1
        end local 1 // java.lang.String arg0
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     arg0  Ljava/lang/String;
            0    2     2     arg1  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      arg0     
      arg1     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZscore(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3851
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  

  public io.vertx.reactivex.redis.client.RedisAPI zunionstore(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.redis.client.Response>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
        start local 1 // java.util.List args
        start local 2 // io.vertx.core.Handler handler
         0: .line 3858
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.client.RedisAPI.delegate:Lio/vertx/redis/client/RedisAPI;
            aload 1 /* args */
            new io.vertx.reactivex.redis.client.RedisAPI$200
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI$200.<init>:(Lio/vertx/reactivex/redis/client/RedisAPI;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.redis.client.RedisAPI.zunionstore:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/redis/client/RedisAPI;
            pop
         1: .line 3867
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List args
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/client/RedisAPI;
            0    2     1     args  Ljava/util/List<Ljava/lang/String;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/redis/client/Response;>;>;)Lio/vertx/reactivex/redis/client/RedisAPI;
    MethodParameters:
         Name  Flags
      args     
      handler  

  public io.reactivex.Maybe<io.vertx.reactivex.redis.client.Response> rxZunionstore(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.client.RedisAPI this
         0: .line 3870
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.client.RedisAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/client/RedisAPI;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Maybe<Lio/vertx/reactivex/redis/client/Response;>;
    MethodParameters:
      Name  Flags
      args  

  public static io.vertx.reactivex.redis.client.RedisAPI newInstance(io.vertx.redis.client.RedisAPI);
    descriptor: (Lio/vertx/redis/client/RedisAPI;)Lio/vertx/reactivex/redis/client/RedisAPI;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.RedisAPI arg
         0: .line 3878
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.redis.client.RedisAPI
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.redis.client.RedisAPI.<init>:(Lio/vertx/redis/client/RedisAPI;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.redis.client.RedisAPI
         2: areturn
        end local 0 // io.vertx.redis.client.RedisAPI arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/redis/client/RedisAPI;
    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 57
            new io.vertx.reactivex.redis.client.RedisAPI
            dup
            aload 0 /* obj */
            checkcast io.vertx.redis.client.RedisAPI
            invokespecial io.vertx.reactivex.redis.client.RedisAPI.<init>:(Lio/vertx/redis/client/RedisAPI;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
SourceFile: "RedisAPI.java"
NestMembers:
  io.vertx.reactivex.redis.client.RedisAPI$1  io.vertx.reactivex.redis.client.RedisAPI$10  io.vertx.reactivex.redis.client.RedisAPI$100  io.vertx.reactivex.redis.client.RedisAPI$101  io.vertx.reactivex.redis.client.RedisAPI$102  io.vertx.reactivex.redis.client.RedisAPI$103  io.vertx.reactivex.redis.client.RedisAPI$104  io.vertx.reactivex.redis.client.RedisAPI$105  io.vertx.reactivex.redis.client.RedisAPI$106  io.vertx.reactivex.redis.client.RedisAPI$107  io.vertx.reactivex.redis.client.RedisAPI$108  io.vertx.reactivex.redis.client.RedisAPI$109  io.vertx.reactivex.redis.client.RedisAPI$11  io.vertx.reactivex.redis.client.RedisAPI$110  io.vertx.reactivex.redis.client.RedisAPI$111  io.vertx.reactivex.redis.client.RedisAPI$112  io.vertx.reactivex.redis.client.RedisAPI$113  io.vertx.reactivex.redis.client.RedisAPI$114  io.vertx.reactivex.redis.client.RedisAPI$115  io.vertx.reactivex.redis.client.RedisAPI$116  io.vertx.reactivex.redis.client.RedisAPI$117  io.vertx.reactivex.redis.client.RedisAPI$118  io.vertx.reactivex.redis.client.RedisAPI$119  io.vertx.reactivex.redis.client.RedisAPI$12  io.vertx.reactivex.redis.client.RedisAPI$120  io.vertx.reactivex.redis.client.RedisAPI$121  io.vertx.reactivex.redis.client.RedisAPI$122  io.vertx.reactivex.redis.client.RedisAPI$123  io.vertx.reactivex.redis.client.RedisAPI$124  io.vertx.reactivex.redis.client.RedisAPI$125  io.vertx.reactivex.redis.client.RedisAPI$126  io.vertx.reactivex.redis.client.RedisAPI$127  io.vertx.reactivex.redis.client.RedisAPI$128  io.vertx.reactivex.redis.client.RedisAPI$129  io.vertx.reactivex.redis.client.RedisAPI$13  io.vertx.reactivex.redis.client.RedisAPI$130  io.vertx.reactivex.redis.client.RedisAPI$131  io.vertx.reactivex.redis.client.RedisAPI$132  io.vertx.reactivex.redis.client.RedisAPI$133  io.vertx.reactivex.redis.client.RedisAPI$134  io.vertx.reactivex.redis.client.RedisAPI$135  io.vertx.reactivex.redis.client.RedisAPI$136  io.vertx.reactivex.redis.client.RedisAPI$137  io.vertx.reactivex.redis.client.RedisAPI$138  io.vertx.reactivex.redis.client.RedisAPI$139  io.vertx.reactivex.redis.client.RedisAPI$14  io.vertx.reactivex.redis.client.RedisAPI$140  io.vertx.reactivex.redis.client.RedisAPI$141  io.vertx.reactivex.redis.client.RedisAPI$142  io.vertx.reactivex.redis.client.RedisAPI$143  io.vertx.reactivex.redis.client.RedisAPI$144  io.vertx.reactivex.redis.client.RedisAPI$145  io.vertx.reactivex.redis.client.RedisAPI$146  io.vertx.reactivex.redis.client.RedisAPI$147  io.vertx.reactivex.redis.client.RedisAPI$148  io.vertx.reactivex.redis.client.RedisAPI$149  io.vertx.reactivex.redis.client.RedisAPI$15  io.vertx.reactivex.redis.client.RedisAPI$150  io.vertx.reactivex.redis.client.RedisAPI$151  io.vertx.reactivex.redis.client.RedisAPI$152  io.vertx.reactivex.redis.client.RedisAPI$153  io.vertx.reactivex.redis.client.RedisAPI$154  io.vertx.reactivex.redis.client.RedisAPI$155  io.vertx.reactivex.redis.client.RedisAPI$156  io.vertx.reactivex.redis.client.RedisAPI$157  io.vertx.reactivex.redis.client.RedisAPI$158  io.vertx.reactivex.redis.client.RedisAPI$159  io.vertx.reactivex.redis.client.RedisAPI$16  io.vertx.reactivex.redis.client.RedisAPI$160  io.vertx.reactivex.redis.client.RedisAPI$161  io.vertx.reactivex.redis.client.RedisAPI$162  io.vertx.reactivex.redis.client.RedisAPI$163  io.vertx.reactivex.redis.client.RedisAPI$164  io.vertx.reactivex.redis.client.RedisAPI$165  io.vertx.reactivex.redis.client.RedisAPI$166  io.vertx.reactivex.redis.client.RedisAPI$167  io.vertx.reactivex.redis.client.RedisAPI$168  io.vertx.reactivex.redis.client.RedisAPI$169  io.vertx.reactivex.redis.client.RedisAPI$17  io.vertx.reactivex.redis.client.RedisAPI$170  io.vertx.reactivex.redis.client.RedisAPI$171  io.vertx.reactivex.redis.client.RedisAPI$172  io.vertx.reactivex.redis.client.RedisAPI$173  io.vertx.reactivex.redis.client.RedisAPI$174  io.vertx.reactivex.redis.client.RedisAPI$175  io.vertx.reactivex.redis.client.RedisAPI$176  io.vertx.reactivex.redis.client.RedisAPI$177  io.vertx.reactivex.redis.client.RedisAPI$178  io.vertx.reactivex.redis.client.RedisAPI$179  io.vertx.reactivex.redis.client.RedisAPI$18  io.vertx.reactivex.redis.client.RedisAPI$180  io.vertx.reactivex.redis.client.RedisAPI$181  io.vertx.reactivex.redis.client.RedisAPI$182  io.vertx.reactivex.redis.client.RedisAPI$183  io.vertx.reactivex.redis.client.RedisAPI$184  io.vertx.reactivex.redis.client.RedisAPI$185  io.vertx.reactivex.redis.client.RedisAPI$186  io.vertx.reactivex.redis.client.RedisAPI$187  io.vertx.reactivex.redis.client.RedisAPI$188  io.vertx.reactivex.redis.client.RedisAPI$189  io.vertx.reactivex.redis.client.RedisAPI$19  io.vertx.reactivex.redis.client.RedisAPI$190  io.vertx.reactivex.redis.client.RedisAPI$191  io.vertx.reactivex.redis.client.RedisAPI$192  io.vertx.reactivex.redis.client.RedisAPI$193  io.vertx.reactivex.redis.client.RedisAPI$194  io.vertx.reactivex.redis.client.RedisAPI$195  io.vertx.reactivex.redis.client.RedisAPI$196  io.vertx.reactivex.redis.client.RedisAPI$197  io.vertx.reactivex.redis.client.RedisAPI$198  io.vertx.reactivex.redis.client.RedisAPI$199  io.vertx.reactivex.redis.client.RedisAPI$2  io.vertx.reactivex.redis.client.RedisAPI$20  io.vertx.reactivex.redis.client.RedisAPI$200  io.vertx.reactivex.redis.client.RedisAPI$21  io.vertx.reactivex.redis.client.RedisAPI$22  io.vertx.reactivex.redis.client.RedisAPI$23  io.vertx.reactivex.redis.client.RedisAPI$24  io.vertx.reactivex.redis.client.RedisAPI$25  io.vertx.reactivex.redis.client.RedisAPI$26  io.vertx.reactivex.redis.client.RedisAPI$27  io.vertx.reactivex.redis.client.RedisAPI$28  io.vertx.reactivex.redis.client.RedisAPI$29  io.vertx.reactivex.redis.client.RedisAPI$3  io.vertx.reactivex.redis.client.RedisAPI$30  io.vertx.reactivex.redis.client.RedisAPI$31  io.vertx.reactivex.redis.client.RedisAPI$32  io.vertx.reactivex.redis.client.RedisAPI$33  io.vertx.reactivex.redis.client.RedisAPI$34  io.vertx.reactivex.redis.client.RedisAPI$35  io.vertx.reactivex.redis.client.RedisAPI$36  io.vertx.reactivex.redis.client.RedisAPI$37  io.vertx.reactivex.redis.client.RedisAPI$38  io.vertx.reactivex.redis.client.RedisAPI$39  io.vertx.reactivex.redis.client.RedisAPI$4  io.vertx.reactivex.redis.client.RedisAPI$40  io.vertx.reactivex.redis.client.RedisAPI$41  io.vertx.reactivex.redis.client.RedisAPI$42  io.vertx.reactivex.redis.client.RedisAPI$43  io.vertx.reactivex.redis.client.RedisAPI$44  io.vertx.reactivex.redis.client.RedisAPI$45  io.vertx.reactivex.redis.client.RedisAPI$46  io.vertx.reactivex.redis.client.RedisAPI$47  io.vertx.reactivex.redis.client.RedisAPI$48  io.vertx.reactivex.redis.client.RedisAPI$49  io.vertx.reactivex.redis.client.RedisAPI$5  io.vertx.reactivex.redis.client.RedisAPI$50  io.vertx.reactivex.redis.client.RedisAPI$51  io.vertx.reactivex.redis.client.RedisAPI$52  io.vertx.reactivex.redis.client.RedisAPI$53  io.vertx.reactivex.redis.client.RedisAPI$54  io.vertx.reactivex.redis.client.RedisAPI$55  io.vertx.reactivex.redis.client.RedisAPI$56  io.vertx.reactivex.redis.client.RedisAPI$57  io.vertx.reactivex.redis.client.RedisAPI$58  io.vertx.reactivex.redis.client.RedisAPI$59  io.vertx.reactivex.redis.client.RedisAPI$6  io.vertx.reactivex.redis.client.RedisAPI$60  io.vertx.reactivex.redis.client.RedisAPI$61  io.vertx.reactivex.redis.client.RedisAPI$62  io.vertx.reactivex.redis.client.RedisAPI$63  io.vertx.reactivex.redis.client.RedisAPI$64  io.vertx.reactivex.redis.client.RedisAPI$65  io.vertx.reactivex.redis.client.RedisAPI$66  io.vertx.reactivex.redis.client.RedisAPI$67  io.vertx.reactivex.redis.client.RedisAPI$68  io.vertx.reactivex.redis.client.RedisAPI$69  io.vertx.reactivex.redis.client.RedisAPI$7  io.vertx.reactivex.redis.client.RedisAPI$70  io.vertx.reactivex.redis.client.RedisAPI$71  io.vertx.reactivex.redis.client.RedisAPI$72  io.vertx.reactivex.redis.client.RedisAPI$73  io.vertx.reactivex.redis.client.RedisAPI$74  io.vertx.reactivex.redis.client.RedisAPI$75  io.vertx.reactivex.redis.client.RedisAPI$76  io.vertx.reactivex.redis.client.RedisAPI$77  io.vertx.reactivex.redis.client.RedisAPI$78  io.vertx.reactivex.redis.client.RedisAPI$79  io.vertx.reactivex.redis.client.RedisAPI$8  io.vertx.reactivex.redis.client.RedisAPI$80  io.vertx.reactivex.redis.client.RedisAPI$81  io.vertx.reactivex.redis.client.RedisAPI$82  io.vertx.reactivex.redis.client.RedisAPI$83  io.vertx.reactivex.redis.client.RedisAPI$84  io.vertx.reactivex.redis.client.RedisAPI$85  io.vertx.reactivex.redis.client.RedisAPI$86  io.vertx.reactivex.redis.client.RedisAPI$87  io.vertx.reactivex.redis.client.RedisAPI$88  io.vertx.reactivex.redis.client.RedisAPI$89  io.vertx.reactivex.redis.client.RedisAPI$9  io.vertx.reactivex.redis.client.RedisAPI$90  io.vertx.reactivex.redis.client.RedisAPI$91  io.vertx.reactivex.redis.client.RedisAPI$92  io.vertx.reactivex.redis.client.RedisAPI$93  io.vertx.reactivex.redis.client.RedisAPI$94  io.vertx.reactivex.redis.client.RedisAPI$95  io.vertx.reactivex.redis.client.RedisAPI$96  io.vertx.reactivex.redis.client.RedisAPI$97  io.vertx.reactivex.redis.client.RedisAPI$98  io.vertx.reactivex.redis.client.RedisAPI$99
InnerClasses:
  io.vertx.reactivex.redis.client.RedisAPI$1
  io.vertx.reactivex.redis.client.RedisAPI$10
  io.vertx.reactivex.redis.client.RedisAPI$100
  io.vertx.reactivex.redis.client.RedisAPI$101
  io.vertx.reactivex.redis.client.RedisAPI$102
  io.vertx.reactivex.redis.client.RedisAPI$103
  io.vertx.reactivex.redis.client.RedisAPI$104
  io.vertx.reactivex.redis.client.RedisAPI$105
  io.vertx.reactivex.redis.client.RedisAPI$106
  io.vertx.reactivex.redis.client.RedisAPI$107
  io.vertx.reactivex.redis.client.RedisAPI$108
  io.vertx.reactivex.redis.client.RedisAPI$109
  io.vertx.reactivex.redis.client.RedisAPI$11
  io.vertx.reactivex.redis.client.RedisAPI$110
  io.vertx.reactivex.redis.client.RedisAPI$111
  io.vertx.reactivex.redis.client.RedisAPI$112
  io.vertx.reactivex.redis.client.RedisAPI$113
  io.vertx.reactivex.redis.client.RedisAPI$114
  io.vertx.reactivex.redis.client.RedisAPI$115
  io.vertx.reactivex.redis.client.RedisAPI$116
  io.vertx.reactivex.redis.client.RedisAPI$117
  io.vertx.reactivex.redis.client.RedisAPI$118
  io.vertx.reactivex.redis.client.RedisAPI$119
  io.vertx.reactivex.redis.client.RedisAPI$12
  io.vertx.reactivex.redis.client.RedisAPI$120
  io.vertx.reactivex.redis.client.RedisAPI$121
  io.vertx.reactivex.redis.client.RedisAPI$122
  io.vertx.reactivex.redis.client.RedisAPI$123
  io.vertx.reactivex.redis.client.RedisAPI$124
  io.vertx.reactivex.redis.client.RedisAPI$125
  io.vertx.reactivex.redis.client.RedisAPI$126
  io.vertx.reactivex.redis.client.RedisAPI$127
  io.vertx.reactivex.redis.client.RedisAPI$128
  io.vertx.reactivex.redis.client.RedisAPI$129
  io.vertx.reactivex.redis.client.RedisAPI$13
  io.vertx.reactivex.redis.client.RedisAPI$130
  io.vertx.reactivex.redis.client.RedisAPI$131
  io.vertx.reactivex.redis.client.RedisAPI$132
  io.vertx.reactivex.redis.client.RedisAPI$133
  io.vertx.reactivex.redis.client.RedisAPI$134
  io.vertx.reactivex.redis.client.RedisAPI$135
  io.vertx.reactivex.redis.client.RedisAPI$136
  io.vertx.reactivex.redis.client.RedisAPI$137
  io.vertx.reactivex.redis.client.RedisAPI$138
  io.vertx.reactivex.redis.client.RedisAPI$139
  io.vertx.reactivex.redis.client.RedisAPI$14
  io.vertx.reactivex.redis.client.RedisAPI$140
  io.vertx.reactivex.redis.client.RedisAPI$141
  io.vertx.reactivex.redis.client.RedisAPI$142
  io.vertx.reactivex.redis.client.RedisAPI$143
  io.vertx.reactivex.redis.client.RedisAPI$144
  io.vertx.reactivex.redis.client.RedisAPI$145
  io.vertx.reactivex.redis.client.RedisAPI$146
  io.vertx.reactivex.redis.client.RedisAPI$147
  io.vertx.reactivex.redis.client.RedisAPI$148
  io.vertx.reactivex.redis.client.RedisAPI$149
  io.vertx.reactivex.redis.client.RedisAPI$15
  io.vertx.reactivex.redis.client.RedisAPI$150
  io.vertx.reactivex.redis.client.RedisAPI$151
  io.vertx.reactivex.redis.client.RedisAPI$152
  io.vertx.reactivex.redis.client.RedisAPI$153
  io.vertx.reactivex.redis.client.RedisAPI$154
  io.vertx.reactivex.redis.client.RedisAPI$155
  io.vertx.reactivex.redis.client.RedisAPI$156
  io.vertx.reactivex.redis.client.RedisAPI$157
  io.vertx.reactivex.redis.client.RedisAPI$158
  io.vertx.reactivex.redis.client.RedisAPI$159
  io.vertx.reactivex.redis.client.RedisAPI$16
  io.vertx.reactivex.redis.client.RedisAPI$160
  io.vertx.reactivex.redis.client.RedisAPI$161
  io.vertx.reactivex.redis.client.RedisAPI$162
  io.vertx.reactivex.redis.client.RedisAPI$163
  io.vertx.reactivex.redis.client.RedisAPI$164
  io.vertx.reactivex.redis.client.RedisAPI$165
  io.vertx.reactivex.redis.client.RedisAPI$166
  io.vertx.reactivex.redis.client.RedisAPI$167
  io.vertx.reactivex.redis.client.RedisAPI$168
  io.vertx.reactivex.redis.client.RedisAPI$169
  io.vertx.reactivex.redis.client.RedisAPI$17
  io.vertx.reactivex.redis.client.RedisAPI$170
  io.vertx.reactivex.redis.client.RedisAPI$171
  io.vertx.reactivex.redis.client.RedisAPI$172
  io.vertx.reactivex.redis.client.RedisAPI$173
  io.vertx.reactivex.redis.client.RedisAPI$174
  io.vertx.reactivex.redis.client.RedisAPI$175
  io.vertx.reactivex.redis.client.RedisAPI$176
  io.vertx.reactivex.redis.client.RedisAPI$177
  io.vertx.reactivex.redis.client.RedisAPI$178
  io.vertx.reactivex.redis.client.RedisAPI$179
  io.vertx.reactivex.redis.client.RedisAPI$18
  io.vertx.reactivex.redis.client.RedisAPI$180
  io.vertx.reactivex.redis.client.RedisAPI$181
  io.vertx.reactivex.redis.client.RedisAPI$182
  io.vertx.reactivex.redis.client.RedisAPI$183
  io.vertx.reactivex.redis.client.RedisAPI$184
  io.vertx.reactivex.redis.client.RedisAPI$185
  io.vertx.reactivex.redis.client.RedisAPI$186
  io.vertx.reactivex.redis.client.RedisAPI$187
  io.vertx.reactivex.redis.client.RedisAPI$188
  io.vertx.reactivex.redis.client.RedisAPI$189
  io.vertx.reactivex.redis.client.RedisAPI$19
  io.vertx.reactivex.redis.client.RedisAPI$190
  io.vertx.reactivex.redis.client.RedisAPI$191
  io.vertx.reactivex.redis.client.RedisAPI$192
  io.vertx.reactivex.redis.client.RedisAPI$193
  io.vertx.reactivex.redis.client.RedisAPI$194
  io.vertx.reactivex.redis.client.RedisAPI$195
  io.vertx.reactivex.redis.client.RedisAPI$196
  io.vertx.reactivex.redis.client.RedisAPI$197
  io.vertx.reactivex.redis.client.RedisAPI$198
  io.vertx.reactivex.redis.client.RedisAPI$199
  io.vertx.reactivex.redis.client.RedisAPI$2
  io.vertx.reactivex.redis.client.RedisAPI$20
  io.vertx.reactivex.redis.client.RedisAPI$200
  io.vertx.reactivex.redis.client.RedisAPI$21
  io.vertx.reactivex.redis.client.RedisAPI$22
  io.vertx.reactivex.redis.client.RedisAPI$23
  io.vertx.reactivex.redis.client.RedisAPI$24
  io.vertx.reactivex.redis.client.RedisAPI$25
  io.vertx.reactivex.redis.client.RedisAPI$26
  io.vertx.reactivex.redis.client.RedisAPI$27
  io.vertx.reactivex.redis.client.RedisAPI$28
  io.vertx.reactivex.redis.client.RedisAPI$29
  io.vertx.reactivex.redis.client.RedisAPI$3
  io.vertx.reactivex.redis.client.RedisAPI$30
  io.vertx.reactivex.redis.client.RedisAPI$31
  io.vertx.reactivex.redis.client.RedisAPI$32
  io.vertx.reactivex.redis.client.RedisAPI$33
  io.vertx.reactivex.redis.client.RedisAPI$34
  io.vertx.reactivex.redis.client.RedisAPI$35
  io.vertx.reactivex.redis.client.RedisAPI$36
  io.vertx.reactivex.redis.client.RedisAPI$37
  io.vertx.reactivex.redis.client.RedisAPI$38
  io.vertx.reactivex.redis.client.RedisAPI$39
  io.vertx.reactivex.redis.client.RedisAPI$4
  io.vertx.reactivex.redis.client.RedisAPI$40
  io.vertx.reactivex.redis.client.RedisAPI$41
  io.vertx.reactivex.redis.client.RedisAPI$42
  io.vertx.reactivex.redis.client.RedisAPI$43
  io.vertx.reactivex.redis.client.RedisAPI$44
  io.vertx.reactivex.redis.client.RedisAPI$45
  io.vertx.reactivex.redis.client.RedisAPI$46
  io.vertx.reactivex.redis.client.RedisAPI$47
  io.vertx.reactivex.redis.client.RedisAPI$48
  io.vertx.reactivex.redis.client.RedisAPI$49
  io.vertx.reactivex.redis.client.RedisAPI$5
  io.vertx.reactivex.redis.client.RedisAPI$50
  io.vertx.reactivex.redis.client.RedisAPI$51
  io.vertx.reactivex.redis.client.RedisAPI$52
  io.vertx.reactivex.redis.client.RedisAPI$53
  io.vertx.reactivex.redis.client.RedisAPI$54
  io.vertx.reactivex.redis.client.RedisAPI$55
  io.vertx.reactivex.redis.client.RedisAPI$56
  io.vertx.reactivex.redis.client.RedisAPI$57
  io.vertx.reactivex.redis.client.RedisAPI$58
  io.vertx.reactivex.redis.client.RedisAPI$59
  io.vertx.reactivex.redis.client.RedisAPI$6
  io.vertx.reactivex.redis.client.RedisAPI$60
  io.vertx.reactivex.redis.client.RedisAPI$61
  io.vertx.reactivex.redis.client.RedisAPI$62
  io.vertx.reactivex.redis.client.RedisAPI$63
  io.vertx.reactivex.redis.client.RedisAPI$64
  io.vertx.reactivex.redis.client.RedisAPI$65
  io.vertx.reactivex.redis.client.RedisAPI$66
  io.vertx.reactivex.redis.client.RedisAPI$67
  io.vertx.reactivex.redis.client.RedisAPI$68
  io.vertx.reactivex.redis.client.RedisAPI$69
  io.vertx.reactivex.redis.client.RedisAPI$7
  io.vertx.reactivex.redis.client.RedisAPI$70
  io.vertx.reactivex.redis.client.RedisAPI$71
  io.vertx.reactivex.redis.client.RedisAPI$72
  io.vertx.reactivex.redis.client.RedisAPI$73
  io.vertx.reactivex.redis.client.RedisAPI$74
  io.vertx.reactivex.redis.client.RedisAPI$75
  io.vertx.reactivex.redis.client.RedisAPI$76
  io.vertx.reactivex.redis.client.RedisAPI$77
  io.vertx.reactivex.redis.client.RedisAPI$78
  io.vertx.reactivex.redis.client.RedisAPI$79
  io.vertx.reactivex.redis.client.RedisAPI$8
  io.vertx.reactivex.redis.client.RedisAPI$80
  io.vertx.reactivex.redis.client.RedisAPI$81
  io.vertx.reactivex.redis.client.RedisAPI$82
  io.vertx.reactivex.redis.client.RedisAPI$83
  io.vertx.reactivex.redis.client.RedisAPI$84
  io.vertx.reactivex.redis.client.RedisAPI$85
  io.vertx.reactivex.redis.client.RedisAPI$86
  io.vertx.reactivex.redis.client.RedisAPI$87
  io.vertx.reactivex.redis.client.RedisAPI$88
  io.vertx.reactivex.redis.client.RedisAPI$89
  io.vertx.reactivex.redis.client.RedisAPI$9
  io.vertx.reactivex.redis.client.RedisAPI$90
  io.vertx.reactivex.redis.client.RedisAPI$91
  io.vertx.reactivex.redis.client.RedisAPI$92
  io.vertx.reactivex.redis.client.RedisAPI$93
  io.vertx.reactivex.redis.client.RedisAPI$94
  io.vertx.reactivex.redis.client.RedisAPI$95
  io.vertx.reactivex.redis.client.RedisAPI$96
  io.vertx.reactivex.redis.client.RedisAPI$97
  io.vertx.reactivex.redis.client.RedisAPI$98
  io.vertx.reactivex.redis.client.RedisAPI$99
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/redis/client/RedisAPI;)