(combine-methods-thread-first primary-methods {:keys [before after around]})
Combine primary and auxiliary methods using a thread-first threading type.
Combine primary and auxiliary methods using a thread-first threading type.
(combine-methods-thread-last primary-methods {:keys [before after around]})
Combine primary and auxiliary methods using a thread-last threading type.
Combine primary and auxiliary methods using a thread-last threading type.
(threading-method-combination threading-type)
Create a new ThreadingMethodCombination
using the keyword threading-type
strategy, e.g. :thread-first
or
:thread-last
.
Create a new `ThreadingMethodCombination` using the keyword `threading-type` strategy, e.g. `:thread-first` or `:thread-last`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close