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

Interface Continuation

Bolts/src/bolts/Continuation.java:16–18  ·  view source on GitHub ↗

A function to be called after a task completes. @see Task

Source from the content-addressed store, hash-verified

14 * @see Task
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