Public Vars

Back

all (clj)

(source)

function

(all itms)
Assumes that itms is a list of state monad function results, threads the state map through all of them. Returns a vector of all the results.

Examples