Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CollectionContainsAll Predicate #211

Open
d47853 opened this issue Jan 15, 2021 · 2 comments
Open

Add CollectionContainsAll Predicate #211

d47853 opened this issue Jan 15, 2021 · 2 comments
Labels
feature A proposed new feature
Milestone

Comments

@d47853
Copy link
Member

d47853 commented Jan 15, 2021

Add a Predicate which stores a number of values and ensures a collection contains all the values.

@d47853 d47853 added the enhancement Improvement to existing functionality/feature label Jan 15, 2021
@n3101
Copy link

n3101 commented Apr 13, 2021

@d47853
Copy link
Member Author

d47853 commented Apr 21, 2021

Yes subtly. It's flipped. AreIn is checking if the values in the input all exist in a predefined set. Whereas the CollectionContainsAll would check that values in the input contain all the values in your predefined set.

@n3101 n3101 added this to the v2_backlog milestone Aug 25, 2021
@GCHQDeveloper314 GCHQDeveloper314 added feature A proposed new feature and removed enhancement Improvement to existing functionality/feature labels Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A proposed new feature
Projects
None yet
Development

No branches or pull requests

3 participants