final class io.reactivex.internal.functions.Functions$EmptyRunnable implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.functions.Functions$EmptyRunnable
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.functions.Functions$EmptyRunnable this
         0: .line 664
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.reactivex.internal.functions.Functions$EmptyRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/functions/Functions$EmptyRunnable;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.reactivex.internal.functions.Functions$EmptyRunnable this
         0: .line 666
            return
        end local 0 // io.reactivex.internal.functions.Functions$EmptyRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/functions/Functions$EmptyRunnable;

  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.reactivex.internal.functions.Functions$EmptyRunnable this
         0: .line 670
            ldc "EmptyRunnable"
            areturn
        end local 0 // io.reactivex.internal.functions.Functions$EmptyRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/functions/Functions$EmptyRunnable;
}
SourceFile: "Functions.java"
NestHost: io.reactivex.internal.functions.Functions
InnerClasses:
  final EmptyRunnable = io.reactivex.internal.functions.Functions$EmptyRunnable of io.reactivex.internal.functions.Functions