![JAR search and dependency download from the Maven repository](/logo.png)
com.ajjpj.abase.function.AStatement1 Maven / Gradle / Ivy
package com.ajjpj.abase.function;
import java.io.Serializable;
/**
* Represents a function that takes a single parameter and returns nothing.
*
* @author arno
*/
public interface AStatement1 extends Serializable {
void apply(P param) throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy