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

kalang.type.Function1 Maven / Gradle / Ivy

There is a newer version: 1.11.0
Show newest version
package kalang.type;

/**
 *
 * @author Kason Yang
 */
public interface Function1 extends Function {

    R call(P arg);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy