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