(by-tag value)
Pred to use in fns like filter to choose xml nodes by tag
Pred to use in fns like filter to choose xml nodes by tag
(find-first pred)
(find-first pred coll)
Finds the first item in a collection that matches a predicate. Returns a transducer when no collection is provided. Taken from https://github.com/weavejester/medley
Finds the first item in a collection that matches a predicate. Returns a transducer when no collection is provided. Taken from https://github.com/weavejester/medley
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close