bobobear / lambdaj

Automatically exported from code.google.com/p/lambdaj
Apache License 2.0
0 stars 0 forks source link

map #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
can we make map function with follow abstract signature:
{{{
map(unaryFunction, list) -> list, apply unaryFunction to each item
}}}

Original issue reported on code.google.com by luca.marrocco on 9 Jan 2009 at 10:42

GoogleCodeExporter commented 9 years ago
done :)

Original comment by mario.fu...@gmail.com on 19 Jan 2009 at 10:34