MCPcopy Index your code
hub / github.com/BoltsFramework/Bolts-Java / getTask

Method getTask

Bolts/src/bolts/Task.java:562–564  ·  view source on GitHub ↗

@return the Task associated with this TaskCompletionSource.

()

Source from the content-addressed store, hash-verified

560 * @return the Task associated with this TaskCompletionSource.
561 */
562 public Task<TResult> getTask() {
563 return Task.this;
564 }
565
566 /**
567 * Sets the cancelled flag on the Task if the Task hasn't already been completed.

Callers 8

callMethod · 0.80
forResultMethod · 0.80
forErrorMethod · 0.80
cancelledMethod · 0.80
callMethod · 0.80
whenAllMethod · 0.80
continueWithMethod · 0.80
continueWithTaskMethod · 0.80

Calls

no outgoing calls

Tested by 1

callMethod · 0.64