Liking cljdoc? Tell your friends :D

monger.internal.fn


fpartialclj

(fpartial f & args)

Like clojure.core/partial but prepopulates last N arguments (first is passed in later)

Like clojure.core/partial but prepopulates last N arguments (first is passed in later)
sourceraw docstring

IFNExpansioncljprotocol

expand-allclj

(expand-all x)

Replaces functions with their invocation results, recursively expands maps, evaluates all other values to themselves

Replaces functions with their invocation results, recursively expands maps, evaluates all other values to themselves

expand-all-withclj

(expand-all-with x f)

Replaces functions with their invocation results that function f is applied to, recursively expands maps, evaluates all other values to themselves

Replaces functions with their invocation results that function f is applied to, recursively expands maps, evaluates all other values to themselves
source

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

× close