oday
02/23/2019, 6:42 PMDominaezzz
02/23/2019, 6:53 PMDominaezzz
02/23/2019, 6:53 PMDominaezzz
02/23/2019, 6:56 PMyourCollection.apply {
sortBy { it.name }
sortBy { it.age }
sortBy { it.otherThing }
}
oday
02/23/2019, 7:02 PMilya.gorbunov
02/23/2019, 8:08 PMotherThing
then for elements with equal otherThing
by age
and then by name
Dominaezzz
02/23/2019, 8:10 PMKevin
02/24/2019, 1:06 AM