Function: -any

-any is a for -some, defined in dash.el.

Signature

(-any PRED LIST)

Documentation

Return (PRED x) for the first LIST item where (PRED x) is non-nil, else nil.

Alias: -any.

This function's anaphoric counterpart is --some.

Aliases

-any