Created
July 4, 2019 09:35
-
-
Save zarinfam/5ad3d4c5ff2605604f7c0f22ce1f4f4d to your computer and use it in GitHub Desktop.
Created with Copy to Gist
This file contains hidden or 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
| Stream.iterate(0, i -> i + 2) | |
| .forEach(System.out::println); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment