Skip to content

Instantly share code, notes, and snippets.

@yenerm
Created June 16, 2020 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yenerm/8fd33a129d90e4c6587bc8328905fd8c to your computer and use it in GitHub Desktop.
Save yenerm/8fd33a129d90e4c6587bc8328905fd8c to your computer and use it in GitHub Desktop.
Comparator Sample
<!-- Copyright 2019 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
import static java.util.Comparator.comparing;
comparing(Person::getFirstname).thenComparing(Person::getSurname);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment