Handbook
Glossary
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
obj
an
object
quot
a
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
USING:
kernel
;
IN:
sequences.deep
:
deep-any?
( ... obj quot: ( ... elt -- ... ? ) -- ... ? )
(deep-find)
nip
;
inline