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