| Public Variable |
Short Description |
|
assoc-some (clj)
|
Associates a key with a value in a map, if and only if the value is not nil. |
|
connectable? (clj)
|
Returns `true` when it is possible to connect a given `host` over `port`. |
|
deep-merge (clj)
|
|
|
defmethods (clj)
|
Declares multimethods in batch. |
|
dispatch-types (clj)
|
|
|
exit (clj)
|
|
|
get-free-port (clj)
|
|
|
map-or-nil? (clj)
|
|
|
ms->sec (clj)
|
|
|
sec->ms (clj)
|
|
|
strip-url-creds (clj)
|
Return `url` with any http credentials stripped, https://user:pass@hello.com -> https://hello.com. |
|
with-tmp-file (clj)
|
|