Liking cljdoc? Tell your friends :D

flanders.predicates


branch?clj/s

source

col-ofclj/s

(col-of loc)

Either seq-of or set-of

Either seq-of or set-of
sourceraw docstring

col-of?clj/s

source

either?clj/s

source

entryclj/s

(entry loc)

If a given loc is pointing at a MapEntry node, return the loc

If a given loc is pointing at a MapEntry node, return the loc
sourceraw docstring

entry?clj/s

source

keyclj/s

(key loc)

If a given loc is pointing at a key node (1st child of an entry), return the loc

If a given loc is pointing at a key node (1st child of an entry),
return the loc
sourceraw docstring

keywordclj/s

(keyword loc)

If the loc points at a KeywordType, return the loc

If the loc points at a KeywordType, return the loc
sourceraw docstring

keyword?clj/s

source

leafclj/s

(leaf loc)

If a given loc is pointing at a leaf node, return the loc

If a given loc is pointing at a leaf node, return the loc
sourceraw docstring

leaf?clj/s

source

mapclj/s

(map loc)

If the loc points at a MapType, return the loc

If the loc points at a MapType, return the loc
sourceraw docstring

map?clj/s

source

seq-ofclj/s

(seq-of loc)

If the loc points at a SequenceOfType, return the loc

If the loc points at a SequenceOfType, return the loc
sourceraw docstring

seq-of?clj/s

source

sequence-of?clj/sdeprecated

source

sequential?clj/s

(sequential? loc)

Given a loc that is pointing at a leaf-node, look at its parent node and see if it is a SequenceOfType

Given a loc that is pointing at a leaf-node, look at its parent
node and see if it is a SequenceOfType
sourceraw docstring

set-ofclj/s

(set-of loc)

If the loc points at a SetOfType, return the loc

If the loc points at a SetOfType, return the loc
sourceraw docstring

set-of?clj/s

source

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

× close