bobobear / lambdaj

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

filter #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
can we implemenent filter function with follow abstract signature:
{{{
filter(matcher, list) -> filtered list
}}}

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

GoogleCodeExporter commented 9 years ago
This feature is already addressed by the select() feature. 
Should we change the name or duplicate the method?

Original comment by mario.fu...@gmail.com on 19 Jan 2009 at 8:37

GoogleCodeExporter commented 9 years ago
not in this form! see method signature is quite different.

Original comment by luca.marrocco on 20 Jan 2009 at 3:40

GoogleCodeExporter commented 9 years ago

Original comment by mario.fu...@gmail.com on 26 Jun 2009 at 7:10