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

com.vaadin.polymer.elemental.Function Maven / Gradle / Ivy

There is a newer version: 1.9.3.1
Show newest version
package com.vaadin.polymer.elemental;

import jsinterop.annotations.JsFunction;

@JsFunction
public interface Function  {
    public RET call(ARG arg);
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy