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 is a website building & hosting documentation for Clojure/Script libraries

× close