Liking cljdoc? Tell your friends :D

methodical.impl.combo.threaded


combine-methods-thread-firstclj

(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.
sourceraw docstring

combine-methods-thread-lastclj

(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.
sourceraw docstring

threading-method-combinationclj

(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`.
sourceraw docstring

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

× close