> On 4 Dec 2015, at 23:05, Brian Goetz <[email protected]> wrote: > > This seems reasonable; mapping() already exists for use in this space (as a > combinator for the downstream collector of groupingBy and friends), > filtering() is also reasonable in this context. >
Agreed, i like it, and will review it more closely next week. FWIW one can use Collectors.flatMapping to achieve similar functionality, but it’s a little awkward for such filtering use-cases. Thanks, Paul.
