(make-key ns key)
creates a namespaced key
(make-key nil :hello) => "hello"
creates a namespaced key (make-key nil :hello) => "hello"
(opts:cache opts)
creates a opts map for bulk operations
creates a opts map for bulk operations
(process:data data {:keys [format]})
input function for data
input function for data
(process:data-multi data {:keys [format]})
input function for multi data
input function for multi data
(process:key key {:keys [namespace]})
input function for key
input function for key
(process:key-multi keys {:keys [namespace]})
input function for keys
input function for keys
(process:kv args {:keys [namespace format]})
input function for multi key methods
input function for multi key methods
(process:kv-hash args {:keys [format]})
input function for multi hash methods
input function for multi hash methods
(process:unchanged data _)
input function to unchange input
input function to unchange input
(return-default val {:keys [async chain post]})
return for default values
return for default values
(return:format format)
constructs a return function
constructs a return function
(return:keys data {:keys [namespace]})
return function for keys
return function for keys
(return:kv-hash data {:keys [format]})
return function for string
return function for string
(return:string data _)
return function for string
return function for string
(unmake-key ns key)
removes the namespaced portion
(unmake-key "hello" "hello:there") => "there"
removes the namespaced portion (unmake-key "hello" "hello:there") => "there"
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close