(attach detached)
Attaches parts back to the graph as if they were declared as a part of the graph from the beginning.
Attaches parts back to the graph as if they were declared as a part of the graph from the beginning.
(detach body)
Detaches given functions from the graph, to be attached later on. Mostly used to break down functions into smaller pieces.
Detaches given functions from the graph, to be attached later on. Mostly used to break down functions into smaller pieces.
(filter* f)
(filter* f & downstreams)
Like clojure.core/filter but for graph computations
Like clojure.core/filter but for graph computations
(fmap* f)
(fmap* f & downstreams)
Like clojure.core/fmap but for graph computations
Like clojure.core/fmap but for graph computations
(fold* f)
(fold* f & downstreams)
Like clojure.core/fold but for graph computations
Like clojure.core/fold but for graph computations
(graph channel)
(graph channel & downstreams)
Creates a stream processing graph
Creates a stream processing graph
(map* f)
(map* f & downstreams)
Like clojure.core/map but for graph computations
Like clojure.core/map but for graph computations
(mappend* monoid)
(mappend* monoid condition)
(mappend* monoid condition & downstreams)
Like clojure.core/mappend but for graph computations
Like clojure.core/mappend but for graph computations
(reduce* f default-value)
(reduce* f default-value & downstreams)
Like clojure.core/reduce but for graph computations
Like clojure.core/reduce but for graph computations
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close