All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.voovan.tools.compiler.function.FunctionInterface Maven / Gradle / Ivy

package org.voovan.tools.compiler.function;

/**
 * 函数接口类
 *
 * @author: helyho
 * voovan Framework.
 * WebSite: https://github.com/helyho/voovan
 * Licence: Apache v2 License
 */
public interface FunctionInterface {
    public Object execute(Object... args) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy