Liking cljdoc? Tell your friends :D
All platforms.

untangled.ui.state


evolveclj/s

(evolve state-map ident op args)

Evolve the application state by applying op to the database object at ident. op should be a (fn [obj args] updated-obj)

Evolve the application state by applying op to the database object at ident. `op` should be a `(fn [obj args] updated-obj)`
raw docstring

evolve!clj/s

(evolve! state-atom ident op)
(evolve! state-atom ident op args)

Evolve the application state in the given atom by applying op to the database object at ident. op should be a (fn [obj args] updated-obj)

Evolve the application state in the given atom by applying op to the database object at ident. `op` should be a `(fn [obj args] updated-obj)`
raw docstring

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

× close