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

Method apply

src/main/java/field/utility/Dict.java:87–90  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

85 */
86 public static Prop<Collection<Number>> range = new Prop<>("range").toCanon().set(domain, "*/attributes").set(customCaster, new Function<Object, Object>() {
87 @Override
88 public Object apply(Object o) {
89 return Conversions.convert(o, Collection.class);
90 }
91 });
92
93 /**

Callers

nothing calls this directly

Calls 1

convertMethod · 0.95

Tested by

no test coverage detected