net.dongliu.commons.function.ERunnable Maven / Gradle / Ivy
package net.dongliu.commons.function;
/**
* @author Liu Dong
*/
@FunctionalInterface
public interface ERunnable {
void run() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy