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

io.github.icodegarden.nutrient.lang.Matcher Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
package io.github.icodegarden.nutrient.lang;

/**
 * 
 * @author Fangfang.Xu
 *
 * @param 
 */
public interface Matcher {

	boolean matches(T object);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy