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

com.github.geekonjava.matcher.Matcher Maven / Gradle / Ivy

The newest version!
package com.github.geekonjava.matcher;

public interface Matcher {

  boolean match(Object value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy