Finally, we want to sort them in ascending order, while keeping the null items at the end: val sortedList=listOfPersons.sortedWith(compareBy(nullsLast<Int>(),{ ...
確定! 回上一頁