Liking cljdoc? Tell your friends :D

danger-mouse.catch-errors


catch-errorsclj

Transducer to catch errors, capture additional info, and cache them as DM errors in a side channel that will be returned at the end of the reduction.

Transducer to catch errors, capture additional info, and cache them as
DM errors in a side channel that will be returned at the end of the reduction.
sourceraw docstring

catch-errors->clj

(catch-errors-> coll & args)

Helper function to separate out results from errors in a collection. Collection is first.

Helper function to separate out results from errors in a collection.
Collection is first.
sourceraw docstring

catch-errors->>clj

(catch-errors->> & args-and-coll)

Helper function to separate out results from errors in a collection. Collection is last.

Helper function to separate out results from errors in a collection.
Collection is last.
sourceraw docstring

errors-coll?clj

(errors-coll? coll)
source

process-errorclj

(process-error error input)
source

transduce->clj

(transduce-> coll xform initial & args)

Helper function to separate out results from errors after applying a transducer. Collection is first.

Helper function to separate out results from errors after applying
a transducer. Collection is first.
sourceraw docstring

transduce->>clj

(transduce->> xform initial & args-and-coll)

Helper function to separate out results from errors after applying a transducer. Collection is last.

Helper function to separate out results from errors after applying
a transducer. Collection is last.
sourceraw docstring

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

× close