gradle
8.3-rc-4
Java API
gradle
/
org.gradle.util
/
CollectionUtils
/
collectMapValues
collect
Map
Values
Java API
open
fun
<
K
,
V
>
collectMapValues
(
destination
:
Map
<
K
,
V
>
,
keys
:
Iterable
<
out
K
>
,
keyGenerator
:
Transformer
<
out
V
,
out
Any
>
)
open
fun
<
K
,
V
>
collectMapValues
(
keys
:
Iterable
<
out
K
>
,
keyGenerator
:
Transformer
<
out
V
,
out
Any
>
)
:
Map
<
K
,
V
>
Given a set of keys, derive a set of values and return a map