MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / apply

Method apply

src/main/java/fieldbox/boxes/Box.java:766–766  ·  view source on GitHub ↗
(Box b, T1 t, T2 u)

Source from the content-addressed store, hash-verified

764 /**
765 * Marker interface, marks functions as taking a box and something else as a parameter. Allows us to finesse the dispatch of functions stored in properties
766 */
767 public interface TriFunctionOfBoxAnd<T1, T2, R> {
768 R apply(Box b, T1 t, T2 u);
769 }

Callers 15

OpenMethod · 0.65
asMap_callMethod · 0.65
asMap_getMethod · 0.65
MarkingMenusMethod · 0.65
callMethod · 0.65
allDownwardsFromMethod · 0.65
pullMethod · 0.65
asMap_get_interpretMethod · 0.65
asMap_setMethod · 0.65
asMap_newMethod · 0.65
possibleToStringMethod · 0.65
asMap_callMethod · 0.65

Implementers 15

Viewportsrc/main/java/fieldbox/boxes/plugins/V
RunCompletorsrc/main/java/fieldbox/boxes/plugins/R
FilteredLogStreamsrc/main/java/fieldbox/boxes/plugins/M
Nashornsrc/main/java/fieldnashorn/Nashorn.jav
FileMapsrc/main/java/trace/video/ImageCache.k
SimpleMousesrc/main/java/trace/input/SimpleMouse.
TCB3src/main/java/trace/util/TCB3.java
Rulesrc/main/java/trace/util/Production.kt
Actionsrc/main/java/trace/util/Production.kt
Productionsrc/main/java/trace/util/Production.kt
Cachedsrc/main/java/field/utility/Cached.jav
Dictsrc/main/java/field/utility/Dict.java

Calls

no outgoing calls

Tested by

no test coverage detected