eu.lucaventuri.common.ConsumerEx Maven / Gradle / Ivy
package eu.lucaventuri.common;
public interface ConsumerEx {
/**
* Performs this operation on the given argument.
*
* @param t the input argument
*/
void accept(T t) throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy