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

net.sf.javagimmicks.transform.Transforming Maven / Gradle / Ivy

There is a newer version: 0.99-alpha1
Show newest version
package net.sf.javagimmicks.transform;

import net.sf.javagimmicks.util.Function;

/**
 * An interface for objects that carry a {@link Function} for internally
 * transforming objects.
 * 
 * @param 
 *           the source object type of the contained {@link Function}
 * @param 
 *           the target object type of the contained {@link Function}
 */
public interface Transforming
{
   /**
    * Returns the internal {@link Function}
    * 
    * @return the internal {@link Function}
    */
   public Function getTransformerFunction();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy