What is, in your opinion, the most intuitive name pair for methods that implement existential/universal quantifiers?

Example (in Python):

>>> any([False, False])
False
>>> any([True, False])
True
>>> all([True, False])
False
>>> all([True, True])
True
0

If you have a fediverse account, you can quote this note from your own instance. Search https://polymaths.social/users/kytta/statuses/01JV278FT50VJESAP8N15C9XGK on your instance and quote it. (Note that quoting is not supported in Mastodon.)