Shumilin Alexandr
Joffrey
csvService.read(fileList) .groupBy { it.participant } .mapValues { (_, challengeRecords) -> challengeRecords.sumOf { it.point } } .toList() .sortedByDescending { (k, v) -> v } .toMap()
phldavies
.take(5)
.toMap()
Matteo Mirk
A modern programming language that makes developers happier.