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

Method makeCallable

src/main/java/fieldbox/boxes/Box.java:1013–1016  ·  view source on GitHub ↗
(BiFunction<TemplateMap<T>, Object, Object> calling)

Source from the content-addressed store, hash-verified

1011 public Object asMap_setElement(int element, Object o) {
1012 return null;
1013 }
1014
1015 public TemplateMap<T> makeCallable(BiFunction<TemplateMap<T>, Object, Object> calling) {
1016 this.calling = calling;
1017 return this;
1018 }
1019 }

Callers 1

OutputBoxClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected