![JAR search and dependency download from the Maven repository](/logo.png)
org.test4j.mock.functions.Executor Maven / Gradle / Ivy
package org.test4j.mock.functions;
@FunctionalInterface
public interface Executor {
void execute();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.test4j.mock.functions;
@FunctionalInterface
public interface Executor {
void execute();
}