Package net.datenwerke.gwt.client
Interface Executor.Resolve<T>
- Type Parameters:
T- The type of the value to resolve.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for resolving the
Promise.-
Method Summary
-
Method Details
-
onInvoke
Method to call for resolving thePromise- Parameters:
value- The value to resolve.
-