GitHub / DanSilva41 / advanced-streams-collectors-optional
The Stream API and the Collectors are two new additions to the JDK in Java 8 that allow the efficient processing of data using the map / filter / reduce approach. It brings many new patterns on the table, and ways to extend them. I learned how to connect streams to non-standard sources of data, how to build streams on other streams. The notion of Optional, introduced to handle the reduction of empty streams was also shown on advanced data processing patterns. And at last, collectors were shown, basic patterns first then advanced ones, where we build our own custom collector.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanSilva41%2Fadvanced-streams-collectors-optional
PURL: pkg:github/DanSilva41/advanced-streams-collectors-optional
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Java
Size: 2.93 KB
Dependencies parsed at: Pending
Created at: over 5 years ago
Updated at: over 5 years ago
Pushed at: over 5 years ago
Last synced at: over 2 years ago
Topics: collectors, java, java8, optional, parallel-programming, streams, streams-api