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

website.automate.jwebrobot.utils.Mapper Maven / Gradle / Ivy

The newest version!
package website.automate.jwebrobot.utils;

public interface Mapper {

	T map(S source);
	
	void map(S source, T target);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy