Skip to content

Add new contains() method #25

@sflanders

Description

@sflanders

Awesome library. Coming from the .net world i pretty dependent on linq. Please add method to do a contains() on a predicate. Obviously you can use firstOrDefault() and check for null but would be great to have a real function.

boolean contains(Selector<T, TResult> selector) {
   // see if the element exists
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions