commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-collections
/
xyz.xenondevs.commons.collections
/
CollectionUtils
/
sortDependenciesMapped
sort
Dependencies
Mapped
fun
<
T
,
B
>
sortDependenciesMapped
(
collection
:
Collection
<
T
>
,
dependenciesMapper
:
(
T
)
->
Set
<
B
>
,
mapper
:
(
T
)
->
B
)
:
List
<
T
>