![JAR search and dependency download from the Maven repository](/logo.png)
com.jchanghong.core.lang.Matcher Maven / Gradle / Ivy
The newest version!
package com.jchanghong.core.lang;
/**
* 匹配接口
* @author Looly
*
* @param 匹配的对象类型
*/
@FunctionalInterface
public interface Matcher{
/**
* 给定对象是否匹配
* @param t 对象
* @return 是否匹配
*/
boolean match(T t);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy