Join Slack
Powered by
Is there an easy way to combine `sortedBy()` and `...
# announcements
s
spand
08/09/2018, 1:45 PM
Is there an easy way to combine
sortedBy()
and
nullLast()
. Best I can figure out is making a
Comparator
myself with
compareValues(a: T?, b: T?)
.
2
Views
Open in Slack
Previous
Next