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

de.thksystems.util.function.CheckedConsumer Maven / Gradle / Ivy

package de.thksystems.util.function;

@FunctionalInterface
public interface CheckedConsumer {

	void accept(T t) throws X;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy