returns direction for downwards and upwards (children and then parents) (e.g breadthFirst(Box::children))
()
| 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 |
no outgoing calls
no test coverage detected