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

Method asMap_delete

src/main/java/field/graphics/FLine.java:1659–1664  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

1657 }
1658
1659 @HiddenInAutocomplete
1660 public Object convert(Object value, List<Class> fit) {
1661 return Conversions.convert(value, fit);
1662
1663// if (fit == null) return value;
1664// if (fit.get(0)
1665// .isInstance(value)) return value;
1666//
1667// // promote non-arrays to arrays

Callers

nothing calls this directly

Calls 2

modifyMethod · 0.95
asMap_deleteMethod · 0.65

Tested by

no test coverage detected