Variation of DoubleStream.flatMap ?

Brian Goetz brian.goetz at oracle.com
Sun Sep 22 14:46:04 PDT 2013


So, it seemed the Object -> int versions were going to be far more common than the int -> Object versions (can you think of a lot of examples?) and, if you need, you can always go intStream.boxed().flatMap().  

On Sep 22, 2013, at 12:43 PM, Remi Forax wrote:

> I wonder why there is only one variation of flatMap on DoubleStream (and other primitive stream).
> 
> Rémi
> 



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