Promise<?> |
Promise.catchError(Action<Throwable> onreject,
Func<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) |
<R> Promise<R> |
Promise.catchError(Func<R,Throwable> onreject,
AsyncFunc<Boolean,Throwable> test) |
<R> Promise<R> |
Promise.catchError(Func<R,Throwable> onreject,
Func<Boolean,Throwable> test) |
<R> Promise<R> |
Promise.catchError(Func<R,Throwable> onreject,
Func<Boolean,Throwable> test) |
<R> Promise<R> |
Promise.complete(Func<R,?> oncomplete) |
static <V> Promise<Boolean> |
Promise.every(Func<Boolean,V> callback,
Object... args) |
static <V> Promise<Object[]> |
Promise.filter(Func<Boolean,V> callback,
Object... args) |
static <V> Promise<Object[]> |
Promise.map(Func<?,V> callback,
Object... args) |
static <V,T> Promise<V> |
Promise.run(Class<T> type,
Func<V,T[]> handler,
Object... args) |
static <V> Promise<V> |
Promise.run(Func<V,Object[]> handler,
Object... args) |
static <V> Promise<Boolean> |
Promise.some(Func<Boolean,V> callback,
Object... args) |
<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> |
Promise.then(Func<R,V> onfulfill) |
<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) |
<R> Promise<R> |
Thenable.then(Func<R,V> onfulfill,
Func<R,Throwable> onreject) |
<R> Promise<R> |
Thenable.then(Func<R,V> onfulfill,
Func<R,Throwable> onreject) |
<R> Promise<R> |
Promise.then(Func<R,V> onfulfill,
Func<R,Throwable> onreject) |
<R> Promise<R> |
Promise.then(Func<R,V> onfulfill,
Func<R,Throwable> onreject) |