Join Slack
Powered by
if you prefer a one-liner though: ``` compareBy { ...
# getting-started
j
james.cruz
11/21/2016, 8:45 AM
if you prefer a one-liner though:
Copy code
compareBy { if (it.id == destinationContext.destination.id) 0 else 1 }
Open in Slack
Previous
Next