dgroup/enumerable4j

Add 'flatMap' method

smithros opened this issue · 1 comments

The same as the java8 flapMap stream API method.
https://ruby-doc.org/core-2.6/Enumerable.html#method-i-flat_map

dykov commented

Proposed in #63