MCPcopy Create free account
hub / github.com/BoltsFramework/Bolts-Java / then

Method then

Bolts/src/bolts/Continuation.java:17–17  ·  view source on GitHub ↗
(Task<TTaskResult> task)

Source from the content-addressed store, hash-verified

15 */
16public interface Continuation<TTaskResult, TContinuationResult> {
17 TContinuationResult then(Task<TTaskResult> task) throws Exception;
18}

Callers 2

runMethod · 0.65
runContinuationsMethod · 0.65

Implementers 2

TaskTestBoltsTest/src/bolts/TaskTest.java
TaskBolts/src/bolts/Task.java

Calls

no outgoing calls

Tested by

no test coverage detected