Liking cljdoc? Tell your friends :D

midje.util.pile

Functions that are somewhat general purpose.

Functions that are somewhat general purpose.
raw docstring

apply-pairwiseclj

(apply-pairwise functions & arglists)

(apply-pairwise [inc dec] [1 1] [2 2]) => [ [2 0] [3 1] ] Note that the functions must take only a single argument.

(apply-pairwise [inc dec] [1 1] [2 2]) => [ [2 0] [3 1] ]
Note that the functions must take only a single argument.
sourceraw docstring

def-many-methodscljmacro

(def-many-methods name dispatch-vals args & body)

Create multiple multimethods with different dispatch values but the same implementation

Create multiple multimethods with different dispatch values
but the same implementation
sourceraw docstring

function-nameclj

(function-name funobj)
source

macro-forcljmacro

(macro-for bindings body)

Macroexpands the body once for each of the elements in the right-side argument of the bindings, which should be a seq

Macroexpands the body once for each of the elements in the
right-side argument of the bindings, which should be a seq
sourceraw docstring

map-firstclj

(map-first f x)

Like map, but applies f to only the first element of the seq

Like map, but applies f to only the first element of the seq
sourceraw docstring

name-objectclj

(name-object object name)
source

named-function?clj

(named-function? x)
source

object-nameclj

(object-name obj)
source

ordered-zipmapclj

(ordered-zipmap keys vals)
source

pop-docstringclj

source

pop-ifclj

(pop-if pred args)

Extracts optional arg (that we assume is present if the pred is true) from head of args

Extracts optional arg (that we assume is present if the pred is true) from head of args
sourceraw docstring

pop-opts-mapclj

source

rotationsclj

(rotations coll)

Returns a lazy seq of all rotations of a seq

Returns a lazy seq of all rotations of a seq
sourceraw docstring

sort-mapclj

(sort-map m)
source

stringlike-matches?clj

(stringlike-matches? stringlike given)
source

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

× close