
com.ajjpj.abase.function.AStatement1 Maven / Gradle / Ivy
package com.ajjpj.abase.function;
/**
* Represents a function that takes a single parameter and returns nothing.
*
* @author arno
*/
public interface AStatement1 {
void apply(P param) throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy