A  C  D  E  F  G  I  M  O  P  R  S  T  U  W 

T

Task - class in com.facebook.bolts
Represents the result of an asynchronous operation.
Task.Companion - class in com.facebook.bolts.Task
 
Task.TaskCompletionSource - class in com.facebook.bolts.Task
 
Task.UnobservedExceptionHandler - class in com.facebook.bolts.Task
Interface for handlers invoked when a failed Task is about to be finalized, but the exception has not been consumed.
TaskCompletionSource - class in com.facebook.bolts
Allows safe orchestration of a task's completion, preventing the consumer from prematurely completing the task.
then(Task) - function in com.facebook.bolts.Continuation
The function to be called when the task in the parameter is competed.
throwIfCancellationRequested() - function in com.facebook.bolts.CancellationToken
 
toString() - function in com.facebook.bolts.CancellationToken
 
toString() - function in com.facebook.bolts.CancellationTokenSource
 
trySetCancelled() - function in com.facebook.bolts.Task
Sets the cancelled flag on the Task if the Task hasn't already been completed.
trySetCancelled() - function in com.facebook.bolts.Task.TaskCompletionSource
Sets the cancelled flag on the Task if the Task hasn't already been completed.
trySetCancelled() - function in com.facebook.bolts.TaskCompletionSource
Sets the cancelled flag on the Task if the Task hasn't already been completed.
trySetError(Exception) - function in com.facebook.bolts.Task
Sets the error on the Task if the Task hasn't already been completed.
trySetError(Exception) - function in com.facebook.bolts.Task.TaskCompletionSource
Sets the error on the Task if the Task hasn't already been completed.
trySetError(Exception) - function in com.facebook.bolts.TaskCompletionSource
Sets the error on the Task if the Task hasn't already been completed.
trySetResult(TResult) - function in com.facebook.bolts.Task
Sets the result on the Task if the Task hasn't already been completed.
trySetResult(TResult) - function in com.facebook.bolts.Task.TaskCompletionSource
Sets the result on the Task if the Task hasn't already been completed.
trySetResult(TResult) - function in com.facebook.bolts.TaskCompletionSource
Sets the result on the Task if the Task hasn't already been completed.
A  C  D  E  F  G  I  M  O  P  R  S  T  U  W