Hello, I would like to do 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:
BiFunction<Stream,Stream,Stream> mySoma = (s1,s2) -&...
asked by
21.04.2018 / 10:51