(Box root)
| 30 | } |
| 31 | |
| 32 | static public Function<Box, Number> getSelector(Box root) |
| 33 | { |
| 34 | return root.properties.getOr(selectPlane, () -> null); |
| 35 | } |
| 36 | |
| 37 | static public double on(Box test, Function<Box, Number> selector) { |
| 38 | if (selector == null) { |
no test coverage detected