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

io.github.wycst.wast.common.expression.ExprFunction Maven / Gradle / Ivy

Go to download

Wast is a high-performance Java toolset library package that includes JSON, YAML, CSV, HttpClient, JDBC and EL engines

There is a newer version: 0.0.16
Show newest version
package io.github.wycst.wast.common.expression;

/**
 * 提供给使用者注册在表达式中可以通过@调用
 *
 * @Author: wangy
 * @Date: 2021/11/20 14:07
 * @Description:
 */
public interface ExprFunction {

    /***
     * 函数接口
     *
     * @param params
     * @return
     */
    public O call(I...params);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy