Liking cljdoc? Tell your friends :D

matthiasn.systems-toolbox.handler-utils


assoc-in-cmpclj/s

(assoc-in-cmp path)

Helper for creating a function that sets value in component atom in given path.

Helper for creating a function that sets value in component atom in given path.
sourceraw docstring

fwd-asclj/s

(fwd-as new-type)

Creates a handler function that sends the payload of handled message as a new message type while discarding any metadata on the original message.

Creates a handler function that sends the payload of handled message as a new
message type while discarding any metadata on the original message.
sourceraw docstring

fwd-as-w-metaclj/s

(fwd-as-w-meta new-type)

Creates a handler function that sends the payload of the handled message as a new message type preserving metadata of the original message.

Creates a handler function that sends the payload of the handled message as a
new message type preserving metadata of the original message.
sourceraw docstring

run-handlerclj/s

(run-handler handler-key msg-map)
(run-handler handler-key msg-payload msg-map)

Runs another handler function with a new message and otherwise the same context.

Runs another handler function with a new message and otherwise the same
context.
sourceraw docstring

update-in-cmpclj/s

(update-in-cmp path f)

Helper for creating a function that updates value in component atom in given path by applying f.

Helper for creating a function that updates value in component atom in given
path by applying f.
sourceraw docstring

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

× close