U
public static class Promise.Adapter<U> extends java.lang.Object implements Promise<U>
Empty implementation of Promise.
Promise
Promise.Adapter<U>, Promise.Completable<S>, Promise.Wrapper<W>
Adapter()
void
failed(java.lang.Throwable x)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
from, succeeded
public Adapter()
public void failed(java.lang.Throwable x)
Callback invoked when the operation fails.
failed
Promise<U>
x