public final class io.reactivex.internal.operators.maybe.MaybeSubscribeOn<T> extends io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream<T, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeSubscribeOn
  super_class: io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream
{
  final io.reactivex.Scheduler scheduler;
    descriptor: Lio/reactivex/Scheduler;
    flags: (0x0010) ACC_FINAL

  public void <init>(io.reactivex.MaybeSource<T>, io.reactivex.Scheduler);
    descriptor: (Lio/reactivex/MaybeSource;Lio/reactivex/Scheduler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.maybe.MaybeSubscribeOn this
        start local 1 // io.reactivex.MaybeSource source
        start local 2 // io.reactivex.Scheduler scheduler
         0: .line 31
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream.<init>:(Lio/reactivex/MaybeSource;)V
         1: .line 32
            aload 0 /* this */
            aload 2 /* scheduler */
            putfield io.reactivex.internal.operators.maybe.MaybeSubscribeOn.scheduler:Lio/reactivex/Scheduler;
         2: .line 33
            return
        end local 2 // io.reactivex.Scheduler scheduler
        end local 1 // io.reactivex.MaybeSource source
        end local 0 // io.reactivex.internal.operators.maybe.MaybeSubscribeOn this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/reactivex/internal/operators/maybe/MaybeSubscribeOn<TT;>;
            0    3     1     source  Lio/reactivex/MaybeSource<TT;>;
            0    3     2  scheduler  Lio/reactivex/Scheduler;
    Signature: (Lio/reactivex/MaybeSource<TT;>;Lio/reactivex/Scheduler;)V
    MethodParameters:
           Name  Flags
      source     
      scheduler  

  protected void subscribeActual(io.reactivex.MaybeObserver<? super T>);
    descriptor: (Lio/reactivex/MaybeObserver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeSubscribeOn this
        start local 1 // io.reactivex.MaybeObserver observer
         0: .line 37
            new io.reactivex.internal.operators.maybe.MaybeSubscribeOn$SubscribeOnMaybeObserver
            dup
            aload 1 /* observer */
            invokespecial io.reactivex.internal.operators.maybe.MaybeSubscribeOn$SubscribeOnMaybeObserver.<init>:(Lio/reactivex/MaybeObserver;)V
            astore 2 /* parent */
        start local 2 // io.reactivex.internal.operators.maybe.MaybeSubscribeOn$SubscribeOnMaybeObserver parent
         1: .line 38
            aload 1 /* observer */
            aload 2 /* parent */
            invokeinterface io.reactivex.MaybeObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         2: .line 40
            aload 2 /* parent */
            getfield io.reactivex.internal.operators.maybe.MaybeSubscribeOn$SubscribeOnMaybeObserver.task:Lio/reactivex/internal/disposables/SequentialDisposable;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeSubscribeOn.scheduler:Lio/reactivex/Scheduler;
            new io.reactivex.internal.operators.maybe.MaybeSubscribeOn$SubscribeTask
            dup
            aload 2 /* parent */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeSubscribeOn.source:Lio/reactivex/MaybeSource;
            invokespecial io.reactivex.internal.operators.maybe.MaybeSubscribeOn$SubscribeTask.<init>:(Lio/reactivex/MaybeObserver;Lio/reactivex/MaybeSource;)V
            invokevirtual io.reactivex.Scheduler.scheduleDirect:(Ljava/lang/Runnable;)Lio/reactivex/disposables/Disposable;
            invokevirtual io.reactivex.internal.disposables.SequentialDisposable.replace:(Lio/reactivex/disposables/Disposable;)Z
            pop
         3: .line 41
            return
        end local 2 // io.reactivex.internal.operators.maybe.MaybeSubscribeOn$SubscribeOnMaybeObserver parent
        end local 1 // io.reactivex.MaybeObserver observer
        end local 0 // io.reactivex.internal.operators.maybe.MaybeSubscribeOn this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/reactivex/internal/operators/maybe/MaybeSubscribeOn<TT;>;
            0    4     1  observer  Lio/reactivex/MaybeObserver<-TT;>;
            1    4     2    parent  Lio/reactivex/internal/operators/maybe/MaybeSubscribeOn$SubscribeOnMaybeObserver<TT;>;
    Signature: (Lio/reactivex/MaybeObserver<-TT;>;)V
    MethodParameters:
          Name  Flags
      observer  
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/operators/maybe/AbstractMaybeWithUpstream<TT;TT;>;
SourceFile: "MaybeSubscribeOn.java"
NestMembers:
  io.reactivex.internal.operators.maybe.MaybeSubscribeOn$SubscribeOnMaybeObserver  io.reactivex.internal.operators.maybe.MaybeSubscribeOn$SubscribeTask
InnerClasses:
  final SubscribeOnMaybeObserver = io.reactivex.internal.operators.maybe.MaybeSubscribeOn$SubscribeOnMaybeObserver of io.reactivex.internal.operators.maybe.MaybeSubscribeOn
  final SubscribeTask = io.reactivex.internal.operators.maybe.MaybeSubscribeOn$SubscribeTask of io.reactivex.internal.operators.maybe.MaybeSubscribeOn