any

open fun any(source: S, predicate: (focus: A) -> Boolean): Boolean(source)

Returns true if at least one focus matches the given predicate.