
net.dongliu.commons.function.EConsumer Maven / Gradle / Ivy
package net.dongliu.commons.function;
/**
* Consumer to throw exceptions
*
* @author Liu Dong
*/
@FunctionalInterface
public interface EConsumer {
void accept(T t) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy