Liking cljdoc? Tell your friends :D

re-alm.core


-tag-dispatchcljs

(-tag-dispatch dispatch tagger)
source

add-taggercljs

(add-tagger x tagger)
source

build-msgcljs

(build-msg taggers payload)
(build-msg taggable message payload)
source

component-idcljs

source

default-handlercljs

source

delegate-lenscljs

(delegate-lens read-fn write-fn)
source

dispatch-fxcljs

(dispatch-fx msg)
(dispatch-fx msg options)
source

dispatch-to-subscriberscljs

(dispatch-to-subscribers dispatch subscribers payload)
source

errorcljs

(error error)
source

forwardcljs

(forward model sub-model-lens sub-update-fn sub-msg msg-tagger)
source

forward-subscljs

(forward-subs subscriptions tagger)
(forward-subs model subscriptions-fn tagger)
(forward-subs model sub-model-lens sub-subscriptions-fn tagger)
source

forward-subs-to-componentcljs

(forward-subs-to-component model sub-component-lens tagger)
source

forward-to-componentcljs

(forward-to-component model component-lens sub-msg msg-tagger)
source

from-chan-fn-fxcljs

(from-chan-fn-fx chan-fn message)
source

from-promise-fn-fxcljs

(from-promise-fn-fx promise-fn message)
source

handlercljs

(handler component msg dispatch ctx)
source

ICoEffectcljsprotocol

extract-valuecljs

(extract-value this)
source

identifycljs

(identify component)
source

IEffectcljsprotocol

executecljs

(execute this dispatch)
source

IEventManagercljsprotocol

set-subscljs

(set-subs this subs)
source

ILenscljsprotocol

readcljs

(read this model)

writecljs

(write this model value)
source

ITaggercljsprotocol

tagcljs

(tag this value)
source

ITopiccljsprotocol

make-event-sourcecljs

(make-event-source this dispatch subscribers)
source

IUpdateResultcljsprotocol

extract-effectscljs

(extract-effects this)

extract-modelcljs

(extract-model this)
source

make-appcljs

(make-app handler component)
source

make-componentcljs

(make-component template model)
source

make-tagger-fncljs

(make-tagger-fn tagger)
source

okcljs

(ok value)
source

render-componentcljs

(render-component {:keys [render model]} dispatch)
source

run-appcljs

(run-app {:keys [dispatch-ch component dispatch handler] :as app})
source

subscriptioncljs

(subscription topic message)
source

tag-dispatchcljs

source

taggerscljs

(taggers x)
source

with-fxcljs

(with-fx update-result & effects)
source

wrap-coeffectcljs

(wrap-coeffect handler)
source

wrap-effectcljs

(wrap-effect handler)
source

wrap-failsafecljs

(wrap-failsafe handler)
(wrap-failsafe handler on-exception)
source

wrap-logcljs

(wrap-log handler)
source

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

× close