(child child-key)
(child child-key child-fn)
Returns a function which takes a parent metadata record and associates in the child item at the given key a reference to its parent. If child-fn is provided it is used to recursively set parent references under the child record.
Returns a function which takes a parent metadata record and associates in the child item at the given key a reference to its parent. If child-fn is provided it is used to recursively set parent references under the child record.
(children children-key)
(children children-key child-fn)
Returns a function which takes a parent metadata record and associates a reference to the parent in each child item contained in the collection at the given key. If child-fn is provided it is used to recursively set parent references under the child record
Returns a function which takes a parent metadata record and associates a reference to the parent in each child item contained in the collection at the given key. If child-fn is provided it is used to recursively set parent references under the child record
(parent child)
Returns the parent record for the given item or nil if none exists.
Returns the parent record for the given item or nil if none exists.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close