Skip to content

Instantly share code, notes, and snippets.

@rkhmelyuk
Created August 4, 2011 09:41
Show Gist options
  • Save rkhmelyuk/1124853 to your computer and use it in GitHub Desktop.
Save rkhmelyuk/1124853 to your computer and use it in GitHub Desktop.
int compareTo(Person other) {
age <=> other.age ?: lastName <=> other.lastName ?: firstName <=> other.firstName
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment