Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ mod
Method
mod
src/main/java/com/volmit/adapt/util/Contained.java:34–36 ·
view source on GitHub ↗
(Function<T, T> x)
Source
from the content-addressed store, hash-verified
32
}
33
34
public
void
mod(Function<T, T> x) {
35
set(x.apply(t));
36
}
37
38
public
T get() {
39
return
t;
Callers
1
execute
Method · 0.95
Calls
2
set
Method · 0.95
apply
Method · 0.65
Tested by
no test coverage detected