Liking cljdoc? Tell your friends :D

silvur.util


*nrepl-connection*clj


control-portsclj


edn->jsonclj

(edn->json x)
(edn->json type x)

edn->xmlclj

(edn->xml edn & [raw?])

json->ednclj

(json->edn x)
(json->edn type x)

lkcljmacro

(lk s)

lockclj


lscljmacro

(ls s)

mailclj

(mail &
      {:keys [from to subject host port contents]
       :or {host "localhost" port 25}})

nreplcljmultimethod


nrepl-connect!clj

(nrepl-connect!)
(nrepl-connect! host port)

nrepl-http-transportclj

(nrepl-http-transport url)

Returns an nREPL client-side transport to connect to HTTP nREPL endpoints implemented by ring-handler.

This fn is implicitly registered as the implementation of nrepl.core/url-connect for http and https schemes; so, once this namespace is loaded, any tool that uses url-connect will use this implementation for connecting to HTTP and HTTPS nREPL endpoints.

Returns an nREPL client-side transport to connect to HTTP nREPL
endpoints implemented by `ring-handler`.

This fn is implicitly registered as the implementation of
`nrepl.core/url-connect` for `http` and `https` schemes;
so, once this namespace is loaded, any tool that uses `url-connect`
will use this implementation for connecting to HTTP and HTTPS
nREPL endpoints.
raw docstring

nrepl-send-messageclj

(nrepl-send-message msg)
(nrepl-send-message conn msg)

nrepl-serverclj


nrepl-startclj

(nrepl-start & {:keys [ip port cider tty] :or {ip "0.0.0.0" port 7888}})

nrepl-stopclj

(nrepl-stop & [srv])

NumberConvertcljprotocol

chars->hexclj

(chars->hex xs)

chars->longclj

(chars->long xs)

hex->longclj

(hex->long x)

str->doubleclj

(str->double x)

str->intclj

(str->int x)

str->longclj

(str->long x)

parse-binary-messageclj

(parse-binary-message format-coll data-coll)

sha1sumclj

(sha1sum & vals)

start-routineclj

(start-routine f & [{:keys [id queue-length interval] :as opts}])

stop-routineclj

(stop-routine)
(stop-routine id)

ukcljmacro

(uk s)

uscljmacro

(us s)

uuidcljmacro

(uuid)
(uuid s)

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

× close