AllOf returns true if all elements in the slice match the predict func.
AnyOf returns true if any element in the slice matches the predict func.
Copy is a deep copy of the slice.
NoneOf returns true if no element in the slice matches the predict func.