MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / apply

Method apply

src/main/java/com/volmit/adapt/util/Function4.java:24–24  ·  view source on GitHub ↗
(A a, B b, C c, D d)

Source from the content-addressed store, hash-verified

22@FunctionalInterface
23public interface Function4<A, B, C, D, R> {
24 R apply(A a, B b, C c, D d);
25}

Callers 6

onRequestMethod · 0.65
getXPForLevelMethod · 0.65
computeLevelForXPMethod · 0.65
onMethod · 0.65
doforMethod · 0.65
modMethod · 0.65

Implementers 1

Datasrc/main/java/com/volmit/adapt/content

Calls

no outgoing calls

Tested by

no test coverage detected