Functional programming utility functions
Functional programming utility functions
(ajuxt f)
(ajuxt f g)
(ajuxt f g h)
(ajuxt f g h & fs)
Like juxt combined with apply. Takes a set of functions, and returns a function of the same arity as the number of functions that will call each function with the arg that matches it positionally, and return a vector of the results.
((ajuxt a b) x y) => [(a x) (b y)]
Like juxt combined with apply. Takes a set of functions, and returns a function of the same arity as the number of functions that will call each function with the arg that matches it positionally, and return a vector of the results. ((ajuxt a b) x y) => [(a x) (b y)]
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 |