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

org.stjs.javascript.functions.Function6 Maven / Gradle / Ivy

There is a newer version: 3.1.8
Show newest version
package org.stjs.javascript.functions;

import org.stjs.javascript.annotation.JavascriptFunction;
import org.stjs.javascript.annotation.Template;

@JavascriptFunction
public interface Function6 extends Function {
	@Template("invoke")
	public R $invoke(P1 p1, P2 p2,P3 p3,P4 p4,P5 p5,P6 p6);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy