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

Method getResult

Bolts/src/bolts/Task.java:139–143  ·  view source on GitHub ↗

@return The result of the task, if set. null otherwise.

()

Source from the content-addressed store, hash-verified

137 * @return The result of the task, if set. {@code null} otherwise.
138 */
139 public TResult getResult() {
140 synchronized (lock) {
141 return result;
142 }
143 }
144
145 /**
146 * @return The error for the task, if set. {@code null} otherwise.

Callers 7

testPrimitivesMethod · 0.80
thenMethod · 0.80
testOnSuccessMethod · 0.80
testOnSuccessTaskMethod · 0.80
thenMethod · 0.80

Calls

no outgoing calls

Tested by 6

testPrimitivesMethod · 0.64
thenMethod · 0.64
testOnSuccessMethod · 0.64
testOnSuccessTaskMethod · 0.64