toggle menu
KAHelpers
androidJvm
switch theme
search in API
collections
/
dev.funkymuse.collections
/
contains
contains
inline
fun
<
T
>
Iterable
<
T
>
.
contains
(
predicate
:
(
T
)
->
Boolean
)
:
Boolean
Returns true if an element matching the given
predicate
was found.