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

pl.jalokim.utils.iteration.ExceptionableConsumer Maven / Gradle / Ivy

package pl.jalokim.utils.iteration;

/**
 * Consumer which can throw some Exception.
 */
@FunctionalInterface
public interface ExceptionableConsumer {
    void consume(int iterationIndex) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy