(->fn fn-arg)(default default-fn)Returns a callback fn compatible with xflow which merges the results of the default-fn into
the argument.
Returns a callback fn compatible with xflow which merges the results of the `default-fn` into the argument.
(fn-expand fn-arg)(wrap-runtime-errors rt-fn element)Enforces that any function run in a workflow pipeline does not throw exceptions and that errors are propagated through the pipeline.
Enforces that any function run in a workflow pipeline does not throw exceptions and that errors are propagated through the pipeline.
(xflow id xform)Returns a flow using connect-via with the passed xform functions
which must have arity 2: [sink element] and return a function
with the same arity.
Optionally will add the default-fn.
Returns a flow using `connect-via` with the passed xform functions which must have arity 2: [sink element] and return a function with the same arity. Optionally will add the default-fn.
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 |