eu.lucaventuri.common.RunnableEx Maven / Gradle / Ivy
package eu.lucaventuri.common;
@FunctionalInterface
public interface RunnableEx {
void run() throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package eu.lucaventuri.common;
@FunctionalInterface
public interface RunnableEx {
void run() throws E;
}