} на list.asSequence().sorted().sortedBy { ... } ?
https://habr.com/post/131910/
А в этом вообще есть смысл? Типа два раза сортировать 🤔 Есть же sortedWith + compareBy / thenBy list.sortedWith(compareBy(Person::age, Person::name))
Обсуждают сегодня