Posts by Aunonims • 33 points
1 post
-
3
votes1
answer180
viewsQ: How to add elements of two streams in java?
Hello, I would like to make a function that sums the elements of two Streams and returns a Stream with the results, in a "functional" way without using third party libraries. For example:…