DefaultPromise

<p>Empty implementation of {@link Promise}.</p>

@param (T) the type of the result

Members

Functions

failed
void failed(Exception x)
Undocumented in source. Be warned that the author may not have intended to support it.
succeeded
void succeeded(T result)
Undocumented in source. Be warned that the author may not have intended to support it.
succeeded
void succeeded()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta