Promise.Adapter

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

@param (U) the type of the result

interface Promise(C)
class Adapter : Promise!U(
U
) {}

Members

Functions

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

Meta