Liking cljdoc? Tell your friends :D

missinterpret.flows.xflow


->fnclj

(->fn fn-arg)

defaultclj

(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.
raw docstring

fn-expandclj

(fn-expand fn-arg)

xflowclj

(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.
raw docstring

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

× close