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

fr.lteconsulting.angular2gwt.client.interop.promise.Fulfillment Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
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