Original issue created by koppernickus on 2010-12-27 at 07:51 AM
I can see in idea graveyard that Lists.filter is one of rejected ideas. Could you please explain there why?
My motivation for Lists.filter is the need for transforming Iterable to List when using existing code requiring List as input. It would be more readable to use Lists.filter() instead of Lists.newArrayList(Collections2.filter())...