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

  private final io.vertx.core.Context delegate;
    descriptor: Lio/vertx/core/Context;
    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 85
            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/core/Context.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 86
            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/core/Context.getDelegate()Lio/vertx/core/Context; (5)
                  (Lio/vertx/rxjava/core/Context;)Ljava/lang/Object;
         2: .line 85
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.Context.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 87
            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.core.Context this
         0: .line 69
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/Context;

  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.core.Context this
        start local 1 // java.lang.Object o
         0: .line 74
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 75
      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 76
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.core.Context
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.core.Context that
         4: .line 77
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            aload 2 /* that */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.core.Context that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/Context;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/core/Context;
    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.core.Context this
         0: .line 82
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/Context;

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

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

  public static boolean isOnWorkerThread();
    descriptor: ()Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 107
            invokestatic io.vertx.core.Context.isOnWorkerThread:()Z
            istore 0 /* ret */
        start local 0 // boolean ret
         1: .line 108
            iload 0 /* ret */
            ireturn
        end local 0 // boolean ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0   ret  Z

  public static boolean isOnEventLoopThread();
    descriptor: ()Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 119
            invokestatic io.vertx.core.Context.isOnEventLoopThread:()Z
            istore 0 /* ret */
        start local 0 // boolean ret
         1: .line 120
            iload 0 /* ret */
            ireturn
        end local 0 // boolean ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0   ret  Z

  public static boolean isOnVertxThread();
    descriptor: ()Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 128
            invokestatic io.vertx.core.Context.isOnVertxThread:()Z
            istore 0 /* ret */
        start local 0 // boolean ret
         1: .line 129
            iload 0 /* ret */
            ireturn
        end local 0 // boolean ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0   ret  Z

  public void runOnContext(io.vertx.core.Handler<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.rxjava.core.Context this
        start local 1 // io.vertx.core.Handler action
         0: .line 137
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            aload 1 /* action */
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         1: .line 138
            return
        end local 1 // io.vertx.core.Handler action
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/Context;
            0    2     1  action  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
        Name  Flags
      action  

  public <T> void executeBlocking(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>);
    descriptor: (Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.Context this
        start local 1 // io.vertx.core.Handler blockingCodeHandler
        start local 2 // boolean ordered
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 165
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            new io.vertx.rxjava.core.Context$1
            dup
            aload 0 /* this */
            aload 1 /* blockingCodeHandler */
            invokespecial io.vertx.rxjava.core.Context$1.<init>:(Lio/vertx/rxjava/core/Context;Lio/vertx/core/Handler;)V
         1: .line 169
            iload 2 /* ordered */
            aload 3 /* resultHandler */
         2: .line 165
            invokeinterface io.vertx.core.Context.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         3: .line 170
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // boolean ordered
        end local 1 // io.vertx.core.Handler blockingCodeHandler
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lio/vertx/rxjava/core/Context;
            0    4     1  blockingCodeHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;
            0    4     2              ordered  Z
            0    4     3        resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;)V
    MethodParameters:
                     Name  Flags
      blockingCodeHandler  
      ordered              
      resultHandler        

  public <T> rx.Observable<T> executeBlockingObservable(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>, boolean);
    descriptor: (Lio/vertx/core/Handler;Z)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Context this
         0: .line 199
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/Context;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;Z)Lrx/Observable<TT;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                     Name  Flags
      blockingCodeHandler  
      ordered              

  public <T> rx.Single<T> rxExecuteBlocking(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>, boolean);
    descriptor: (Lio/vertx/core/Handler;Z)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Context this
         0: .line 229
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/Context;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;Z)Lrx/Single<TT;>;
    MethodParameters:
                     Name  Flags
      blockingCodeHandler  
      ordered              

  public <T> void executeBlocking(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>, io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Context this
        start local 1 // io.vertx.core.Handler blockingCodeHandler
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 240
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            new io.vertx.rxjava.core.Context$2
            dup
            aload 0 /* this */
            aload 1 /* blockingCodeHandler */
            invokespecial io.vertx.rxjava.core.Context$2.<init>:(Lio/vertx/rxjava/core/Context;Lio/vertx/core/Handler;)V
         1: .line 244
            aload 2 /* resultHandler */
         2: .line 240
            invokeinterface io.vertx.core.Context.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         3: .line 245
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.core.Handler blockingCodeHandler
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lio/vertx/rxjava/core/Context;
            0    4     1  blockingCodeHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;
            0    4     2        resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;)V
    MethodParameters:
                     Name  Flags
      blockingCodeHandler  
      resultHandler        

  public <T> rx.Observable<T> executeBlockingObservable(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>);
    descriptor: (Lio/vertx/core/Handler;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Context this
         0: .line 255
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/Context;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;)Lrx/Observable<TT;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                     Name  Flags
      blockingCodeHandler  

  public <T> rx.Single<T> rxExecuteBlocking(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>);
    descriptor: (Lio/vertx/core/Handler;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Context this
         0: .line 266
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/Context;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;)Lrx/Single<TT;>;
    MethodParameters:
                     Name  Flags
      blockingCodeHandler  

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

  public io.vertx.core.json.JsonObject config();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Context this
         0: .line 286
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            invokeinterface io.vertx.core.Context.config:()Lio/vertx/core/json/JsonObject;
            astore 1 /* ret */
        start local 1 // io.vertx.core.json.JsonObject ret
         1: .line 287
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.json.JsonObject ret
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Context;
            1    2     1   ret  Lio/vertx/core/json/JsonObject;

  public java.util.List<java.lang.String> processArgs();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Context this
         0: .line 295
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            invokeinterface io.vertx.core.Context.processArgs:()Ljava/util/List;
            astore 1 /* ret */
        start local 1 // java.util.List ret
         1: .line 296
            aload 1 /* ret */
            areturn
        end local 1 // java.util.List ret
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Context;
            1    2     1   ret  Ljava/util/List<Ljava/lang/String;>;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

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

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

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

  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.core.Context this
        start local 1 // java.lang.String key
         0: .line 340
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            aload 1 /* key */
            invokeinterface io.vertx.core.Context.get:(Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* ret */
        start local 2 // java.lang.Object ret
         1: .line 341
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Object ret
        end local 1 // java.lang.String key
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Context;
            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 void put(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Context this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object value
         0: .line 352
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface io.vertx.core.Context.put:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 353
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/Context;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      key    
      value  

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

  public io.vertx.rxjava.core.Vertx owner();
    descriptor: ()Lio/vertx/rxjava/core/Vertx;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Context this
         0: .line 369
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            invokeinterface io.vertx.core.Context.owner:()Lio/vertx/core/Vertx;
            invokestatic io.vertx.rxjava.core.Vertx.newInstance:(Lio/vertx/core/Vertx;)Lio/vertx/rxjava/core/Vertx;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.Vertx ret
         1: .line 370
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.Vertx ret
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Context;
            1    2     1   ret  Lio/vertx/rxjava/core/Vertx;

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

  public io.vertx.rxjava.core.Context exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/Context;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Context this
        start local 1 // io.vertx.core.Handler handler
         0: .line 389
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            aload 1 /* handler */
            invokeinterface io.vertx.core.Context.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Context;
            pop
         1: .line 390
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/Context;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/rxjava/core/Context;
    MethodParameters:
         Name  Flags
      handler  

  public void addCloseHook(io.vertx.core.Closeable);
    descriptor: (Lio/vertx/core/Closeable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Context this
        start local 1 // io.vertx.core.Closeable hook
         0: .line 394
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            aload 1 /* hook */
            invokeinterface io.vertx.core.Context.addCloseHook:(Lio/vertx/core/Closeable;)V
         1: .line 395
            return
        end local 1 // io.vertx.core.Closeable hook
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Context;
            0    2     1  hook  Lio/vertx/core/Closeable;
    MethodParameters:
      Name  Flags
      hook  

  public boolean removeCloseHook(io.vertx.core.Closeable);
    descriptor: (Lio/vertx/core/Closeable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Context this
        start local 1 // io.vertx.core.Closeable hook
         0: .line 398
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            aload 1 /* hook */
            invokeinterface io.vertx.core.Context.removeCloseHook:(Lio/vertx/core/Closeable;)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 399
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // io.vertx.core.Closeable hook
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Context;
            0    2     1  hook  Lio/vertx/core/Closeable;
            1    2     2   ret  Z
    MethodParameters:
      Name  Flags
      hook  

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