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