Generic Function Every-Item-P (3 methods)

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

Part of:

package metabang.cl-containers, package metabang.utilities
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 >