public final class TTPendingRequest<T>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
add(T result) |
void |
cancel() |
void |
completed() |
void |
fail(java.lang.Exception ex) |
java.util.List<T> |
getResultList() |