A
C
D
E
F
G
I
M
O
P
R
S
T
U
W
W
- waitForCompletion() - function in com.facebook.bolts.Task
- Blocks until the task is complete.
- waitForCompletion(Long,TimeUnit) - function in com.facebook.bolts.Task
- Blocks until the task is complete or times out.
- whenAll(Collection) - function in com.facebook.bolts.Task.Companion
- Creates a task that completes when all of the provided tasks are complete.
- whenAllResult(Collection) - function in com.facebook.bolts.Task.Companion
- Creates a task that completes when all of the provided tasks are complete.
- whenAny(Collection) - function in com.facebook.bolts.Task.Companion
- Creates a task that will complete when any of the supplied tasks have completed.
- whenAnyResult(Collection) - function in com.facebook.bolts.Task.Companion
- Creates a task that will complete when any of the supplied tasks have completed.