
org.reactivecommons.async.commons.utils.matcher.Matcher Maven / Gradle / Ivy
package org.reactivecommons.async.commons.utils.matcher;
import java.util.Set;
public interface Matcher {
String match(Set sources, String target);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy