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

com.daiyc.extension.adaptive.matcher.Matcher Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
package com.daiyc.extension.adaptive.matcher;

/**
 * @author daiyc
 * @since 2024/12/14
 */
public interface Matcher {

    R match(T t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy