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

Method getSelector

src/main/java/fieldbox/boxes/plugins/Planes.java:32–35  ·  view source on GitHub ↗
(Box root)

Source from the content-addressed store, hash-verified

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) {

Callers 1

computeStrctureNowMethod · 0.95

Calls 1

getOrMethod · 0.80

Tested by

no test coverage detected