Public Vars

Back

every? (clj)

(source)

function

(every? pred coll)
Returns true if (pred x) is logical true for every x in coll, else false.

Examples