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

fr.vergne.pester.value.Modifier Maven / Gradle / Ivy

The newest version!
package fr.vergne.pester.value;

public interface Modifier {
	T modify(T value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy