top | item 8875699

(no title)

hueyp | 11 years ago

SelectMany is flatMap.

Could the java equivalent be?

  articles.stream().flatMap(article -> article.getTags().stream())
Or is the previous map required?

discuss

order

No comments yet.