Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ toSupplier
Method
toSupplier
src/main/java/field/utility/Cached.java:77–80 ·
view source on GitHub ↗
(Supplier<t_check> q)
Source
from the content-addressed store, hash-verified
75
76
77
public
Supplier<t_value> toSupplier(Supplier<t_check> q)
78
{
79
return
() -> apply(q.get());
80
}
81
82
}
Callers
3
boxOrigin
Method · 0.80
boxScale
Method · 0.80
camera
Method · 0.80
Calls
2
apply
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected