Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/traneio/future
/ never
Method
never
future-java/src/test/java/io/trane/future/FutureTest.java:55–58 ·
view source on GitHub ↗
never
()
Source
from the content-addressed store, hash-verified
53
/*** never ***/
54
55
@Test
56
public
void
never() {
57
assertTrue(Future.never() instanceof NoFuture);
58
}
59
60
/*** apply ***/
61
Callers
nothing calls this directly
Calls
1
never
Method · 0.95
Tested by
no test coverage detected