Liking cljdoc? Tell your friends :D
Mostly clj/s.
Exceptions indicated.

org.martinklepsch.derived

An implementation of reactive derived values built on Clojure atoms. Mostly inspired by rum.core/derived-atom but extended with the possibility to dispose a derived value. Disposing will remove relevant watches on source atoms thus making this implementation suitable for dynamic use (runtime creation and disposal).

An implementation of reactive derived values built on Clojure
atoms. Mostly inspired by rum.core/derived-atom but extended with
the possibility to dispose a derived value. Disposing will remove
relevant watches on source atoms thus making this implementation
suitable for dynamic use (runtime creation and disposal).
raw docstring

derived-valueclj/s

(derived-value refs key f)
(derived-value refs key f opts)
source

DerivedValuecljs

source

IDisposableclj/s≠protocol

dispose!clj/s

(dispose! this)
source

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

× close