<@U0KBF8D7V>: by the way you can craft the same co...
# announcements
i
@Paul Woitaschek: by the way you can craft the same comparator with
nullsLast
and
compareBy
functions from
kotlin.comparisons
package:
Copy code
list.sortWith(nullsLast(compareBy<ForeCast> { it.foreCastTime }))