| Modifier and Type | Method and Description |
|---|---|
Task<T> |
Task.await()
Ensures that the result is ready to be returned
|
Task<T> |
Task.executeAsync() |
Task<T> |
Task.executeSync() |
Task<T> |
Task.onSuccess(OnSuccess<T> onSuccess) |
Task<T> |
Task.setPriority(int newPriority) |
Copyright © 2016. All rights reserved.