(edn-str v & {:keys [pretty?] :or {pretty? false}})
Return a EDN representation of the given value.
Same as pr-str
but without ellipsis.
Return a EDN representation of the given value. Same as `pr-str` but without ellipsis.
(exception-stacktrace x)
returns a string representation of an exception and its stack-trace
returns a string representation of an exception and its stack-trace
(java-version)
It returns the current Java major version as a number
It returns the current Java major version as a number
(map-values f m)
Applies f to all the value of the map m
Applies f to all the value of the map m
(os-java-pid)
it returns the OS pid for the current java process.
it returns the OS pid for the current java process.
(pprint-event-str m)
pretty print event to a string
pretty print event to a string
(puid)
It returns a random 192-bit unique id
It returns a random 192-bit unique id
(random-uid)
It returns a random 128-bit unique id with a base 36 encoding
It returns a random 128-bit unique id with a base 36 encoding
(remove-nils m)
recursively remove nils from maps (in keys or values)
recursively remove nils from maps (in keys or values)
(uuid)
It returns a random UUID as string
It returns a random UUID as string
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close