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

  private final io.vertx.ext.web.Session delegate;
    descriptor: Lio/vertx/ext/web/Session;
    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 74
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/ext/web/Session.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 75
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/ext/web/Session.getDelegate()Lio/vertx/ext/web/Session; (5)
                  (Lio/vertx/rxjava/ext/web/Session;)Ljava/lang/Object;
         2: .line 74
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.ext.web.Session.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 76
            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.rxjava.ext.web.Session this
         0: .line 58
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.web.Session.delegate:Lio/vertx/ext/web/Session;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.ext.web.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/web/Session;

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

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

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

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

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

  public io.vertx.rxjava.ext.web.Session regenerateId();
    descriptor: ()Lio/vertx/rxjava/ext/web/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.ext.web.Session this
         0: .line 97
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.web.Session.delegate:Lio/vertx/ext/web/Session;
            invokeinterface io.vertx.ext.web.Session.regenerateId:()Lio/vertx/ext/web/Session;
            invokestatic io.vertx.rxjava.ext.web.Session.newInstance:(Lio/vertx/ext/web/Session;)Lio/vertx/rxjava/ext/web/Session;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.ext.web.Session ret
         1: .line 98
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.ext.web.Session ret
        end local 0 // io.vertx.rxjava.ext.web.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/ext/web/Session;
            1    2     1   ret  Lio/vertx/rxjava/ext/web/Session;

  public java.lang.String id();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.ext.web.Session this
         0: .line 105
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.web.Session.delegate:Lio/vertx/ext/web/Session;
            invokeinterface io.vertx.ext.web.Session.id:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 106
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.ext.web.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/ext/web/Session;
            1    2     1   ret  Ljava/lang/String;

  public io.vertx.rxjava.ext.web.Session put(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/rxjava/ext/web/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.ext.web.Session this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object obj
         0: .line 116
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.web.Session.delegate:Lio/vertx/ext/web/Session;
            aload 1 /* key */
            aload 2 /* obj */
            invokeinterface io.vertx.ext.web.Session.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/ext/web/Session;
            pop
         1: .line 117
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Object obj
        end local 1 // java.lang.String key
        end local 0 // io.vertx.rxjava.ext.web.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/ext/web/Session;
            0    2     1   key  Ljava/lang/String;
            0    2     2   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   
      obj   

  public io.vertx.rxjava.ext.web.Session putIfAbsent(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/rxjava/ext/web/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.ext.web.Session this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object obj
         0: .line 127
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.web.Session.delegate:Lio/vertx/ext/web/Session;
            aload 1 /* key */
            aload 2 /* obj */
            invokeinterface io.vertx.ext.web.Session.putIfAbsent:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/ext/web/Session;
            pop
         1: .line 128
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Object obj
        end local 1 // java.lang.String key
        end local 0 // io.vertx.rxjava.ext.web.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/ext/web/Session;
            0    2     1   key  Ljava/lang/String;
            0    2     2   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   
      obj   

  public io.vertx.rxjava.ext.web.Session computeIfAbsent(java.lang.String, java.util.function.Function<java.lang.String, java.lang.Object>);
    descriptor: (Ljava/lang/String;Ljava/util/function/Function;)Lio/vertx/rxjava/ext/web/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.ext.web.Session this
        start local 1 // java.lang.String key
        start local 2 // java.util.function.Function mappingFunction
         0: .line 142
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.web.Session.delegate:Lio/vertx/ext/web/Session;
            aload 1 /* key */
            aload 2 /* mappingFunction */
            invokeinterface io.vertx.ext.web.Session.computeIfAbsent:(Ljava/lang/String;Ljava/util/function/Function;)Lio/vertx/ext/web/Session;
            pop
         1: .line 143
            aload 0 /* this */
            areturn
        end local 2 // java.util.function.Function mappingFunction
        end local 1 // java.lang.String key
        end local 0 // io.vertx.rxjava.ext.web.Session this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/ext/web/Session;
            0    2     1              key  Ljava/lang/String;
            0    2     2  mappingFunction  Ljava/util/function/Function<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Ljava/lang/String;Ljava/util/function/Function<Ljava/lang/String;Ljava/lang/Object;>;)Lio/vertx/rxjava/ext/web/Session;
    MethodParameters:
                 Name  Flags
      key              
      mappingFunction  

  public <T> T get(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.ext.web.Session this
        start local 1 // java.lang.String key
         0: .line 152
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.web.Session.delegate:Lio/vertx/ext/web/Session;
            aload 1 /* key */
            invokeinterface io.vertx.ext.web.Session.get:(Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* ret */
        start local 2 // java.lang.Object ret
         1: .line 153
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Object ret
        end local 1 // java.lang.String key
        end local 0 // io.vertx.rxjava.ext.web.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/ext/web/Session;
            0    2     1   key  Ljava/lang/String;
            1    2     2   ret  TT;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;)TT;
    MethodParameters:
      Name  Flags
      key   

  public <T> T remove(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.ext.web.Session this
        start local 1 // java.lang.String key
         0: .line 162
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.web.Session.delegate:Lio/vertx/ext/web/Session;
            aload 1 /* key */
            invokeinterface io.vertx.ext.web.Session.remove:(Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* ret */
        start local 2 // java.lang.Object ret
         1: .line 163
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Object ret
        end local 1 // java.lang.String key
        end local 0 // io.vertx.rxjava.ext.web.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/ext/web/Session;
            0    2     1   key  Ljava/lang/String;
            1    2     2   ret  TT;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;)TT;
    MethodParameters:
      Name  Flags
      key   

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.ext.web.Session this
         0: .line 170
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.web.Session.delegate:Lio/vertx/ext/web/Session;
            invokeinterface io.vertx.ext.web.Session.isEmpty:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 171
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.ext.web.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/ext/web/Session;
            1    2     1   ret  Z

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

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

  public boolean isDestroyed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.ext.web.Session this
         0: .line 193
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.web.Session.delegate:Lio/vertx/ext/web/Session;
            invokeinterface io.vertx.ext.web.Session.isDestroyed:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 194
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.ext.web.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/ext/web/Session;
            1    2     1   ret  Z

  public boolean isRegenerated();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.ext.web.Session this
         0: .line 201
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.web.Session.delegate:Lio/vertx/ext/web/Session;
            invokeinterface io.vertx.ext.web.Session.isRegenerated:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 202
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.ext.web.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/ext/web/Session;
            1    2     1   ret  Z

  public java.lang.String oldId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.ext.web.Session this
         0: .line 209
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.web.Session.delegate:Lio/vertx/ext/web/Session;
            invokeinterface io.vertx.ext.web.Session.oldId:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 210
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.ext.web.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/ext/web/Session;
            1    2     1   ret  Ljava/lang/String;

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

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

  public java.lang.String value();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.ext.web.Session this
         0: .line 233
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.web.Session.delegate:Lio/vertx/ext/web/Session;
            invokeinterface io.vertx.ext.web.Session.value:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 234
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.ext.web.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/ext/web/Session;
            1    2     1   ret  Ljava/lang/String;

  public java.util.Map<java.lang.String, java.lang.Object> data();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.ext.web.Session this
         0: .line 241
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.web.Session.delegate:Lio/vertx/ext/web/Session;
            invokeinterface io.vertx.ext.web.Session.data:()Ljava/util/Map;
            astore 1 /* ret */
        start local 1 // java.util.Map ret
         1: .line 242
            aload 1 /* ret */
            areturn
        end local 1 // java.util.Map ret
        end local 0 // io.vertx.rxjava.ext.web.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/ext/web/Session;
            1    2     1   ret  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  public static io.vertx.rxjava.ext.web.Session newInstance(io.vertx.ext.web.Session);
    descriptor: (Lio/vertx/ext/web/Session;)Lio/vertx/rxjava/ext/web/Session;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.Session arg
         0: .line 246
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.ext.web.Session
            dup
            aload 0 /* arg */
            invokespecial io.vertx.rxjava.ext.web.Session.<init>:(Lio/vertx/ext/web/Session;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.rxjava.ext.web.Session
         2: areturn
        end local 0 // io.vertx.ext.web.Session arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/web/Session;
    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 74
            new io.vertx.rxjava.ext.web.Session
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.web.Session
            invokespecial io.vertx.rxjava.ext.web.Session.<init>:(Lio/vertx/ext/web/Session;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
SourceFile: "Session.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/web/Session;)