Liking cljdoc? Tell your friends :D

workflo.macros.query.util


backref-attr?clj/s

(backref-attr? attr)

Returns true if an attribute is a backref attribute, that is, if it has a namespace and name and the name that starts with _.

Returns true if an attribute is a backref attribute, that is,
if it has a namespace and name and the name that starts with `_`.
sourceraw docstring

capitalized-nameclj/s

(capitalized-name x)

Returns the name of a symbol, keyword or string, with the first letter capitalized.

Returns the name of a symbol, keyword or string, with the first
letter capitalized.
sourceraw docstring

capitalized-symbol?clj/s

(capitalized-symbol? x)

Returns true if x is a symbol that starts with a capital letter.

Returns true if x is a symbol that starts with a capital letter.
sourceraw docstring

combine-properties-and-groupsclj/s

(combine-properties-and-groups props-and-groups)

Takes a vector of property names or [base subprops] groups, e.g. [foo [bar [baz ruux]]], and returns a flat vector into which the group vectors are spliced, e.g. [foo bar [bax ruux]].

Takes a vector of property names or [base subprops] groups,
e.g. [foo [bar [baz ruux]]], and returns a flat vector into which
the group vectors are spliced, e.g. [foo bar [bax ruux]].
sourceraw docstring

one-item?clj/s

(one-item? coll)
source

(print-spec-gen spec)

Takes a spec (e.g. as a keyword or symbol) and pretty-prints 10 random values generated for this spec.

Takes a spec (e.g. as a keyword or symbol) and pretty-prints
10 random values generated for this spec.
sourceraw docstring

singular-backref-attr?clj/s

(singular-backref-attr? attr)

Returns true if a backref attribute represents a singular (as opposed to plural) result, that is, if the namespace is singular.

Returns true if a backref attribute represents a singular (as
opposed to plural) result, that is, if the namespace is
singular.
sourceraw docstring

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

× close