Articles, dummyCategory

Java stream reduce

I have the following example data set that I want to transform / reduce using Java stream api based on direction’s value Direction int[]IN 1, 2OUT 3, 4OUT 5, 6, …