Skip to content

Instantly share code, notes, and snippets.

@medkhelifi
Last active June 26, 2019 18:54
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 medkhelifi/c55ac277a058c073bb58f669ae1873be to your computer and use it in GitHub Desktop.
Save medkhelifi/c55ac277a058c073bb58f669ae1873be to your computer and use it in GitHub Desktop.
Create a Java 8 Stream from Arrays
Stream<String> = Arrays.stream(new String[]{"Apple", "Orange", "Pineapple"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment