Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
16
public
interface
Continuation<TTaskResult, TContinuationResult> {
17
TContinuationResult then(Task<TTaskResult> task) throws Exception;
18
}
Callers
2
run
Method · 0.65
runContinuations
Method · 0.65
Implementers
2
TaskTest
BoltsTest/src/bolts/TaskTest.java
Task
Bolts/src/bolts/Task.java
Calls
no outgoing calls
Tested by
no test coverage detected