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

fr.vergne.pester.util.cache.Key Maven / Gradle / Ivy

The newest version!
package fr.vergne.pester.util.cache;

public interface Key {

	R cast(Object value);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy