![JAR search and dependency download from the Maven repository](/logo.png)
se.ugli.java.util.function.ThrowableRunnable Maven / Gradle / Ivy
package se.ugli.java.util.function;
@FunctionalInterface
public interface ThrowableRunnable {
void run() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy