Alexjok
fun main() { val fileList = listOf<FileName>() } data class FileName(val code: String, val uid: String, val dateTime: LocalDateTime)
diesieben07
distinctBy
list.groupingBy { it.key } .eachCount() .filterValues { it > 1 }
.keys
A modern programming language that makes developers happier.