Liking cljdoc? Tell your friends :D

ventas.utils


->numberclj

(->number v)
source

atom?clj

(atom? v)
source

batchclj

(batch in out max-time max-count)
source

bigdec?clj

(bigdec? x)

Return true if x is a BigDecimal. This function was already in 1.9 alphas but it was removed :(

Return true if x is a BigDecimal.
This function was already in 1.9 alphas but it was removed :(
sourceraw docstring

chan?clj

(chan? v)
source

checkclj

(check & args)
source

check!clj

source

dequalify-keywordsclj

(dequalify-keywords m)
source

find-filesclj

(find-files path pattern)

Find files matching given pattern.

Find files matching given `pattern`.
sourceraw docstring

find-files*clj

(find-files* path pred)

Find files in path by pred.

Find files in `path` by `pred`.
sourceraw docstring

has-duplicates?clj

(has-duplicates? xs)
source

interruptible-trycljmacro

(interruptible-try & body)
source

into-ncljdeprecated

source

mapmclj

source

ns-kwcljmacro

(ns-kw input)

Takes a string or a keyword. Returns a keyword where the ns is the caller ns and the name is the given string, or the name of the given keyword. ClojureScript only

Takes a string or a keyword. Returns a keyword where the ns is the caller ns
and the name is the given string, or the name of the given keyword.
**ClojureScript only**
sourceraw docstring

qualify-keywordclj

(qualify-keyword kw ns)
source

qualify-map-keywordsclj

(qualify-map-keywords ks ns)

Qualifies the keywords used as keys in a map. Accepts a map with keywords as keys and a namespace represented as keyword.

Qualifies the keywords used as keys in a map.
Accepts a map with keywords as keys and a namespace represented as keyword.
sourceraw docstring

spec-exists?clj

(spec-exists? v)
source

swallowcljmacro

(swallow & body)
source

update-if-existsclj

(update-if-exists thing kw update-fn)
source

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

× close