All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lambda.actions.Action1WithException Maven / Gradle / Ivy

The newest version!
package org.lambda.actions;

/**
 * Findable name for java.util.function.Consumer
 **/
public interface Action1WithException
{
  public void call(In1 a) throws Throwable;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy