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

kalang.type.Function3 Maven / Gradle / Ivy

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

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

    R call(P1 arg1, P2 arg2, P3 arg3);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy