Deprecated.
Returns whether all values in the collection are truthy.
:warning: This method is deprecated in version 1 and removed in version 2.
Use every(Boolean)
instead.
Returns whether any value in the collection is truthy.
Returns whether every entry in this collection passes a given test.
Returns whether any entry in this collection passes a given test.