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

be.siteware.excelprocessor.PropertyConverter Maven / Gradle / Ivy

package be.siteware.excelprocessor;

/**
 * Functional interface 
 * 
 * @author edwin
 *
 * @param 
 * @param 
 */
public interface PropertyConverter {

	T convert(G value);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy