A
C
D
E
F
G
I
M
O
P
R
S
T
U
W
S
- setCancelled() - function in com.facebook.bolts.Task.TaskCompletionSource
- Sets the cancelled flag on the task, throwing if the Task has already been completed.
- setCancelled() - function in com.facebook.bolts.TaskCompletionSource
- Sets the cancelled flag on the task, throwing if the Task has already been completed.
- setError(TypeAliased(typeAlias=Nullable(inner=GenericTypeConstructor(dri=kotlin/Exception///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))), inner=TypeAliased(typeAlias=Nullable(inner=GenericTypeConstructor(dri=kotlin/Exception///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))), inner=Nullable(inner=GenericTypeConstructor(dri=java.lang/Exception///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})))))) - function in com.facebook.bolts.Task.TaskCompletionSource
- Sets the error of the Task, throwing if the Task has already been completed.
- setError(TypeAliased(typeAlias=Nullable(inner=GenericTypeConstructor(dri=kotlin/Exception///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))), inner=Nullable(inner=GenericTypeConstructor(dri=java.lang/Exception///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))))) - function in com.facebook.bolts.TaskCompletionSource
- Sets the error of the Task, throwing if the Task has already been completed.
- setResult(TResult) - function in com.facebook.bolts.Task.TaskCompletionSource
- Sets the result of the Task, throwing if the Task has already been completed.
- setResult(TResult) - function in com.facebook.bolts.TaskCompletionSource
- Sets the result of the Task, throwing if the Task has already been completed.
- setStackTrace(Array) - function in kotlin.AggregateException
- setStackTrace(Array) - function in kotlin.ExecutorException
- setStackTrace(Array) - function in kotlin.UnobservedTaskException
- setUnobservedExceptionHandler(Task.UnobservedExceptionHandler) - function in com.facebook.bolts.Task.Companion
- Set the handler invoked when a task has an unobserved exception.