Operator (U,U)-->V?

Jose jgetino at telefonica.net
Sat Aug 11 11:44:40 PDT 2012


Hi all,

Reading the docs I didn't find a binary operation as:

               (U,U)-->V

Does it exits?

I was triying to do something like this:

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




More information about the lambda-dev mailing list