![JAR search and dependency download from the Maven repository](/logo.png)
xdean.jex.extra.function.Action0 Maven / Gradle / Ivy
The newest version!
package xdean.jex.extra.function;
import xdean.codecov.CodecovIgnore;
@CodecovIgnore
@FunctionalInterface
public interface Action0 extends Runnable {
void call();
@Override
default void run() {
call();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy