Generic Function Some-Item-P (3 methods)

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

Part of:

package metabang.cl-containers, package metabang.utilities
Returns the first item in the container for which predicate holds. Predicate should be a function of one argument for iteratable containers and a function of two arguments for associative containers.

Method Summary

some-item-p < iteratable-container-mixin > < FUNCTION > 
some-item-p < LIST > < FUNCTION > 
some-item-p < VECTOR > < FUNCTION >