Liking cljdoc? Tell your friends :D

etaoin.util


connectable?clj

(connectable? host port)

Checks whether it's possible to connect a given host/port pair.

Checks whether it's possible to connect a given host/port pair.
sourceraw docstring

deep-mergeclj

(deep-merge & vals)
source

defmethodscljmacro

(defmethods multifn dispatch-vals & fn-tail)

Declares multimethods in batch. For each dispatch value from dispatch-vals, creates a new method.

Declares multimethods in batch. For each dispatch value from
dispatch-vals, creates a new method.
sourceraw docstring

dispatch-typesclj

(dispatch-types & args)
source

errorclj

(error msg)
(error tpl & args)
source

exitclj

(exit code template & args)
source

get-free-portclj

(get-free-port)
source

map-or-nil?clj

(map-or-nil? x)
source

ms->secclj

(ms->sec ms)
source

sec->msclj

(sec->ms sec)
source

with-tmp-dircljmacro

(with-tmp-dir prefix bind & body)
source

with-tmp-filecljmacro

(with-tmp-file prefix suffix bind & body)
source

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

× close