arrow-optics
1.1.3-alpha.22
arrow-optics
/
arrow.optics
/
Fold
/
findOrNull
find
Or
Null
open
fun
findOrNull
(
source
:
S
,
predicate
:
(
A
)
->
Boolean
)
:
A
?
Content copied to clipboard
Find the first element matching the predicate, if one exists.