Kotka Streams
23.03.13
jvm
kotka-streams-extensions
/
dev.adamko.kotka.extensions.tables
/
mapValues
map
Values
fun
<
K
,
inV
,
outV
>
KTable
<
K
,
inV
>
.
mapValues
(
name
:
String
?
=
null
,
materialized
:
Materialized
<
K
,
outV
,
KeyValueStore
<
Bytes
,
ByteArray
>
>
?
=
null
,
mapper
:
(
readOnlyKey
:
K
,
value
:
inV
)
->
outV
)
:
KTable
<
K
,
outV
>
See also
KTable.
mapValues