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

gwt.react.client.utils.JSFunc1Arg Maven / Gradle / Ivy

package gwt.react.client.utils;

import jsinterop.annotations.JsFunction;

@JsFunction
public interface JSFunc1Arg {
    void call(ARG arg);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy