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

top.fullj.spi.Matcher Maven / Gradle / Ivy

package top.fullj.spi;

/**
 * @author bruce.wu
 * @since 2022/5/31 13:46
 */
public interface Matcher {

    boolean match(T obj);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy