Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
apply
Method · 0.95
transformEntry
Method · 0.95
Calls
2
apply
Method · 0.65
checkNotNull
Method · 0.45
Tested by
no test coverage detected