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 95
            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 96
            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 95
            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 97
            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 79
            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 84
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 85
      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 86
      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 87
            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 92
            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 101
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 102
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
         2: .line 103
            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 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.core.Context this
        start local 1 // java.lang.Object delegate
         0: .line 105
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 106
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.core.Context
            putfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
         2: .line 107
            return
        end local 1 // java.lang.Object 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  Ljava/lang/Object;
    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 110
            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 122
            invokestatic io.vertx.core.Context.isOnWorkerThread:()Z
            istore 0 /* ret */
        start local 0 // boolean ret
         1: .line 123
            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 134
            invokestatic io.vertx.core.Context.isOnEventLoopThread:()Z
            istore 0 /* ret */
        start local 0 // boolean ret
         1: .line 135
            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 143
            invokestatic io.vertx.core.Context.isOnVertxThread:()Z
            istore 0 /* ret */
        start local 0 // boolean ret
         1: .line 144
            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 152
            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 153
            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 180
            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 184
            iload 2 /* ordered */
            aload 3 /* resultHandler */
         2: .line 180
            invokeinterface io.vertx.core.Context.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         3: .line 185
            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> void executeBlocking(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>, );
    descriptor: (Lio/vertx/core/Handler;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, 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 // boolean ordered
         0: .line 211
            aload 0 /* this */
            aload 1 /* blockingCodeHandler */
            iload 2 /* ordered */
            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/rxjava/core/Context.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.Context.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         1: .line 212
            return
        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    2     0                 this  Lio/vertx/rxjava/core/Context;
            0    2     1  blockingCodeHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;
            0    2     2              ordered  Z
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;Z)V
    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=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 // boolean ordered
         0: .line 239
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* blockingCodeHandler */
            iload 2 /* ordered */
            invokedynamic accept(Lio/vertx/rxjava/core/Context;Lio/vertx/core/Handler;Z)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/rxjava/core/Context.lambda$3(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        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    1     0                 this  Lio/vertx/rxjava/core/Context;
            0    1     1  blockingCodeHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;
            0    1     2              ordered  Z
    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 250
            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 254
            aload 2 /* resultHandler */
         2: .line 250
            invokeinterface io.vertx.core.Context.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         3: .line 255
            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> void executeBlocking(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Context this
        start local 1 // io.vertx.core.Handler blockingCodeHandler
         0: .line 262
            aload 0 /* this */
            aload 1 /* blockingCodeHandler */
            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/rxjava/core/Context.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.Context.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         1: .line 263
            return
        end local 1 // io.vertx.core.Handler blockingCodeHandler
        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  blockingCodeHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;)V
    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=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Context this
        start local 1 // io.vertx.core.Handler blockingCodeHandler
         0: .line 271
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* blockingCodeHandler */
            invokedynamic accept(Lio/vertx/rxjava/core/Context;Lio/vertx/core/Handler;)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/rxjava/core/Context.lambda$5(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.core.Handler blockingCodeHandler
        end local 0 // io.vertx.rxjava.core.Context this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lio/vertx/rxjava/core/Context;
            0    1     1  blockingCodeHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;
    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 281
            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 282
            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 291
            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 292
            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 300
            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 301
            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 313
            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 314
            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 326
            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 327
            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 336
            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 337
            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 348
            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 349
            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 357
            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 358
            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 <T> T getLocal(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 367
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            aload 1 /* key */
            invokeinterface io.vertx.core.Context.getLocal:(Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* ret */
        start local 2 // java.lang.Object ret
         1: .line 368
            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 putLocal(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 379
            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.putLocal:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 380
            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 removeLocal(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 388
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Context.delegate:Lio/vertx/core/Context;
            aload 1 /* key */
            invokeinterface io.vertx.core.Context.removeLocal:(Ljava/lang/String;)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 389
            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 396
            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 397
            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 404
            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 405
            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 416
            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 417
            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 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 421
            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 95
            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;

  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 211
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<TT;>;

  private void lambda$3(io.vertx.core.Handler, boolean, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.Context this
        start local 3 // io.vertx.core.Handler fut
         0: .line 240
            aload 0 /* this */
            aload 1
            iload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.core.Context.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         1: .line 241
            return
        end local 3 // io.vertx.core.Handler fut
        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     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;

  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 262
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<TT;>;

  private void lambda$5(io.vertx.core.Handler, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Context this
        start local 2 // io.vertx.core.Handler fut
         0: .line 272
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.Context.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         1: .line 273
            return
        end local 2 // io.vertx.core.Handler fut
        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     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
}
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
  public abstract OnSubscribe = rx.Single$OnSubscribe of rx.Single
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/Context;)