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

com.leftins.tools.ListCom.IMatch Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
package com.leftins.tools.ListCom;

/**
 * @author zhaojiwei YGCollectionInterface 2015年4月16日
 * @param  泛型对象 限定object类型
 */
public interface IMatch {
    boolean match(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy