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

A Java OOP console-based application simulating an order book (a list of buy and sell orders for a specific security or financial instrument organized by price level). The user can view the order book, view statistics about the orderbook, match an order to execute a trade, match all orders until at least either the buy or sell orders are empty, …

  • Updated Apr 10, 2021
  • 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