Liking cljdoc? Tell your friends :D

clojurewerkz.meltdown.selectors


$clj

($)
($ sel)
source

match-allclj

(match-all)

Creates a selector that matches every object

Creates a selector that matches every object
sourceraw docstring

predicateclj

(predicate f)

Creates a selector based on a predicate

Creates a selector based on a predicate
sourceraw docstring

Rclj

(R regex)
source

selectors-onclj

(selectors-on r)
source

set-membershipclj

(set-membership s)

Creates a selector that matches members of the provided set

Creates a selector that matches members of the provided set
sourceraw docstring

Tclj

(T c)

Creates a selector based on the given class type that matches objects whose type is assignable according to Class.isAssignableFrom(Class)

Creates a selector based on the given class type that matches
objects whose type is assignable according to `Class.isAssignableFrom(Class)`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close