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

es.usc.citius.hipster.util.Function Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package es.usc.citius.hipster.util;

/**
 *
 *
 * @author Adrián González Sieira <[email protected]>
 */
public interface Function {

    public V apply(E input);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy