org.test4j.mock.functions.Executor Maven / Gradle / Ivy
package org.test4j.mock.functions;
@FunctionalInterface
public interface Executor {
void execute();
}
package org.test4j.mock.functions;
@FunctionalInterface
public interface Executor {
void execute();
}