Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/traneio/future
/ isDefined
Method
isDefined
future-java/src/main/java/io/trane/future/NoFuture.java:82–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
@Override
83
public
boolean isDefined() {
84
return
false;
85
}
86
87
@Override
88
public
T get(
final
Duration timeout) throws CheckedFutureException {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected