Liking cljdoc? Tell your friends :D

puppetlabs.pcp.broker.util


assoc-whencljmacro

(assoc-when map key val & kvs)

Assocs the provided values with the corresponding keys if and only if the key is not already present in map.

Assocs the provided values with the corresponding keys if and only
if the key is not already present in map.
sourceraw docstring

ensure-vecclj

(ensure-vec v)
source

hexdumpclj

(hexdump data)

Inputs: [data :- (s/either bytes s/Str)] Returns: s/Str

Inputs: [data :- (s/either bytes s/Str)]
Returns: s/Str
sourceraw docstring

update-condclj

(update-cond m pred ks f & args)

Works like update, but only if pred is satisfied

Works like update, but only if pred is satisfied
sourceraw docstring

update-whenclj

(update-when m ks f & args)

Works like update, but only if ks is found in the map(s)

Works like update, but only if ks is found in the map(s)
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close