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

fr.vergne.pester.util.indexer.Indexer Maven / Gradle / Ivy

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

public interface Indexer {

	IndexedValue decorateWithIndex(T value);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy