public interface org.apache.commons.lang3.Functions$FailableRunnable<T extends java.lang.Throwable>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.lang3.Functions$FailableRunnable
  super_class: java.lang.Object
{
  public abstract void run() throws T;
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Throwable
    Signature: ()V^TT;
}
Signature: <T:Ljava/lang/Throwable;>Ljava/lang/Object;
SourceFile: "Functions.java"
NestHost: org.apache.commons.lang3.Functions
InnerClasses:
  public abstract FailableRunnable = org.apache.commons.lang3.Functions$FailableRunnable of org.apache.commons.lang3.Functions
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      java.lang.FunctionalInterface()