com.neko233.toolchain.action.actionChain.ExecuteAction Maven / Gradle / Ivy
package com.neko233.toolchain.action.actionChain;
@FunctionalInterface
public interface ExecuteAction {
void execute() throws Exception;
}
package com.neko233.toolchain.action.actionChain;
@FunctionalInterface
public interface ExecuteAction {
void execute() throws Exception;
}