public class io.vertx.rxjava.core.RxHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.core.RxHelper
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.RxHelper this
         0: .line 21
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.rxjava.core.RxHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/RxHelper;

  public static rx.plugins.RxJavaSchedulersHook schedulerHook(io.vertx.rxjava.core.Vertx);
    descriptor: (Lio/vertx/rxjava/core/Vertx;)Lrx/plugins/RxJavaSchedulersHook;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx vertx
         0: .line 31
            aload 0 /* vertx */
            invokevirtual io.vertx.rxjava.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            invokestatic io.vertx.rx.java.RxHelper.schedulerHook:(Lio/vertx/core/Vertx;)Lrx/plugins/RxJavaSchedulersHook;
            areturn
        end local 0 // io.vertx.rxjava.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/rxjava/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public static rx.plugins.RxJavaSchedulersHook schedulerHook(io.vertx.rxjava.core.Context);
    descriptor: (Lio/vertx/rxjava/core/Context;)Lrx/plugins/RxJavaSchedulersHook;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Context context
         0: .line 41
            aload 0 /* context */
            invokevirtual io.vertx.rxjava.core.Context.getDelegate:()Lio/vertx/core/Context;
            invokestatic io.vertx.rx.java.RxHelper.schedulerHook:(Lio/vertx/core/Context;)Lrx/plugins/RxJavaSchedulersHook;
            areturn
        end local 0 // io.vertx.rxjava.core.Context context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lio/vertx/rxjava/core/Context;
    MethodParameters:
         Name  Flags
      context  

  public static rx.Scheduler scheduler(io.vertx.rxjava.core.Vertx);
    descriptor: (Lio/vertx/rxjava/core/Vertx;)Lrx/Scheduler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx vertx
         0: .line 51
            new io.vertx.rx.java.ContextScheduler
            dup
            aload 0 /* vertx */
            invokevirtual io.vertx.rxjava.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            iconst_0
            invokespecial io.vertx.rx.java.ContextScheduler.<init>:(Lio/vertx/core/Vertx;Z)V
            areturn
        end local 0 // io.vertx.rxjava.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/rxjava/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public static rx.Scheduler scheduler(io.vertx.rxjava.core.WorkerExecutor);
    descriptor: (Lio/vertx/rxjava/core/WorkerExecutor;)Lrx/Scheduler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.WorkerExecutor executor
         0: .line 61
            new io.vertx.rx.java.ContextScheduler
            dup
            aload 0 /* executor */
            invokevirtual io.vertx.rxjava.core.WorkerExecutor.getDelegate:()Lio/vertx/core/WorkerExecutor;
            iconst_0
            invokespecial io.vertx.rx.java.ContextScheduler.<init>:(Lio/vertx/core/WorkerExecutor;Z)V
            areturn
        end local 0 // io.vertx.rxjava.core.WorkerExecutor executor
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  executor  Lio/vertx/rxjava/core/WorkerExecutor;
    MethodParameters:
          Name  Flags
      executor  

  public static rx.Scheduler scheduler(io.vertx.rxjava.core.Context);
    descriptor: (Lio/vertx/rxjava/core/Context;)Lrx/Scheduler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Context context
         0: .line 71
            new io.vertx.rx.java.ContextScheduler
            dup
            aload 0 /* context */
            invokevirtual io.vertx.rxjava.core.Context.getDelegate:()Lio/vertx/core/Context;
            iconst_0
            invokespecial io.vertx.rx.java.ContextScheduler.<init>:(Lio/vertx/core/Context;Z)V
            areturn
        end local 0 // io.vertx.rxjava.core.Context context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lio/vertx/rxjava/core/Context;
    MethodParameters:
         Name  Flags
      context  

  public static rx.Scheduler blockingScheduler(io.vertx.rxjava.core.Vertx);
    descriptor: (Lio/vertx/rxjava/core/Vertx;)Lrx/Scheduler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx vertx
         0: .line 82
            new io.vertx.rx.java.ContextScheduler
            dup
            aload 0 /* vertx */
            invokevirtual io.vertx.rxjava.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            iconst_1
            invokespecial io.vertx.rx.java.ContextScheduler.<init>:(Lio/vertx/core/Context;Z)V
            areturn
        end local 0 // io.vertx.rxjava.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/rxjava/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public static rx.Scheduler blockingScheduler(io.vertx.rxjava.core.Vertx, boolean);
    descriptor: (Lio/vertx/rxjava/core/Vertx;Z)Lrx/Scheduler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx vertx
        start local 1 // boolean ordered
         0: .line 96
            new io.vertx.rx.java.ContextScheduler
            dup
            aload 0 /* vertx */
            invokevirtual io.vertx.rxjava.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            iconst_1
            iload 1 /* ordered */
            invokespecial io.vertx.rx.java.ContextScheduler.<init>:(Lio/vertx/core/Context;ZZ)V
            areturn
        end local 1 // boolean ordered
        end local 0 // io.vertx.rxjava.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    vertx  Lio/vertx/rxjava/core/Vertx;
            0    1     1  ordered  Z
    MethodParameters:
         Name  Flags
      vertx    
      ordered  

  public static <T> rx.Observable$Operator<T, io.vertx.rxjava.core.buffer.Buffer> unmarshaller(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Lrx/Observable$Operator;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class mappedType
         0: .line 113
            new io.vertx.rxjava.core.RxHelper$1
            dup
            aload 0 /* mappedType */
            invokespecial io.vertx.rxjava.core.RxHelper$1.<init>:(Ljava/lang/Class;)V
            areturn
        end local 0 // java.lang.Class mappedType
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  mappedType  Ljava/lang/Class<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)Lrx/Observable$Operator<TT;Lio/vertx/rxjava/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      mappedType  

  public static rx.Observable<java.lang.String> deployVerticle(io.vertx.rxjava.core.Vertx, io.vertx.core.Verticle);
    descriptor: (Lio/vertx/rxjava/core/Vertx;Lio/vertx/core/Verticle;)Lrx/Observable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx vertx
        start local 1 // io.vertx.core.Verticle verticle
         0: .line 130
            aload 0 /* vertx */
            aload 1 /* verticle */
            new io.vertx.core.DeploymentOptions
            dup
            invokespecial io.vertx.core.DeploymentOptions.<init>:()V
            invokestatic io.vertx.rxjava.core.RxHelper.deployVerticle:(Lio/vertx/rxjava/core/Vertx;Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;)Lrx/Observable;
            areturn
        end local 1 // io.vertx.core.Verticle verticle
        end local 0 // io.vertx.rxjava.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0     vertx  Lio/vertx/rxjava/core/Vertx;
            0    1     1  verticle  Lio/vertx/core/Verticle;
    Signature: (Lio/vertx/rxjava/core/Vertx;Lio/vertx/core/Verticle;)Lrx/Observable<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      vertx     
      verticle  

  public static rx.Observable<java.lang.String> deployVerticle(io.vertx.rxjava.core.Vertx, io.vertx.core.Verticle, io.vertx.core.DeploymentOptions);
    descriptor: (Lio/vertx/rxjava/core/Vertx;Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;)Lrx/Observable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx vertx
        start local 1 // io.vertx.core.Verticle verticle
        start local 2 // io.vertx.core.DeploymentOptions options
         0: .line 143
            invokestatic io.vertx.rx.java.RxHelper.observableFuture:()Lio/vertx/rx/java/ObservableFuture;
            astore 3 /* completionHandler */
        start local 3 // io.vertx.rx.java.ObservableFuture completionHandler
         1: .line 144
            aload 0 /* vertx */
            invokevirtual io.vertx.rxjava.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* verticle */
            aload 2 /* options */
            aload 3 /* completionHandler */
            invokevirtual io.vertx.rx.java.ObservableFuture.toHandler:()Lio/vertx/core/Handler;
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
         2: .line 145
            aload 3 /* completionHandler */
            areturn
        end local 3 // io.vertx.rx.java.ObservableFuture completionHandler
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // io.vertx.core.Verticle verticle
        end local 0 // io.vertx.rxjava.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0              vertx  Lio/vertx/rxjava/core/Vertx;
            0    3     1           verticle  Lio/vertx/core/Verticle;
            0    3     2            options  Lio/vertx/core/DeploymentOptions;
            1    3     3  completionHandler  Lio/vertx/rx/java/ObservableFuture<Ljava/lang/String;>;
    Signature: (Lio/vertx/rxjava/core/Vertx;Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;)Lrx/Observable<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      vertx     
      verticle  
      options   
}
SourceFile: "RxHelper.java"
NestMembers:
  io.vertx.rxjava.core.RxHelper$1
InnerClasses:
  io.vertx.rxjava.core.RxHelper$1
  public abstract Operator = rx.Observable$Operator of rx.Observable