Concept Flow - Any?, all?, none? predicates
Start with collection
Check each element with predicate
Any?
True if any
Return boolean
The program checks each element in a collection against a condition and returns true or false based on any, all, or none matching.