Skip to content

Instantly share code, notes, and snippets.

@rnaufal
Last active February 23, 2020 20:35
Show Gist options
  • Select an option

  • Save rnaufal/98eb7b5c29f7bae46612158ea3b1c934 to your computer and use it in GitHub Desktop.

Select an option

Save rnaufal/98eb7b5c29f7bae46612158ea3b1c934 to your computer and use it in GitHub Desktop.
final Set<Integer> uniqueNumbers = List.of(1, 2, 2, 3, 4, 5, 5).stream().collect(Collectors.toSet());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment