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