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

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

package pl.jalokim.utils.iteration;

/**
 * This runnable can rise some Throwable instance.
 */
@FunctionalInterface
public interface ExceptionableRunnable {
    void invoke() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy