micro_utils.dokka
Toggle table of contents
0.24.8
common
Platform filter
common
Switch theme
Search in API
micro_utils.dokka
micro_utils.dokka
/
dev.inmo.micro_utils.common
/
createComparator
create
Comparator
fun
<
T
:
Comparable
<
C
>
,
C
:
T
>
T
.
createComparator
(
)
:
Comparator
<
C
>
(
source
)
Creates simple
Comparator
which will use
compareTo
of
T
for both objects