Liking cljdoc? Tell your friends :D

kaocha.core-ext

Core language extensions

Core language extensions
raw docstring

directory?clj

(directory? x)
source

error?clj

(error? x)
source

exception?clj

(exception? x)
source

file?clj

(file? x)
source

mapplyclj

(mapply f & args)

Applies a function f to the argument list formed by concatenating everything but the last element of args with the last element of args. This is useful for applying a function that accepts keyword arguments to a map.

Applies a function f to the argument list formed by concatenating
everything but the last element of args with the last element of
args.  This is useful for applying a function that accepts keyword
arguments to a map.
sourceraw docstring

ns?clj

(ns? x)
source

path?clj

(path? x)
source

regexclj

(regex x)
(regex x & xs)
source

regex?clj

(regex? x)
source

symbolclj

(symbol name)
(symbol ns name)

Backport from Clojure 1.10, symbol function that's a bit more lenient on its inputs.

Returns a Symbol with the given namespace and name. Arity-1 works on strings, keywords, and vars.

Backport from Clojure 1.10, symbol function that's a bit more lenient on its
inputs.

Returns a Symbol with the given namespace and name. Arity-1 works on strings,
keywords, and vars.
sourceraw docstring

throwable?clj

(throwable? x)
source

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

× close