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

Interface BiFunctionOfBoxAnd

src/main/java/fieldbox/boxes/Box.java:759–760  ·  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

757
758 /**
759 * 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
760 */
761 public interface BiFunctionOfBoxAnd<T, R> extends BiFunction<Box, T, R> {
762 }
763

Callers 1

MixerRootClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected