Liking cljdoc? Tell your friends :D

clojurewerkz.meltdown.stream-graph


acceptclj

source

attachcljmacro

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

batch*cljmacro

(batch* f)
(batch* f & downstreams)
source

consumecljmacro

(consume f)
source

createclj

source

detachcljmacro

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

filter*cljmacro

(filter* f)
(filter* f & downstreams)

Like clojure.core/filter but for graph computations

Like clojure.core/filter but for graph computations
sourceraw docstring

fmap*cljmacro

(fmap* f)
(fmap* f & downstreams)

Like clojure.core/fmap but for graph computations

Like clojure.core/fmap but for graph computations
sourceraw docstring

fold*cljmacro

(fold* f)
(fold* f & downstreams)

Like clojure.core/fold but for graph computations

Like clojure.core/fold but for graph computations
sourceraw docstring

graphcljmacro

(graph channel)
(graph channel & downstreams)

Creates a stream processing graph

Creates a stream processing graph
sourceraw docstring

map*cljmacro

(map* f)
(map* f & downstreams)

Like clojure.core/map but for graph computations

Like clojure.core/map but for graph computations
sourceraw docstring

mappend*cljmacro

(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
sourceraw docstring

reduce*cljmacro

(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
sourceraw docstring

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

× close