org.lambda.functions.Function4WithException Maven / Gradle / Ivy
package org.lambda.functions;
public interface Function4WithException
{
public Out call(In1 a, In2 b, In3 c, In4 d) throws Throwable;
}
package org.lambda.functions;
public interface Function4WithException
{
public Out call(In1 a, In2 b, In3 c, In4 d) throws Throwable;
}