myanmarking
06/12/2017, 11:41 AMreturn this.sortedWith(
compareBy(
{ it.isFriendOnline },
{ it.presenceMode },
{ it.gameStatus },
{ it.name }
)
)myanmarking
06/12/2017, 11:42 AMchristophsturm
06/12/2017, 11:43 AMmg6maciej
06/12/2017, 11:44 AMString and gameStatus (int or enum).myanmarking
06/12/2017, 12:55 PMilya.gorbunov
06/12/2017, 2:40 PMComparator.reversed function to get the compartor of inverted ordermyanmarking
06/12/2017, 4:09 PM