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

kalang.type.Function6 Maven / Gradle / Ivy

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

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

    R call(P1 arg1, P2 arg2, P3 arg3, P4 arg4, P5 arg5, P6 arg6);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy