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

com.asayama.gwt.jsni.client.Function Maven / Gradle / Ivy

Go to download

Provides GWT utility classes for GWT Angular project. The utility classes have no dependency on AngularJS.

The newest version!
package com.asayama.gwt.jsni.client;

public interface Function {
	R call(Object... args);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy