Liking cljdoc? Tell your friends :D

integrant-tools.keyword


ancestorclj/s

(ancestor tag)

Return the first ancestor of tag.

Return the first ancestor of `tag`.
sourceraw docstring

ancestor?clj/s

(ancestor? tag1 tag2)

Return true if tag1 is an ancestor of tag2, otherwise return false.

Return `true` if `tag1` is an ancestor of `tag2`, otherwise return false.
sourceraw docstring

childclj/s

(child tag)

Return the first child of tag.

Return the first child of `tag`.
sourceraw docstring

child?clj/s

(child? tag1 tag2)

Return true of tag1 is an child of tag2, otherwise return false.

Return `true` of `tag1` is an child of `tag2`, otherwise return false.
sourceraw docstring

childrenclj/s

(children tag)
(children tag h)

Returns the immediate children of tag, either via a Java(Script) type inheritance relationship or a relationship established via derive. h must be a hierarchy obtained from make-hierarchy, if not supplied defaults to the global hierarchy

Returns the immediate children of `tag`, either via a Java(Script) type
inheritance relationship or a relationship established via derive. `h`
must be a hierarchy obtained from make-hierarchy, if not supplied
defaults to the global hierarchy
sourceraw docstring

descendantclj/s

(descendant tag)

Return the first descendant of tag.

Return the first descendant of `tag`.
sourceraw docstring

descendant?clj/s

(descendant? tag1 tag2)

Return true if tag1 is an descendant of tag2, otherwise return false.

Return `true` if `tag1` is an descendant of `tag2`, otherwise return false.
sourceraw docstring

make-childclj/s

(make-child tag)
(make-child tag separator)

Return a new unique keyword that derived from tag. This new keyword will have the same name as tag with a number affixed. An optional separator argument can be supplied, defaults to +

Return a new unique keyword that derived from `tag`. This new keyword will
have the same name as `tag` with a number affixed. An optional `separator`
argument can be supplied, defaults to `+`
sourceraw docstring

parentclj/s

(parent tag)

Return the first parent of tag.

Return the first parent of `tag`.
sourceraw docstring

parent?clj/s

(parent? tag1 tag2)

Return true if tag1 is an parent of tag2, otherwise return false.

Return `true` if `tag1` is an parent of `tag2`, otherwise return false.
sourceraw docstring

underive-ancestorsclj/s

(underive-ancestors tag)

Underive all tag of all its ancestors.

Underive all `tag` of all its ancestors.
sourceraw docstring

underive-childrenclj/s

(underive-children tag)

Underive all children of tag.

Underive all children of `tag`.
sourceraw docstring

underive-descendantsclj/s

(underive-descendants tag)

Underive all descendants of tag.

Underive all descendants of `tag`.
sourceraw docstring

underive-parentsclj/s

(underive-parents tag)

Underive all tag of all its parents.

Underive all `tag` of all its parents.
sourceraw docstring

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

× close