(->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)
(xflow id xform)
(xflow id xform 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.
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 is a website building & hosting documentation for Clojure/Script libraries
× close