Liking cljdoc? Tell your friends :D

axel-f.excel.fn


compositionclj/s

source

composition*clj/s

(composition* & fns)

Takes a set of functions and returns a fn that is the composition of those fns. The returned fn takes a variable number of args, applies the rightmost of fns to the args, the next fn (right-to-left) to the result, etc.

Takes a set of functions and returns a fn that is the composition of those fns. The returned fn takes a variable number of args, applies the rightmost of fns to the args, the next fn (right-to-left) to the result, etc.
sourceraw docstring

envclj/s

source

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

× close