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

org.apertereports.common.utils.Lambda Maven / Gradle / Ivy

package org.apertereports.common.utils;

/**
 * Lambda pattern utility interface.
 *
 * @author [email protected] Date: 2009-03-06 Time: 12:24:15
 */
public interface Lambda {
    resultType l(inputType x);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy