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

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

package net.sf.javagimmicks.transform;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy