This can be done almost the same way as in Java: private val myCustomComparator = Comparator<CustomObject> { a, b -> when { (a == null && b ...
確定! 回上一頁