Tuesday, February 28, 2017

How to flatmap a stream of streams in Java8?

When using Java8 lamda, you may get Strem>, to flat it

Here is the api of Function
identity()
Returns a function that always returns its input argument.

No comments:

Post a Comment