bobobear / lambdaj

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

Eliminate duplicate methods #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Eliminate duplicate methods in class Lambda:

- collect(iterable, argument) is a duplicate of extract(iterable, argument)
- filter is a duplicate of select

Original issue reported on code.google.com by mario.fu...@gmail.com on 30 Aug 2009 at 5:49