(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |