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

Interface FunctionOfBox

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

Marker interface, marks functions as taking a box as a parameter. Allows us to finesse the dispatch of functions stored in properties

Source from the content-addressed store, hash-verified

743
744 /**
745 * Marker interface, marks functions as taking a box as a parameter. Allows us to finesse the dispatch of functions stored in properties
746 */
747 public interface FunctionOfBox<T> extends Function<Box, T> {
748 }
749

Callers 1

loadedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected