Liking cljdoc? Tell your friends :D

coql.core


check-rulesclj

(check-rules rules)

count-gte-2?clj

(count-gte-2? coll)

dispatchclj

(dispatch rule)
(dispatch operator variable value)

exampleclj


format-andclj

(format-and rules)
(format-and rule1 rule2 & rules)

format-eqclj

(format-eq variable value)

format-gtclj

(format-gt variable value)

format-gteclj

(format-gte variable value)

format-inclj

(format-in variable value)

format-ltclj

(format-lt variable value)

format-lteclj

(format-lte variable value)

format-neclj

(format-ne variable value)

format-ninclj

(format-nin variable value)

TODO: It's not safety.

TODO: It's not safety.
raw docstring

format-orclj

(format-or rules)
(format-or rule1 rule2 & rules)

format-regexclj

(format-regex variable value)

format-ruleclj

(format-rule operator variable value)

parseclj

(parse rules)

parse-ruleclj

(parse-rule rule)

rule-exampleclj


rule-func-mapclj


rules-exampleclj


rules?clj

(rules? rules)

standardizeclj

(standardize operator)

string|number?clj

(string|number? value)

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

× close