deep-any? ( ... obj quot: ( ... elt -- ... ? ) -- ... ? )
Factor handbook » The language » Collections » Sequence operations » Deep sequence combinators

Prev:deep-find ( ... obj quot: ( ... elt -- ... ? ) -- ... elt )
Next:deep-map! ( ... obj quot: ( ... elt -- ... elt' ) -- ... obj )


Vocabulary
sequences.deep

Inputs
objan object
quota quotation with stack effect ( ... elt -- ... ? )


Outputs
?a boolean


Word description
Tests whether the given object or any subnode satisfies the given quotation.

See also
any?

Definition


: deep-any? ( ... obj quot: ( ... elt -- ... ? ) -- ... ? )
(deep-find) nip ; inline