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

com.siirush.stringtailor.model.Evaluatable Maven / Gradle / Ivy

package com.siirush.stringtailor.model;


public interface Evaluatable {
	String getName();
	String evaluate(Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy