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

net.dongliu.commons.function.EConsumer Maven / Gradle / Ivy

There is a newer version: 6.7.0
Show newest version
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