Skip to content

Instantly share code, notes, and snippets.

@zarinfam
Created July 4, 2019 09:35
Show Gist options
  • Save zarinfam/5ad3d4c5ff2605604f7c0f22ce1f4f4d to your computer and use it in GitHub Desktop.
Save zarinfam/5ad3d4c5ff2605604f7c0f22ce1f4f4d to your computer and use it in GitHub Desktop.
Created with Copy to Gist
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