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

no.mnemonic.commons.utilities.lambda.ExceptionalConsumer Maven / Gradle / Ivy

package no.mnemonic.commons.utilities.lambda;

/**
 * Consumer interface with checked exception
 * @param 
 */
public interface ExceptionalConsumer {
  void accept(T input) throws E;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy