Skip to content
#

streams-api

Here are 95 public repositories matching this topic...

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 o…

  • Updated Apr 3, 2020
  • Java

Improve this page

Add a description, image, and links to the streams-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the streams-api topic, visit your repo's landing page and select "manage topics."

Learn more