renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-core
/
renetik.android.core.kotlin.collections
/
hasAll
has
All
infix
fun
<
T
>
Collection
<
T
>
.
hasAll
(
items
:
List
<
T
>
)
:
Boolean
infix
fun
<
T
>
Collection
<
T
>
.
hasAll
(
items
:
Array
<
out
T
>
)
:
Boolean
infix
fun
<
T
>
Collection
<
T
>
.
hasAll
(
items
:
Iterable
<
T
>
)
:
Boolean