ClojureDocs

Nav

Namespaces

apply

clojure.core

Available since 1.0 (source)
  • (apply f args)
  • (apply f x args)
  • (apply f x y args)
  • (apply f x y z args)
  • (apply f a b c d & args)
Applies fn f to the argument list formed by prepending intervening arguments to args.