sortedWith

@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>>