any()

Deprecated.

Returns whether any value in the collection is truthy.

:warning: This method is deprecated in version 1 and removed in version 2. Use some(Boolean) instead.

On collections

Usage

  • any()

Related