Callback.Map<T,U>| Modifier and Type | Method and Description |
|---|---|
abstract U |
map(T result) |
void |
onError(ErrorInfo reason)
Called when the associated operation completes with an error.
|
void |
onSuccess(T result)
Called when the associated operation completes successfully,
|