Created
August 28, 2019 12:18
-
-
Save mateuszmrozewski/d3e2d1f2f3fe1b6ee802d9cb469c0d39 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List.of(1, 2, 3, 3, 3, 4).stream() | |
.distinct() | |
.forEach(System.out::println); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment