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