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