Liking cljdoc? Tell your friends :D

danger-mouse.threading


update-errors->cljmacro

(update-errors-> coll & body)

Update the errors of a GroupedResult or a WithErrors. Takes the coll in the first position, and a body that threads errors in the last position.

Update the `errors` of a `GroupedResult` or a `WithErrors`. Takes the
`coll` in the first position, and a `body` that threads `errors` in
the last position.
sourceraw docstring

update-errors->>cljmacro

(update-errors->> & body-and-coll)

Update the errors of a GroupedResult or a WithErrors. Takes the coll in the last position, and a body that threads errors in the last position.

Update the `errors` of a `GroupedResult` or a `WithErrors`. Takes the
`coll` in the last position, and a `body` that threads `errors` in
the last position.
sourceraw docstring

update-result->cljmacro

(update-result-> coll & body)

Update the result of a GroupedResult or a WithErrors. Takes the coll in the first position, and a body that threads result in the last position.

Update the `result` of a `GroupedResult` or a `WithErrors`. Takes the
`coll` in the first position, and a `body` that threads `result` in
the last position.
sourceraw docstring

update-result->>cljmacro

(update-result->> & body-and-coll)

Update the result of a GroupedResult or a WithErrors. Takes the coll in the last position, and a body that threads result in the last position.

Update the `result` of a `GroupedResult` or a `WithErrors`. Takes the
`coll` in the last position, and a `body` that threads `result` in
the last position.
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