Arrow
1.1.5
arrow-optics
/
arrow.optics
/
Fold
/
any
any
open
fun
any
(
source
:
S
,
predicate
:
(
focus
:
A
)
->
Boolean
)
:
Boolean
(
source
)
Returns
true
if at least one focus matches the given
predicate
.