Join Slack
Powered by
Say I have a `Comparator` that compares by differe...
# announcements
k
kirillrakhman
04/15/2016, 3:04 PM
Say I have a
Comparator
that compares by different criteria like
compareBy({ it.price }, { it.departure }, { it.arrival })
. What's the easiest way to hook into it and say "if price is however 0, order it last"?
2
Views
Open in Slack
Previous
Next