Function: -find
-find is a function alias for -first, defined in dash.el.
Signature
(-find PRED LIST)
Documentation
Return the first item in LIST for which PRED returns non-nil.
Return nil if no such element is found.
To get the first item in the list no questions asked,
use -first-item.
Alias: -find.
This function's anaphoric counterpart is --first.