collektivize
Toggle table of contents
28.3.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
collektivize
collektivize
/
it.unibo.collektive.aggregate
/
FieldEntry
/
map
map
fun
<
R
>
map
(
transform
:
(
FieldEntry
<
ID
,
T
>
)
->
R
)
:
FieldEntry
<
ID
,
R
>
Returns a
FieldEntry
with the same
id
and a transformed
value
.