public interface  org.apache.commons.lang.function.FailableIntSupplier extends java.lang.Object
{
public abstract int getAsInt() throws java.lang.Throwable;
}