Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenTSDB/async
/ call
Method
call
src/Deferred.java:843–846 ·
view source on GitHub ↗
(final T arg)
Source
from the content-addressed store, hash-verified
841
}
842
843
public
T call(
final
T arg) {
844
other.callback(arg);
845
return
arg;
846
}
847
848
public
String toString() {
849
return
"chain with Deferred@"
+ other.hashCode();
Callers
nothing calls this directly
Calls
1
callback
Method · 0.80
Tested by
no test coverage detected