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

Method _fold

src/main/java/field/utility/Conversions.java:56–58  ·  view source on GitHub ↗
(List<Class> typeInformation, Function<String, String> cleaner)

Source from the content-addressed store, hash-verified

54 static public String fold(List<Class> typeInformation, Function<String, String> cleaner) {
55 return typeInformation == null ? "" : _fold(new ArrayList<>(typeInformation), cleaner);
56 }
57
58 static protected String _fold(List<Class> typeInformation, Function<String, String> cleaner) {
59 return _fold(typeInformation, cleaner, true);
60 }
61

Callers 1

foldMethod · 0.95

Calls 6

optionalBracketMethod · 0.95
applyMethod · 0.65
sizeMethod · 0.45
removeMethod · 0.45
getNameMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected