Liking cljdoc? Tell your friends :D

bluegenes.pages.querybuilder.events


add-if-missingcljs

(add-if-missing col item)
source

all-viewscljs

(all-views m)
(all-views [k properties] trail views)

Builds path-query subclass constraints from the query structure

Builds path-query subclass constraints from the query structure
sourceraw docstring

alphabetcljs

source

class-pathscljs

(class-paths model query)
(class-paths model [parent children] running total)

Walks the query map and retrieves all im-paths that resolve to a class

Walks the query map and retrieves all im-paths that resolve to a class
sourceraw docstring

deep-mergecljs

(deep-merge a b)
source

dissoc-incljs

(dissoc-in m [k & ks :as keys])

Dissociates an entry from a nested associative structure returning a new nested structure. keys is a sequence of keys. Any empty maps that result will not be present in the new structure.

Dissociates an entry from a nested associative structure returning a new
nested structure. keys is a sequence of keys. Any empty maps that result
will not be present in the new structure.
sourceraw docstring

dissoc-keywordscljs

(dissoc-keywords m)
source

drop-nthcljs

(drop-nth coll pos)

remove elem in coll

remove elem in coll
sourceraw docstring

extract-constraintscljs

(extract-constraints [k value] total views)
source

loccljs

source

next-available-const-codecljs

(next-available-const-code query)

Gets the next available unused constraint letter from the query map

Gets the next available unused constraint letter from the query map
sourceraw docstring

not-blank?cljs

source

regular-constraintscljs

(regular-constraints m)
(regular-constraints [k {:keys [constraints] :as properties}]
                     trail
                     total-constraints)

Builds path-query subclass constraints from the query structure

Builds path-query subclass constraints from the query structure
sourceraw docstring

remove-keyword-keyscljs

(remove-keyword-keys m)

Removes all keys from a map that are keywords. In our query map, keywords are reserved for special attributes such as :constraints and :visible

Removes all keys from a map that are keywords.
In our query map, keywords are reserved for special attributes such as :constraints and :visible
sourceraw docstring

serialize-constraintscljs

(serialize-constraints [k {:keys [children constraints]}] total trail)
source

serialize-viewscljs

(serialize-views [k value] total views)
source

split-and-drop-firstcljs

(split-and-drop-first parent-path summary-field)
source

subclass-constraintscljs

(subclass-constraints m)
(subclass-constraints [k {:keys [subclass] :as properties}] trail subclasses)

Builds path-query subclass constraints from the query structure

Builds path-query subclass constraints from the query structure
sourceraw docstring

treeifycljs

(treeify model q)
source

used-const-codecljs

(used-const-code query)

Walks down the query map and pulls all codes from constraints

Walks down the query map and pulls all codes from constraints
sourceraw docstring

view-mapcljs

(view-map model q)
source

with-constraintscljs

(with-constraints model q query-map)
source

within?cljs

(within? col item)
source

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

× close