collektive-stdlib
Toggle table of contents
25.0.0
common
Platform filter
common
Switch theme
Search in API
collektive-stdlib
collektive-stdlib
/
it.unibo.collektive.stdlib.iterables
/
FieldedCollectionsExtensions
/
sortedWith
sorted
With
@
JvmName
(
name
=
"sortedWith_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_Comparator_of_in T_end"
)
fun
<
T
,
ID
:
Any
>
Field
<
ID
,
Iterable
<
T
>
>
.
sortedWith
(
comparator
:
Comparator
<
in
T
>
)
:
Field
<
ID
,
List
<
T
>
>
@
JvmName
(
name
=
"sortedWith_with_collections_Iterable_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Comparator_of_in T_end_end"
)
fun
<
T
,
ID
:
Any
>
Iterable
<
T
>
.
sortedWith
(
comparator
:
Field
<
ID
,
Comparator
<
in
T
>
>
)
:
Field
<
ID
,
List
<
T
>
>
@
JvmName
(
name
=
"sortedWith_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Comparator_of_in T_end_end"
)
fun
<
T
,
ID
:
Any
>
Field
<
ID
,
Iterable
<
T
>
>
.
sortedWith
(
comparator
:
Field
<
ID
,
Comparator
<
in
T
>
>
)
:
Field
<
ID
,
List
<
T
>
>