Promise<?> |
Promise.catchError(Action<Throwable> onreject,
AsyncFunc<Boolean,Throwable> test) |
<R> Promise<R> |
Promise.catchError(AsyncFunc<R,Throwable> onreject) |
<R> Promise<R> |
Promise.catchError(AsyncFunc<R,Throwable> onreject,
AsyncFunc<Boolean,Throwable> test) |
<R> Promise<R> |
Promise.catchError(AsyncFunc<R,Throwable> onreject,
AsyncFunc<Boolean,Throwable> test) |
<R> Promise<R> |
Promise.catchError(AsyncFunc<R,Throwable> onreject,
Func<Boolean,Throwable> test) |
<R> Promise<R> |
Promise.catchError(Func<R,Throwable> onreject,
AsyncFunc<Boolean,Throwable> test) |
<R> Promise<R> |
Promise.complete(AsyncFunc<R,?> oncomplete) |
static <V> Promise<V> |
Promise.run(AsyncFunc<V,Object[]> handler,
Object... args) |
static <V,T> Promise<V> |
Promise.run(Class<T> type,
AsyncFunc<V,T[]> handler,
Object... args) |
<R> Promise<R> |
Promise.then(AsyncFunc<R,V> onfulfill) |
<R> Promise<R> |
Thenable.then(AsyncFunc<R,V> onfulfill,
AsyncFunc<R,Throwable> onreject) |
<R> Promise<R> |
Thenable.then(AsyncFunc<R,V> onfulfill,
AsyncFunc<R,Throwable> onreject) |
<R> Promise<R> |
Promise.then(AsyncFunc<R,V> onfulfill,
AsyncFunc<R,Throwable> onreject) |
<R> Promise<R> |
Promise.then(AsyncFunc<R,V> onfulfill,
AsyncFunc<R,Throwable> onreject) |
<R> Promise<R> |
Thenable.then(AsyncFunc<R,V> onfulfill,
Func<R,Throwable> onreject) |
<R> Promise<R> |
Promise.then(AsyncFunc<R,V> onfulfill,
Func<R,Throwable> onreject) |
<R> Promise<R> |
Thenable.then(Func<R,V> onfulfill,
AsyncFunc<R,Throwable> onreject) |
<R> Promise<R> |
Promise.then(Func<R,V> onfulfill,
AsyncFunc<R,Throwable> onreject) |