mapValues

inline fun <T, R> Flow<Iterable<T>>.mapValues(crossinline transform: (T) -> R): Flow<List<R>>

Maps values of each collection this flow emits.