One more pass on flatMap/mapMulti
Tim Peierls
tim at peierls.net
Thu Jan 10 07:45:10 PST 2013
On Thu, Jan 10, 2013 at 10:10 AM, Brian Goetz <brian.goetz at oracle.com>wrote:
> One more simplification: we don't really need a custom type SAM for
> Multifunction. We can rewrite mapMulti as:
>
> mapMulti(BiBlock<Downstream<T>**, T>))
>
> and move the Downstream class declaration to Stream, and XxxMultifunction
> go away.
>
> mapMulti is still not a great name. How about "explode" ?
>
Um, the not-greatness is in the names BiBlock and Downstream. I have the
vague idea that BiBlock is a void procedure taking 2 arguments, and I know
you renamed something to Downstream, but the combination of these two into
the signature above is impenetrable.
mapMulti itself isn't so bad. I can guess at what that might be.
--tim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/lambda-libs-spec-experts/attachments/20130110/93298252/attachment.html
More information about the lambda-libs-spec-experts
mailing list