| Package | Description |
|---|---|
| com.github.deinok.threading |
| Modifier and Type | Method and Description |
|---|---|
Task<R> |
Task.onException(OnException onException)
Callback executed when the Task ends with an exception
|
IPromise<R> |
IPromise.onException(OnException onException)
Sets the action to execute when the IPromise ends with an exception
|
Copyright © 2017. All rights reserved.