-
Notifications
You must be signed in to change notification settings - Fork 0
A new java.util.stream has been added in Java 8 to perform filter/map/reduce like operations with the collection. Stream API will allow sequential as well as parallel execution. This is one of the best feature for me because I work a lot with Collections and usually with Big Data, we need to filter out them based on some conditions. Collection i…
vaibhavchugh09/Java1.8_feature_Java_Stream
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
A new java.util.stream has been added in Java 8 to perform filter/map/reduce like operations with the collection. Stream API will allow sequential as well as parallel execution. This is one of the best feature for me because I work a lot with Collections and usually with Big Data, we need to filter out them based on some conditions. Collection i…
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published