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

Method both

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

returns direction for downwards and upwards (children and then parents) (e.g breadthFirst(Box::children))

()

Source from the content-addressed store, hash-verified

310
311 /**
312 * returns direction for downwards and upwards (children and then parents) (e.g breadthFirst(Box::children))
313 */
314 @HiddenInAutocomplete
315 public Function<Box, Collection<Box>> both() {
316 return Box::_all;
317 }
318

Callers 15

allDownwardsFromMethod · 0.95
asMap_newMethod · 0.95
dispatchMethod · 0.95
checkForDeletionMethod · 0.95
wrapMethod · 0.45
DefaultMenusMethod · 0.45
isNothingSelectedMethod · 0.45
dispatchMethod · 0.45
FrameManipulationMethod · 0.45
button2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected