Skip to content
#

collectors

Here are 31 public repositories matching this topic...

Distintas pruebas con la nueva programación funcional de java. Pruebas sobre functionaInterface, Lambda expressions, stream, api Collection y List, Parallel Stream, ...

  • Updated Jun 16, 2017
  • Java

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 collectors 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 collectors topic, visit your repo's landing page and select "manage topics."

Learn more