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

Method asMap_call

src/main/java/fieldbox/boxes/Box.java:859–863  ·  view source on GitHub ↗
(Object a, Object b)

Source from the content-addressed store, hash-verified

857 public boolean asMap_isProperty(String p) {
858 return true;
859 }
860
861 @Override
862 public Object asMap_call(Object a, Object b) {
863 if (calling == null) throw new Error();
864 return calling.apply(this, b);
865 }
866

Callers

nothing calls this directly

Calls 1

applyMethod · 0.65

Tested by

no test coverage detected