MCPcopy Create free account
hub / github.com/antlr/codebuff / apply

Method apply

corpus/java/training/guava/collect/Maps.java:1905–1908  ·  view source on GitHub ↗
(@Nullable V1 v1)

Source from the content-addressed store, hash-verified

1903 checkNotNull(transformer);
1904 return new Function<V1, V2>() {
1905 @Override
1906 public V2 apply(@Nullable V1 v1) {
1907 return transformer.transformEntry(key, v1);
1908 }
1909 };
1910 }
1911

Callers

nothing calls this directly

Calls 4

transformEntryMethod · 0.95
transformEntryMethod · 0.65
getKeyMethod · 0.65
getValueMethod · 0.65

Tested by

no test coverage detected