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

com.github.napp.util.mass.IEvaluator Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
package com.github.napp.util.mass;

/**
 * @author Alexandru Bledea
 * @since Jul 9, 2013
 */
public interface IEvaluator extends IEvaluatorWithException {

	/* (non-Javadoc)
	 * @see com.github.napp.util.IEvaluatorWithException#evaluate(java.lang.Object)
	 */
	@Override
	R evaluate(O obj);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy