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