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

org.reactivecommons.async.commons.utils.matcher.Matcher Maven / Gradle / Ivy

There is a newer version: 5.2.2
Show newest version
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