toggle menu
KAHelpers
androidJvm
switch theme
search in API
collections
/
dev.funkymuse.collections
/
compose
compose
fun
<
T
,
S
>
MutableList
<
T
>
.
compose
(
mixList
:
List
<
S
>
,
mixFilter
:
(
T
,
S
)
->
Boolean
,
mixOperate
:
(
T
?
,
S
)
->
T
,
removeCannotMix
:
Boolean
=
true
)