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

olon.common.Func1 Maven / Gradle / Ivy

The newest version!
package olon.common;

/**
 * A one argument function that returns
 * something of type Z
 */
public interface Func1 {
    /**
     * Apply the function
     */
    public Z apply(A a);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy