org.lambda.actions.Action2WithException Maven / Gradle / Ivy
package org.lambda.actions;
/**
* Findable name for java.util.function.BiConsumer
**/
public interface Action2WithException
{
public void call(In1 a, In2 b) throws Throwable;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy