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

com.github.napp.util.mass.IEvaluatorWithException 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 IEvaluatorWithException {

	/**
	 * @param obj
	 * @return
	 * @throws Exception
	 */
	R evaluate(O obj) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy