com.daiyc.extension.adaptive.matcher.Matcher Maven / Gradle / Ivy
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