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

net.anotheria.portalkit.engines.mailhunter.Matcher Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
package net.anotheria.portalkit.engines.mailhunter;

/**
 * TODO please remined another to comment this class
 * @author another
 */
public interface Matcher {
	boolean doesMatch(String expression);
	
	double getProbabilityReduction();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy