Collector's accumulator

Jose jgetino at telefonica.net
Wed Apr 3 10:36:56 PDT 2013


In the days of the earliest builds, I asked for something like this:


polyline.nodes().cumulate((p0,p1)->new Segment(p0,p1))


to get the segments of a polyline, out from the vertices. 


I read the docs of the b83 but is seems that the Collector accumulator 
does not support bifuncions on the form:

               (U,U)-->V

but only mixed type arguments, (V,U)-->V.

Any alternative?






More information about the lambda-dev mailing list