org.lambda.actions.Action6WithException Maven / Gradle / Ivy
package org.lambda.actions;
public interface Action6WithException
{
public void call(In1 a, In2 b, In3 c, In4 d, In5 e, In6 f) throws Throwable;
}
package org.lambda.actions;
public interface Action6WithException
{
public void call(In1 a, In2 b, In3 c, In4 d, In5 e, In6 f) throws Throwable;
}