public class io.vertx.reactivex.ext.web.sstore.SessionStore
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.web.sstore.SessionStore
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.web.sstore.SessionStore> __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/ext/web/sstore/SessionStore;>;

  private final io.vertx.ext.web.sstore.SessionStore delegate;
    descriptor: Lio/vertx/ext/web/sstore/SessionStore;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final int DEFAULT_SESSIONID_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 69
            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/ext/web/sstore/SessionStore.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 70
            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/ext/web/sstore/SessionStore.getDelegate()Lio/vertx/ext/web/sstore/SessionStore; (5)
                  (Lio/vertx/reactivex/ext/web/sstore/SessionStore;)Ljava/lang/Object;
         2: .line 69
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.web.sstore.SessionStore.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 310
            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.ext.web.sstore.SessionStore this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.sstore.SessionStore.delegate:Lio/vertx/ext/web/sstore/SessionStore;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;

  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.ext.web.sstore.SessionStore this
        start local 1 // java.lang.Object o
         0: .line 58
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 59
      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 60
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.web.sstore.SessionStore
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.web.sstore.SessionStore that
         4: .line 61
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.sstore.SessionStore.delegate:Lio/vertx/ext/web/sstore/SessionStore;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.web.sstore.SessionStore.delegate:Lio/vertx/ext/web/sstore/SessionStore;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.web.sstore.SessionStore that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
    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.ext.web.sstore.SessionStore this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.sstore.SessionStore.delegate:Lio/vertx/ext/web/sstore/SessionStore;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;

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

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // java.lang.Object delegate
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.web.sstore.SessionStore
            putfield io.vertx.reactivex.ext.web.sstore.SessionStore.delegate:Lio/vertx/ext/web/sstore/SessionStore;
         2: .line 81
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

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

  public static io.vertx.reactivex.ext.web.sstore.SessionStore create(io.vertx.reactivex.core.Vertx);
    descriptor: (Lio/vertx/reactivex/core/Vertx;)Lio/vertx/reactivex/ext/web/sstore/SessionStore;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.Vertx vertx
         0: .line 93
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            invokestatic io.vertx.ext.web.sstore.SessionStore.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/web/sstore/SessionStore;
            invokestatic io.vertx.reactivex.ext.web.sstore.SessionStore.newInstance:(Lio/vertx/ext/web/sstore/SessionStore;)Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.web.sstore.SessionStore ret
         1: .line 94
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.web.sstore.SessionStore ret
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  vertx  Lio/vertx/reactivex/core/Vertx;
            1    2     1    ret  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
    MethodParameters:
       Name  Flags
      vertx  

  public static io.vertx.reactivex.ext.web.sstore.SessionStore create(io.vertx.reactivex.core.Vertx, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/web/sstore/SessionStore;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // io.vertx.core.json.JsonObject options
         0: .line 104
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* options */
            invokestatic io.vertx.ext.web.sstore.SessionStore.create:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/web/sstore/SessionStore;
            invokestatic io.vertx.reactivex.ext.web.sstore.SessionStore.newInstance:(Lio/vertx/ext/web/sstore/SessionStore;)Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.web.sstore.SessionStore ret
         1: .line 105
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.web.sstore.SessionStore ret
        end local 1 // io.vertx.core.json.JsonObject options
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0    vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  options  Lio/vertx/core/json/JsonObject;
            1    2     2      ret  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public io.vertx.reactivex.ext.web.sstore.SessionStore init(io.vertx.reactivex.core.Vertx, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/web/sstore/SessionStore;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // io.vertx.reactivex.core.Vertx vertx
        start local 2 // io.vertx.core.json.JsonObject options
         0: .line 115
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.sstore.SessionStore.delegate:Lio/vertx/ext/web/sstore/SessionStore;
            aload 1 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 2 /* options */
            invokeinterface io.vertx.ext.web.sstore.SessionStore.init:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/web/sstore/SessionStore;
            pop
         1: .line 116
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.json.JsonObject options
        end local 1 // io.vertx.reactivex.core.Vertx vertx
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    2     1    vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     2  options  Lio/vertx/core/json/JsonObject;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public long retryTimeout();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
         0: .line 126
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.sstore.SessionStore.delegate:Lio/vertx/ext/web/sstore/SessionStore;
            invokeinterface io.vertx.ext.web.sstore.SessionStore.retryTimeout:()J
            lstore 1 /* ret */
        start local 1 // long ret
         1: .line 127
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            1    2     1   ret  J

  public io.vertx.reactivex.ext.web.Session createSession(long);
    descriptor: (J)Lio/vertx/reactivex/ext/web/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // long timeout
         0: .line 136
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.sstore.SessionStore.delegate:Lio/vertx/ext/web/sstore/SessionStore;
            lload 1 /* timeout */
            invokeinterface io.vertx.ext.web.sstore.SessionStore.createSession:(J)Lio/vertx/ext/web/Session;
            invokestatic io.vertx.reactivex.ext.web.Session.newInstance:(Lio/vertx/ext/web/Session;)Lio/vertx/reactivex/ext/web/Session;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.ext.web.Session ret
         1: .line 137
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.ext.web.Session ret
        end local 1 // long timeout
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    2     1  timeout  J
            1    2     3      ret  Lio/vertx/reactivex/ext/web/Session;
    MethodParameters:
         Name  Flags
      timeout  

  public io.vertx.reactivex.ext.web.Session createSession(long, int);
    descriptor: (JI)Lio/vertx/reactivex/ext/web/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // long timeout
        start local 3 // int length
         0: .line 147
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.sstore.SessionStore.delegate:Lio/vertx/ext/web/sstore/SessionStore;
            lload 1 /* timeout */
            iload 3 /* length */
            invokeinterface io.vertx.ext.web.sstore.SessionStore.createSession:(JI)Lio/vertx/ext/web/Session;
            invokestatic io.vertx.reactivex.ext.web.Session.newInstance:(Lio/vertx/ext/web/Session;)Lio/vertx/reactivex/ext/web/Session;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.ext.web.Session ret
         1: .line 148
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.ext.web.Session ret
        end local 3 // int length
        end local 1 // long timeout
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    2     1  timeout  J
            0    2     3   length  I
            1    2     4      ret  Lio/vertx/reactivex/ext/web/Session;
    MethodParameters:
         Name  Flags
      timeout  
      length   

  public void get(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.Session>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // java.lang.String cookieValue
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 157
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.sstore.SessionStore.delegate:Lio/vertx/ext/web/sstore/SessionStore;
            aload 1 /* cookieValue */
            new io.vertx.reactivex.ext.web.sstore.SessionStore$1
            dup
            aload 0 /* this */
            aload 2 /* resultHandler */
            invokespecial io.vertx.reactivex.ext.web.sstore.SessionStore$1.<init>:(Lio/vertx/reactivex/ext/web/sstore/SessionStore;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.web.sstore.SessionStore.get:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 166
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String cookieValue
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    2     1    cookieValue  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/web/Session;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/web/Session;>;>;)V
    MethodParameters:
               Name  Flags
      cookieValue    
      resultHandler  

  public void get(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // java.lang.String cookieValue
         0: .line 173
            aload 0 /* this */
            aload 1 /* cookieValue */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/ext/web/sstore/SessionStore.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.web.sstore.SessionStore.get:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 174
            return
        end local 1 // java.lang.String cookieValue
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    2     1  cookieValue  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      cookieValue  

  public io.reactivex.Maybe<io.vertx.reactivex.ext.web.Session> rxGet(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // java.lang.String cookieValue
         0: .line 182
            aload 0 /* this */
            aload 1 /* cookieValue */
            invokedynamic accept(Lio/vertx/reactivex/ext/web/sstore/SessionStore;Ljava/lang/String;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/ext/web/sstore/SessionStore.lambda$3(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 1 // java.lang.String cookieValue
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    1     1  cookieValue  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/reactivex/ext/web/Session;>;
    MethodParameters:
             Name  Flags
      cookieValue  

  public void delete(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 193
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.sstore.SessionStore.delegate:Lio/vertx/ext/web/sstore/SessionStore;
            aload 1 /* id */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.web.sstore.SessionStore.delete:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 194
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    2     1             id  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public void delete(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // java.lang.String id
         0: .line 201
            aload 0 /* this */
            aload 1 /* id */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/ext/web/sstore/SessionStore.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.web.sstore.SessionStore.delete:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 202
            return
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.reactivex.Completable rxDelete(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // java.lang.String id
         0: .line 210
            aload 0 /* this */
            aload 1 /* id */
            invokedynamic accept(Lio/vertx/reactivex/ext/web/sstore/SessionStore;Ljava/lang/String;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/ext/web/sstore/SessionStore.lambda$5(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public void put(io.vertx.reactivex.ext.web.Session, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/ext/web/Session;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // io.vertx.reactivex.ext.web.Session session
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 221
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.sstore.SessionStore.delegate:Lio/vertx/ext/web/sstore/SessionStore;
            aload 1 /* session */
            invokevirtual io.vertx.reactivex.ext.web.Session.getDelegate:()Lio/vertx/ext/web/Session;
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.web.sstore.SessionStore.put:(Lio/vertx/ext/web/Session;Lio/vertx/core/Handler;)V
         1: .line 222
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.reactivex.ext.web.Session session
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    2     1        session  Lio/vertx/reactivex/ext/web/Session;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/reactivex/ext/web/Session;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
               Name  Flags
      session        
      resultHandler  

  public void put(io.vertx.reactivex.ext.web.Session);
    descriptor: (Lio/vertx/reactivex/ext/web/Session;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // io.vertx.reactivex.ext.web.Session session
         0: .line 229
            aload 0 /* this */
            aload 1 /* session */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/ext/web/sstore/SessionStore.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.web.sstore.SessionStore.put:(Lio/vertx/reactivex/ext/web/Session;Lio/vertx/core/Handler;)V
         1: .line 230
            return
        end local 1 // io.vertx.reactivex.ext.web.Session session
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    2     1  session  Lio/vertx/reactivex/ext/web/Session;
    MethodParameters:
         Name  Flags
      session  

  public io.reactivex.Completable rxPut(io.vertx.reactivex.ext.web.Session);
    descriptor: (Lio/vertx/reactivex/ext/web/Session;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // io.vertx.reactivex.ext.web.Session session
         0: .line 238
            aload 0 /* this */
            aload 1 /* session */
            invokedynamic accept(Lio/vertx/reactivex/ext/web/sstore/SessionStore;Lio/vertx/reactivex/ext/web/Session;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/ext/web/sstore/SessionStore.lambda$7(Lio/vertx/reactivex/ext/web/Session;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.reactivex.ext.web.Session session
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    1     1  session  Lio/vertx/reactivex/ext/web/Session;
    MethodParameters:
         Name  Flags
      session  

  public void clear(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 248
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.sstore.SessionStore.delegate:Lio/vertx/ext/web/sstore/SessionStore;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.web.sstore.SessionStore.clear:(Lio/vertx/core/Handler;)V
         1: .line 249
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
         0: .line 255
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/ext/web/sstore/SessionStore.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.web.sstore.SessionStore.clear:(Lio/vertx/core/Handler;)V
         1: .line 256
            return
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;

  public io.reactivex.Completable rxClear();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
         0: .line 263
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/web/sstore/SessionStore;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/ext/web/sstore/SessionStore.lambda$9(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;

  public void size(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Integer>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 275
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.sstore.SessionStore.delegate:Lio/vertx/ext/web/sstore/SessionStore;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.web.sstore.SessionStore.size:(Lio/vertx/core/Handler;)V
         1: .line 276
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public void size();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
         0: .line 284
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/ext/web/sstore/SessionStore.lambda$10(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.web.sstore.SessionStore.size:(Lio/vertx/core/Handler;)V
         1: .line 285
            return
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;

  public io.reactivex.Single<java.lang.Integer> rxSize();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
         0: .line 294
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/web/sstore/SessionStore;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/ext/web/sstore/SessionStore.lambda$11(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
    Signature: ()Lio/reactivex/Single<Ljava/lang/Integer;>;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
         0: .line 303
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.sstore.SessionStore.delegate:Lio/vertx/ext/web/sstore/SessionStore;
            invokeinterface io.vertx.ext.web.sstore.SessionStore.close:()V
         1: .line 304
            return
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;

  public static io.vertx.reactivex.ext.web.sstore.SessionStore newInstance(io.vertx.ext.web.sstore.SessionStore);
    descriptor: (Lio/vertx/ext/web/sstore/SessionStore;)Lio/vertx/reactivex/ext/web/sstore/SessionStore;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.sstore.SessionStore arg
         0: .line 312
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.web.sstore.SessionStore
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.ext.web.sstore.SessionStore.<init>:(Lio/vertx/ext/web/sstore/SessionStore;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.web.sstore.SessionStore
         2: areturn
        end local 0 // io.vertx.ext.web.sstore.SessionStore arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/web/sstore/SessionStore;
    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 69
            new io.vertx.reactivex.ext.web.sstore.SessionStore
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.web.sstore.SessionStore
            invokespecial io.vertx.reactivex.ext.web.sstore.SessionStore.<init>:(Lio/vertx/ext/web/sstore/SessionStore;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static void lambda$2(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 173
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/web/Session;>;

  private void lambda$3(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 183
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.web.sstore.SessionStore.get:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 184
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/web/Session;>;>;

  private static void lambda$4(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 201
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$5(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 211
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.web.sstore.SessionStore.delete:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 212
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$6(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 229
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$7(io.vertx.reactivex.ext.web.Session, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/ext/web/Session;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 239
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.web.sstore.SessionStore.put:(Lio/vertx/reactivex/ext/web/Session;Lio/vertx/core/Handler;)V
         1: .line 240
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$8(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 255
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$9(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 264
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.web.sstore.SessionStore.clear:(Lio/vertx/core/Handler;)V
         1: .line 265
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$10(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 284
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;

  private void lambda$11(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 295
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.web.sstore.SessionStore.size:(Lio/vertx/core/Handler;)V
         1: .line 296
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;>;
}
SourceFile: "SessionStore.java"
NestMembers:
  io.vertx.reactivex.ext.web.sstore.SessionStore$1
InnerClasses:
  io.vertx.reactivex.ext.web.sstore.SessionStore$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/web/sstore/SessionStore;)