(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.
(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.
(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.
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |