Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-optics
/
arrow.optics
/
PTraversal
/
any
any
open
fun
any
(
source
:
S
,
predicate
:
(
focus
:
A
)
->
Boolean
)
:
Boolean
Returns
true
if at least one focus matches the given
predicate
.