cn.vonce.sql.define.ColumnFun Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vonce-sqlbean-core Show documentation
Show all versions of vonce-sqlbean-core Show documentation
This is the core project of Sqlbean.
The newest version!
package cn.vonce.sql.define;
import java.io.Serializable;
import java.util.function.Function;
/**
* 列字段lambda函数
*
* @author Jovi
* @email [email protected]
* @date 2022/12/7 19:16
*/
@FunctionalInterface
public interface ColumnFun extends Serializable, Function {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy