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

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

There is a newer version: 1.8
Show newest version
package fr.lteconsulting.angular2gwt.client.interop.promise;

import jsinterop.annotations.JsFunction;

@JsFunction
@FunctionalInterface
public interface Rejector
{
	void reject( Object reason );
	
	// ideally would also have void reject();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy