Liking cljdoc? Tell your friends :D

cider.inlined-deps.orchard.v0v3v3.orchard.misc


as-symclj

(as-sym x)
source

boot-fake-classpathclj

(boot-fake-classpath)

Retrieve Boot's fake classpath. When using Boot, fake.class.path contains the original directories with source files, which makes it way more useful than the real classpath. See https://github.com/boot-clj/boot/issues/249 for details.

Retrieve Boot's fake classpath.
When using Boot, fake.class.path contains the original directories with source
files, which makes it way more useful than the real classpath.
See https://github.com/boot-clj/boot/issues/249 for details.
sourceraw docstring

boot-project?clj

(boot-project?)

Check whether we're dealing with a Boot project. We figure this by checking for the presence of Boot's fake classpath.

Check whether we're dealing with a Boot project.
We figure this by checking for the presence of Boot's fake classpath.
sourceraw docstring

deep-mergeclj

(deep-merge & xs)

Merge maps recursively. When vals are not maps, last value wins.

Merge maps recursively. When vals are not maps, last value wins.
sourceraw docstring

java-api-versionclj

source

os-windows?clj

(os-windows?)
source

transform-valuecljmultimethod

Transform a value for output

Transform a value for output
sourceraw docstring

update-keysclj

(update-keys f m)

Update the keys of map m via the function f.

Update the keys of map `m` via the function `f`.
sourceraw docstring

update-valsclj

(update-vals f m)

Update the values of map m via the function f.

Update the values of map `m` via the function `f`.
sourceraw docstring

windows-prefixclj

source

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

× close