Liking cljdoc? Tell your friends :D

mate.re-frame


conj-fxclj/s

(conj-fx effects fx)

Appends an effect to :fx the effects structure.

Appends an effect to `:fx` the `effects` structure.
sourceraw docstring

conj-fx-using-dbclj/s

(conj-fx-using-db effects f & args)

Invoke f with the :db in effects and appends it to its :fx.

Invoke `f` with the `:db` in `effects` and appends it to its `:fx`.
sourceraw docstring

update-dbclj/s

(update-db effects f & args)

Update the :db in the effects structure.

Update the `:db` in the `effects` structure.
sourceraw docstring

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

× close