Skip to content

Methods should support vararg predicates #34

@dgroup

Description

@dgroup
public boolean any(Predicate<T> first, Predicate<T> ... other);
public boolean all(Predicate<T> first, Predicate<T> ... other);
public Enumerable<T> select(Predicate<T> first, Predicate<T> ... other);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions