Andrew Gazelka
05/14/2019, 9:45 PM==
?Ruckus
05/14/2019, 10:00 PMAndrew Gazelka
05/14/2019, 10:00 PMminBy{...}
it might be nice since the contents of the actual object might be differentRuckus
05/14/2019, 10:03 PMval thing = things.minBy { it.value}
val found = things.filter { it.value = thing.value }
Andrew Gazelka
05/14/2019, 10:14 PMRuckus
05/14/2019, 10:25 PMAndrew Gazelka
05/14/2019, 10:26 PMRuckus
05/14/2019, 10:26 PM