Skip to content

Please explain why Lists doesn't have filter method #505

@gissuebot

Description

@gissuebot

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())...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions