Liking cljdoc? Tell your friends :D

mate.re-frame


conj-fxclj/s

(conj-fx effects fx)
(conj-fx effects fx & fxs)

Appends one or more effects to the value of :fx in the effects hashmap.

Appends one or more effects to the value of `:fx` in the `effects` hashmap.
sourceraw docstring

conj-fx-using-dbclj/s

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

Invoke f with the value of :db from the effects hashmap and conj its result to the :fx collection in effects.

Invoke `f` with the value of `:db` from the `effects` hashmap and conj its result
to the `:fx` collection in `effects`.
sourceraw docstring

into-fxclj/s

(into-fx effects fxs)

Appends a collection of effects to the value of :fx in the effects hashmap.

Appends a collection of effects to the value of `:fx` in the `effects` hashmap.
sourceraw docstring

into-fx-using-dbclj/s

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

Invoke f with the value of :db from the effects hashmap and appends its resulting collection into the :fx collection in effects.

Invoke `f` with the value of `:db` from the `effects` hashmap and appends its resulting collection
into the `:fx` collection in `effects`.
sourceraw docstring

update-dbclj/s

(update-db effects f & args)

Update the value of :db in the effects hashmap.

Update the value of `:db` in the `effects` hashmap.
sourceraw docstring

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

× close