class io.reactivex.internal.schedulers.SchedulerWhen$OnCompletedAction implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.reactivex.internal.schedulers.SchedulerWhen$OnCompletedAction
  super_class: java.lang.Object
{
  final io.reactivex.CompletableObserver actionCompletable;
    descriptor: Lio/reactivex/CompletableObserver;
    flags: (0x0010) ACC_FINAL

  final java.lang.Runnable action;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0010) ACC_FINAL

  void <init>(java.lang.Runnable, io.reactivex.CompletableObserver);
    descriptor: (Ljava/lang/Runnable;Lio/reactivex/CompletableObserver;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.schedulers.SchedulerWhen$OnCompletedAction this
        start local 1 // java.lang.Runnable action
        start local 2 // io.reactivex.CompletableObserver actionCompletable
         0: .line 251
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 252
            aload 0 /* this */
            aload 1 /* action */
            putfield io.reactivex.internal.schedulers.SchedulerWhen$OnCompletedAction.action:Ljava/lang/Runnable;
         2: .line 253
            aload 0 /* this */
            aload 2 /* actionCompletable */
            putfield io.reactivex.internal.schedulers.SchedulerWhen$OnCompletedAction.actionCompletable:Lio/reactivex/CompletableObserver;
         3: .line 254
            return
        end local 2 // io.reactivex.CompletableObserver actionCompletable
        end local 1 // java.lang.Runnable action
        end local 0 // io.reactivex.internal.schedulers.SchedulerWhen$OnCompletedAction this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lio/reactivex/internal/schedulers/SchedulerWhen$OnCompletedAction;
            0    4     1             action  Ljava/lang/Runnable;
            0    4     2  actionCompletable  Lio/reactivex/CompletableObserver;
    MethodParameters:
                   Name  Flags
      action             
      actionCompletable  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.reactivex.internal.schedulers.SchedulerWhen$OnCompletedAction this
         0: .line 259
            aload 0 /* this */
            getfield io.reactivex.internal.schedulers.SchedulerWhen$OnCompletedAction.action:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
         1: .line 260
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1
         3: .line 261
            aload 0 /* this */
            getfield io.reactivex.internal.schedulers.SchedulerWhen$OnCompletedAction.actionCompletable:Lio/reactivex/CompletableObserver;
            invokeinterface io.reactivex.CompletableObserver.onComplete:()V
         4: .line 262
            aload 1
            athrow
         5: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.schedulers.SchedulerWhen$OnCompletedAction.actionCompletable:Lio/reactivex/CompletableObserver;
            invokeinterface io.reactivex.CompletableObserver.onComplete:()V
         6: .line 263
            return
        end local 0 // io.reactivex.internal.schedulers.SchedulerWhen$OnCompletedAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/schedulers/SchedulerWhen$OnCompletedAction;
      Exception table:
        from    to  target  type
           0     2       2  any
}
SourceFile: "SchedulerWhen.java"
NestHost: io.reactivex.internal.schedulers.SchedulerWhen
InnerClasses:
  OnCompletedAction = io.reactivex.internal.schedulers.SchedulerWhen$OnCompletedAction of io.reactivex.internal.schedulers.SchedulerWhen