Match functions and results

Report a typo

Match the test predicate function with its description:

Match the items from left and right columns
all()
none()
any()
Only returns true if all elements in the collection match the predicate
Will return true if no element of the collection matches the predicate
Will return true if at least one element matches the predicate
___

Create a free account to access the full topic