Returns the parent Deferred of the group.
()
| 125 | * Returns the parent {@link Deferred} of the group. |
| 126 | */ |
| 127 | public Deferred<ArrayList<T>> getDeferred() { |
| 128 | return parent; |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Called back when one of the {@link Deferred} in the group completes. |
no outgoing calls
no test coverage detected