gwt.react.client.utils.JSFunc2Args Maven / Gradle / Ivy
package gwt.react.client.utils;
import jsinterop.annotations.JsFunction;
@JsFunction
public interface JSFunc2Args {
void call(ARG1 arg1, ARG2 arg2);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy