com.meliorbis.numerics.generic.Matcher Maven / Gradle / Ivy
/**
*
*/
package com.meliorbis.numerics.generic;
/**
* An interface to check whether a given value matches some criteria
*
* @author toby
*/
public interface Matcher
{
public boolean matches(T val_);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy