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

Method asMap_new

src/main/java/fieldbox/boxes/Box.java:570–581  ·  view source on GitHub ↗
(Object a)

Source from the content-addressed store, hash-verified

568
569 return Callbacks.call(this, b);
570 }
571
572 @Override
573 @HiddenInAutocomplete
574 public Object asMap_new(Object a) {
575
576
577 FunctionOfBox<Box> b = find(DefaultMenus.newBox, both()).findFirst()
578 .get();
579 Box b2 = b.apply(this);
580
581 b2.asMap_call(null, a);
582 return b2;
583 }
584

Callers

nothing calls this directly

Calls 9

findMethod · 0.95
bothMethod · 0.95
asMap_callMethod · 0.95
childrenMethod · 0.95
getMethod · 0.65
applyMethod · 0.65
streamMethod · 0.45
hasMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected