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

run.halo.app.extension.router.selector.SelectorMatcher Maven / Gradle / Ivy

The newest version!
package run.halo.app.extension.router.selector;

public interface SelectorMatcher {

    String getKey();

    /**
     * Returns true if a field value matches.
     *
     * @param s the field value
     * @return the boolean
     */
    boolean test(String s);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy