Liking cljdoc? Tell your friends :D

fripon.frp


*context*clj/s


afterclj/s

(after node & others)

buildclj/smacro

(build node symbol & body)

check-contextclj/s

(check-context)

check-node-contextclj/s

(check-node-context node)

clockclj/s

(clock period)
(clock period dispose)

compute-liftedclj/s

(compute-lifted f)

current-time-msclj/s

(current-time-ms)

diff-withclj/s

(diff-with f initial node)

emit!clj/s

(emit! node value)

emit-sync!clj/s

(emit-sync! node value)

Emitterclj/sprotocol

available?clj/s

(available? this)

emit-now!clj/s

(emit-now! this value)

filterclj/s

(filter p node)

flatmapclj/s

(flatmap f & nodes)

foldclj/s

(fold f initial & nodes)

fold*clj/s

(fold* this f initial nodes)

foreverclj/s

(forever value)

from-atomclj/s

(from-atom a)

from-callbackclj/s

(from-callback cb)

from-callback-syncclj/s

(from-callback-sync cb)

from-channelclj/s

(from-channel channel)

from-seqclj/s

(from-seq values)

get-sinksclj/s

(get-sinks node)

get-sourcesclj/s

(get-sources node)

holdclj/s

(hold initial stream)

in-contextclj/smacro

(in-context context & body)

in-context-syncclj/smacro

(in-context-sync context & body)

into-atom!clj/s

(into-atom! a property)

into-chan!clj/s

(into-chan! c stream)

kill!clj/s

(kill! node)

liftclj/smacro

(lift & body)

lift*clj/s

(lift* f)

listen!clj/s

(listen! node & sources)

make-contextclj/s

(make-context)
(make-context submit)

make-propertyclj/s

(make-property initial)

make-streamclj/s

(make-stream)
(make-stream initial)

mapclj/s

(map f)
(map f & nodes)

mergeclj/s

(merge & nodes)

merge-withclj/s

(merge-with f & nodes)

neverclj/s

(never)

pfoldclj/s

(pfold f initial & nodes)

pmapclj/s

(pmap f & nodes)

propagate-now!clj/s

(propagate-now! node value)

react!clj/s

(react! node f)

seqclj/s

(seq streams)

Takes a seq of streams, returns the stream of values as a seq.

Takes a seq of streams, returns the stream of values as a seq.
raw docstring

switchclj/s

(switch node)

transformclj/s

(transform xform stream)

unlisten!clj/s

(unlisten! node & sources)

untilclj/s

(until stop node)

watchclj/s

(watch f node)

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

× close