koryphe
koryphe copied to clipboard
Add CollectionContainsAll Predicate
Add a Predicate which stores a number of values and ensures a collection contains all the values.
@d47853 Is this different to https://gchq.github.io/gaffer-doc/getting-started/predicates/arein.html
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.