returns direction for upwards (parents) (e.g breadthFirst(Box::parents))
()
| 270 | |
| 271 | /** |
| 272 | * returns direction for upwards (parents) (e.g breadthFirst(Box::parents)) |
| 273 | */ |
| 274 | @HiddenInAutocomplete |
| 275 | public Function<Box, Collection<Box>> upwards() { |
| 276 | return Box::_parents; |
| 277 | } |
| 278 |
no outgoing calls
no test coverage detected