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

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

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

/**
 * @author Alexandru Bledea
 * @since Sep 26, 2013
 * @param 
 */
public interface IStringEvaluator extends IEvaluator {

	/* (non-Javadoc)
	 * @see de.xwic.appkit.core.util.ILazyEval#evaluate(java.lang.Object)
	 */
	@Override
	String evaluate(O obj);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy