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

Interface FunctionOfBoxValued

src/main/java/fieldbox/boxes/Box.java:752–753  ·  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. Unlike FunctionOfBox this function is called before being returned

Source from the content-addressed store, hash-verified

750 /**
751 * Marker interface, marks functions as taking a box as a parameter. Allows us to finesse the dispatch of functions stored in properties. Unlike FunctionOfBox this function is called before
752 * being returned
753 */
754 public interface FunctionOfBoxValued<T> extends Function<Box, T> {
755 }
756

Callers 1

OutputBoxClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected