MCPcopy 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

executeMethod · 0.95

Calls 2

setMethod · 0.95
applyMethod · 0.65

Tested by

no test coverage detected