![JAR search and dependency download from the Maven repository](/logo.png)
net.redpipe.engine.spi.RunnableWithException Maven / Gradle / Ivy
package net.redpipe.engine.spi;
@FunctionalInterface
public interface RunnableWithException {
void run() throws T;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package net.redpipe.engine.spi;
@FunctionalInterface
public interface RunnableWithException {
void run() throws T;
}