Aliucord
2.0.1
androidJvm
Aliucord
/
com.aliucord
/
CollectionUtils
/
find
find
@
Nullable
open
fun
<
E
>
find
(
@
NonNull
collection
:
Collection
<
E
>
,
@
NonNull
filter
:
(
E
)
->
Boolean
)
:
E
Find the first element which passes the filter
Return
Element if found, otherwise null