mapValues

fun <K, inV, outV> KStream<K, inV>.mapValues(name: String, mapper: (key: K, value: inV) -> outV): KStream<K, outV>

See also