org.lambda.functions.Function8WithException Maven / Gradle / Ivy
package org.lambda.functions;
public interface Function8WithException
{
public Out call(In1 a, In2 b, In3 c, In4 d, In5 e, In6 f, In7 g, In8 h) throws Throwable;
}
package org.lambda.functions;
public interface Function8WithException
{
public Out call(In1 a, In2 b, In3 c, In4 d, In5 e, In6 f, In7 g, In8 h) throws Throwable;
}