Generic Function Every-Item-P (3 methods)

( every-item-p < container > < predicate > )

Part of:

package metabang.cl-containers

Returns true if every item in the container satisfies the
predicate. Predicate should be a function of one argument for iteratable containers
and a function of two arguments for associative containers.

Method Summary

every-item-p < iteratable-container-mixin > < function > 
every-item-p < list > < function > 
every-item-p < vector > < function >