(filter pred) (filter pred coll)
Retains values in the reduction of coll for which (pred val) returns logical true. Foldable.