Package | Description |
---|---|
com.asayama.gwt.angular.client.q |
Modifier and Type | Method and Description |
---|---|
Promise<JSArray<?>> |
Q.all(Promise<?>... promises) |
Promise<V> |
Deferred.promise() |
<X> Promise<X> |
Promise.then(Promise.Continue<X,V> success) |
<X> Promise<X> |
Promise.then(Promise.Continue<X,V> success,
Promise.Fail fail,
Promise.Notify notify) |
Promise<V> |
Promise.then(Promise.Done<V> success) |
Promise<V> |
Promise.then(Promise.Fail fail) |
Promise<V> |
Promise.then(Promise.Notify notify) |
Modifier and Type | Method and Description |
---|---|
Promise<JSArray<?>> |
Q.all(Promise<?>... promises) |
Copyright © 2014. All rights reserved.