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

seven.callBack.DataFilterInterface Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package seven.callBack;

import java.util.function.Predicate;

/**
 * [Github]https://github.com/MatrixSeven
 * [Bolg]https://matrixseven.github.io/
 * Created by seven on 2016/10/18.
 * 对要包装的数据进行过滤,对应实体Bean,如果返回false将放弃此条数据
 * T为实体Bean类型
 */
@FunctionalInterface
public interface DataFilterInterface extends Predicate {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy