Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.collections
/
dev.lounres.kone.collections.utils
/
filterTo
filter
To
inline
fun
<
E
,
D
:
KoneMutableList
<
in
E
>
>
KoneIterable
<
E
>
.
filterTo
(
destination
:
D
,
predicate
:
(
E
)
->
Boolean
)
:
D
(
source
)
inline
fun
<
E
,
D
:
KoneMutableSet
<
in
E
>
>
KoneIterable
<
E
>
.
filterTo
(
destination
:
D
,
predicate
:
(
E
)
->
Boolean
)
:
D
(
source
)