![JAR search and dependency download from the Maven repository](/logo.png)
fr.lteconsulting.angular2gwt.client.interop.promise.Fulfillment Maven / Gradle / Ivy
package fr.lteconsulting.angular2gwt.client.interop.promise;
import jsinterop.annotations.JsFunction;
@FunctionalInterface
@JsFunction
public interface Fulfillment
{
/**
* should return a TResult or Promise but unexpressable in Java !
*/
Object fulfilled( T value );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy