Core namespace. consists of protocols, multimethods
Core namespace. consists of protocols, multimethods
(default-transform query target m)
Source of data
Source of data
(-select target k not-found)
returns value of target on k
returns value of target on k
(pad n coll value)
returns a coll which has n
length, with coll
fill in first, then pad with
value
returns a coll which has `n` length, with `coll` fill in first, then pad with value
Can query on a data structure, return the value of its key, also able to transform another data structure
Can query on a data structure, return the value of its key, also able to transform another data structure
(-key query)
returns the key of the query, should be a vector
returns the key of the query, should be a vector
(-transform this target m)
run query on m, returns the transformed target
run query on m, returns the transformed target
(-value-of query m)
run query on m, return the value
run query on m, return the value
Sink of data
Sink of data
(-append target k v)
append value to target
append value to target
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close