mapValues

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