class io.vertx.rx.java.RxHelper$3 extends rx.plugins.RxJavaSchedulersHook
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.rx.java.RxHelper$3
  super_class: rx.plugins.RxJavaSchedulersHook
{
  private final io.vertx.core.Vertx val$vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rx.java.RxHelper$3 this
         0: .line 335
            aload 0 /* this */
            aload 1
            putfield io.vertx.rx.java.RxHelper$3.val$vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            invokespecial rx.plugins.RxJavaSchedulersHook.<init>:()V
            return
        end local 0 // io.vertx.rx.java.RxHelper$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rx/java/RxHelper$3;
    MethodParameters:
           Name  Flags
      val$vertx  final

  public rx.Scheduler getComputationScheduler();
    descriptor: ()Lrx/Scheduler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rx.java.RxHelper$3 this
         0: .line 338
            aload 0 /* this */
            getfield io.vertx.rx.java.RxHelper$3.val$vertx:Lio/vertx/core/Vertx;
            invokestatic io.vertx.rx.java.RxHelper.scheduler:(Lio/vertx/core/Vertx;)Lrx/Scheduler;
            areturn
        end local 0 // io.vertx.rx.java.RxHelper$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rx/java/RxHelper$3;

  public rx.Scheduler getIOScheduler();
    descriptor: ()Lrx/Scheduler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rx.java.RxHelper$3 this
         0: .line 342
            aload 0 /* this */
            getfield io.vertx.rx.java.RxHelper$3.val$vertx:Lio/vertx/core/Vertx;
            invokestatic io.vertx.rx.java.RxHelper.blockingScheduler:(Lio/vertx/core/Vertx;)Lrx/Scheduler;
            areturn
        end local 0 // io.vertx.rx.java.RxHelper$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rx/java/RxHelper$3;

  public rx.Scheduler getNewThreadScheduler();
    descriptor: ()Lrx/Scheduler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rx.java.RxHelper$3 this
         0: .line 346
            aload 0 /* this */
            getfield io.vertx.rx.java.RxHelper$3.val$vertx:Lio/vertx/core/Vertx;
            invokestatic io.vertx.rx.java.RxHelper.scheduler:(Lio/vertx/core/Vertx;)Lrx/Scheduler;
            areturn
        end local 0 // io.vertx.rx.java.RxHelper$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rx/java/RxHelper$3;
}
SourceFile: "RxHelper.java"
EnclosingMethod: io.vertx.rx.java.RxHelper.schedulerHook:(Lio/vertx/core/Vertx;)Lrx/plugins/RxJavaSchedulersHook;
NestHost: io.vertx.rx.java.RxHelper
InnerClasses:
  io.vertx.rx.java.RxHelper$3