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

cn.org.atool.fluent.mybatis.functions.FieldPredicate Maven / Gradle / Ivy

There is a newer version: 1.9.9
Show newest version
package cn.org.atool.fluent.mybatis.functions;

import cn.org.atool.fluent.mybatis.metadata.FieldMeta;

import java.util.function.Predicate;

/**
 * FieldPredicate: 对判断字段是否符合条件
 *
 * @author wudarui
 */
@FunctionalInterface
public interface FieldPredicate extends Predicate {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy