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

tools.bestquality.function.CheckedConsumer Maven / Gradle / Ivy

There is a newer version: 0.0.20
Show newest version
package tools.bestquality.function;

@FunctionalInterface
public interface CheckedConsumer {
    void accept(T t)
            throws E;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy