MCPcopy
hub / github.com/google/guava / apply

Method apply

guava-tests/test/com/google/common/collect/MapsTest.java:491–494  ·  view source on GitHub ↗
(String input)

Source from the content-addressed store, hash-verified

489 .onResultOf(
490 new Function<String, String>() {
491 @Override
492 public String apply(String input) {
493 return input.toLowerCase();
494 }
495 });
496
497 MapDifference<Integer, String> diff1 = Maps.difference(left, right, caseInsensitiveEquivalence);

Callers

nothing calls this directly

Calls 2

toLowerCaseMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected