Last active
June 26, 2019 18:54
-
-
Save medkhelifi/c55ac277a058c073bb58f669ae1873be to your computer and use it in GitHub Desktop.
Create a Java 8 Stream from Arrays
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<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