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

net.sf.javagimmicks.collections.transformer.Transformer Maven / Gradle / Ivy

package net.sf.javagimmicks.collections.transformer;

public interface Transformer
{
   public T transform(F source);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy