Generic Function Find-If (5 methods)

( find-if pred collection &key key from-end end start )

Part of:

package fset
If collection is a Lisp sequence, this simply calls cl:find-if. On an
FSet collection, the :start, :end, and :from-end keywords are accepted
only if collection is a seq. Also, on a map, this scans the domain; on
success, it returns the corresponding range element as the second value.

Method Summary

find-if t  bag  
find-if t  map  
find-if t  seq  
find-if t  sequence  
find-if t  set