but with reduce you have to `rawList.groupingBy{it...
# getting-started
i
but with reduce you have to
rawList.groupingBy{it.first}.reduce{ str, p1, p2 -> Pair(str, p1.second + p2.second) }.values