Liking cljdoc? Tell your friends :D

milena.analyze.streams


branchclj

(branch stream preds?)
raw docstring

filterclj

(filter stream pred?)
raw docstring

fmapclj

(fmap kstream f)
raw docstring

fmap-valsclj

(fmap-vals kstream f)
raw docstring

group-byclj

(group-by kstream f opts)
raw docstring

group-by-keyclj

(group-by-key kstream)
(group-by-key kstream opts)
raw docstring

join-left-with-global-tableclj

(join-left-with-global-table stream-left gtable-right f-map f-join)
raw docstring

join-left-with-streamclj

(join-left-with-stream stream-left stream-right window-ms f)
(join-left-with-stream stream-left stream-right window-ms f opts)
raw docstring

join-left-with-tableclj

(join-left-with-table stream-left table-right f)
(join-left-with-table stream-left table-right f opts)
raw docstring

join-outer-with-streamclj

(join-outer-with-stream stream-left stream-right window-ms f)
(join-outer-with-stream stream-left stream-right window-ms f opts)
raw docstring

join-with-global-tableclj

(join-with-global-table stream-left gtable-right f-map f-join)
raw docstring

join-with-streamclj

(join-with-stream stream-left stream-right window-ms f)
(join-with-stream stream-left stream-right window-ms f opts)
raw docstring

join-with-tableclj

(join-with-table stream-left table-right f)
(join-with-table stream-left table-right f opts)
raw docstring

mapclj

(map stream f)
raw docstring

map-keysclj

(map-keys stream f)
raw docstring

map-valsclj

(map-vals kstream f)
raw docstring

processclj

(process stream store-names processor)
raw docstring

side-effectclj

(side-effect stream f)
raw docstring

sinkclj

(sink kstream f)
raw docstring

sink-topicclj

(sink-topic kstream topic)
(sink-topic kstream topic opts)
raw docstring

throughclj

(through stream topic)
(through stream topic opts)
raw docstring

transformclj

(transform stream store-names transformer)
raw docstring

transform-valsclj

(transform-vals stream store-names transformer-vals)
raw docstring

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

× close