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

cn.vonce.sql.define.ColumnFun Maven / Gradle / Ivy

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