MCPcopy Index your code
hub / github.com/OpenEndedGroup/Field2 / TriFunctionOfBoxAnd

Interface TriFunctionOfBoxAnd

src/main/java/fieldbox/boxes/Box.java:765–767  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

763
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 }
770

Callers 1

loadedMethod · 0.85

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