Liking cljdoc? Tell your friends :D

io.jesi.backpack.clojure


add-shutdown-hookcljmacro

(add-shutdown-hook & body)

Adds a shutdown hook using java.lang.Runtime.addShutdownHook. Returns the created Thread

Adds a shutdown hook using java.lang.Runtime.addShutdownHook. Returns the created Thread
sourceraw docstring

add-shutdown-hook-fnclj

(add-shutdown-hook-fn f)

Adds a shutdown hook using java.lang.Runtime.addShutdownHook. Takes a function f, and returns the created Thread

Adds a shutdown hook using java.lang.Runtime.addShutdownHook. Takes a function `f`, and returns the created Thread
sourceraw docstring

defkw-typeclj

(defkw-type type kw & args)
source

java->cljclj

(java->clj j)
(java->clj j key-fn)

Transforms Java to Clojure. Converting keys to kebab-case keywords by default

Transforms Java to Clojure. Converting keys to kebab-case keywords by default
sourceraw docstring

pprint-strclj

(pprint-str object)
source

pprint-str-codeclj

(pprint-str-code object)
source

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

× close