(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.
(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`.
(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.
(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`.
(update-db effects f & args)
Update the value of :db
in the effects
hashmap.
Update the value of `:db` in the `effects` hashmap.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close