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

li.strolch.search.ValueCoercer Maven / Gradle / Ivy

The newest version!
package li.strolch.search;

/**
 * Coerce a given value to a different value
 */
public interface ValueCoercer {

	/**
	 * Coerce the given value to a different value
	 */
	Object coerce(Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy