(match-all)
Creates a selector that matches every object
Creates a selector that matches every object
(predicate f)
Creates a selector based on a predicate
Creates a selector based on a predicate
(set-membership s)
Creates a selector that matches members of the provided set
Creates a selector that matches members of the provided set
(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)`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close