explode
Tim Peierls
tim at peierls.net
Thu Feb 7 10:12:39 PST 2013
On Wed, Feb 6, 2013 at 6:30 PM, Brian Goetz <brian.goetz at oracle.com> wrote:
> Stream<U> flatMap(FlatMapper<T, U>)
> Stream<U> flatMap(Function<T, Stream<U>>)
>
> That's the new proposal.
>
> Will be carved in stone in 24h unless there is further discussion :)
>
Still have six hours. :-)
I hate to give up verbose/friendly flatMapToCollection entirely. It's not
immediately obvious to me how to write it myself, and it feels as though
it'll come up a lot. Even just an example in javadocs would help.
--tim
More information about the lambda-libs-spec-observers
mailing list