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

com.gwidgets.api.leaflet.utils.JsFn Maven / Gradle / Ivy

The newest version!
package com.gwidgets.api.leaflet.utils;

import jsinterop.annotations.JsFunction;

@JsFunction
public interface JsFn {

  Object apply(Object ... arg1);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy