Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.core
/
love.yinlin.extension
/
findRun
find
Run
inline
fun
<
T
,
R
>
Iterable
<
T
>
.
findRun
(
predicate
:
(
T
)
->
Boolean
,
block
:
(
T
)
->
R
)
:
R
?