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

Method transformEntry

corpus/java/training/guava/collect/Maps.java:1894–1897  ·  view source on GitHub ↗
(K key, V1 value)

Source from the content-addressed store, hash-verified

1892 checkNotNull(function);
1893 return new EntryTransformer<K, V1, V2>() {
1894 @Override
1895 public V2 transformEntry(K key, V1 value) {
1896 return function.apply(value);
1897 }
1898 };
1899 }
1900

Callers 2

applyMethod · 0.95
transformEntryMethod · 0.95

Calls 2

applyMethod · 0.65
checkNotNullMethod · 0.45

Tested by

no test coverage detected