![JAR search and dependency download from the Maven repository](/logo.png)
fr.lteconsulting.angular2gwt.client.interop.promise.Executor Maven / Gradle / Ivy
package fr.lteconsulting.angular2gwt.client.interop.promise;
import jsinterop.annotations.JsFunction;
@FunctionalInterface
@JsFunction
public interface Executor
{
void execute( Resolver resolver, Rejector rejecter );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy