toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk.read
/
Reader
/
firstOrNull
first
Or
Null
abstract
fun
<
T
:
Any
>
firstOrNull
(
collection
:
ModelCollection
<
T
,
C
>
,
filter
:
(
Model
<
T
>
)
->
Boolean
)
:
Model
<
T
>
?
Finds the first model in the Collection and passes the provided filter.