Liking cljdoc? Tell your friends :D

clj-schema.utils


fn->fn-thats-false-if-throwsclj

(fn->fn-thats-false-if-throws f)

Takes a fn. Returns a new fn that evaluates to false if it throws an Exception.

Takes a fn.  Returns a new fn that evaluates
to false if it throws an Exception.
sourceraw docstring

git-sha?clj

(git-sha? s)
source

ip-address-v4?clj

(ip-address-v4? s)
source

non-empty?clj

(non-empty? x)
source

non-neg-integer?clj

(non-neg-integer? x)
source

parse-booleanclj

(parse-boolean s)
source

parse-doubleclj

(parse-double s)
source

parse-integerclj

(parse-integer s)
source

parse-longclj

(parse-long s)
source

pathsclj

(paths m)

Return the paths of the leaves in the map

Return the paths of the leaves in the map
sourceraw docstring

pretty-fn-strclj

(pretty-fn-str f)
source

subpath?clj

(subpath? root-path path)

true if 'path' is a child of 'root-path'

true if 'path' is a child of 'root-path'
sourceraw docstring

subpathsclj

(subpaths path)
source

timestamp?clj

(timestamp? n)
source

urlclj

(url s)

Returns a java.net.URL instance or nil if URL failed to parse

Returns a java.net.URL instance or nil if URL failed to parse
sourceraw docstring

url?clj

(url? s)
source

uuid+timestamp?clj

(uuid+timestamp? s)
source

uuid?clj

(uuid? s)
source

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

× close