One more pass on flatMap/mapMulti

Remi Forax forax at univ-mlv.fr
Thu Jan 10 07:35:27 PST 2013


On 01/10/2013 04:10 PM, Brian Goetz 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.

what Downstream is ?

>
>
> mapMulti is still not a great name.  How about "explode" ?
>

yes, explode is better.

Rémi



More information about the lambda-libs-spec-experts mailing list