public interface com.android.internal.util.FunctionalUtils$ThrowingRunnable extends java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.android.internal.util.FunctionalUtils$ThrowingRunnable
  super_class: java.lang.Object
{
  public abstract void runOrThrow();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.android.internal.util.FunctionalUtils$ThrowingRunnable this
         0: .line 74
            aload 0 /* this */
            invokeinterface com.android.internal.util.FunctionalUtils$ThrowingRunnable.runOrThrow:()V
         1: .line 75
            goto 4
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: astore 1 /* ex */
        start local 1 // java.lang.Exception ex
         3: .line 76
            aload 1 /* ex */
            invokestatic android.util.ExceptionUtils.propagate:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 1 // java.lang.Exception ex
         4: .line 78
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.android.internal.util.FunctionalUtils$ThrowingRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/android/internal/util/FunctionalUtils$ThrowingRunnable;
            3    4     1    ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
}
SourceFile: "FunctionalUtils.java"
NestHost: com.android.internal.util.FunctionalUtils
InnerClasses:
  public abstract ThrowingRunnable = com.android.internal.util.FunctionalUtils$ThrowingRunnable of com.android.internal.util.FunctionalUtils
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()