sortedWith

@JvmName(name = "sortedWith_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_Comparator_of_Byte_end")
fun <ID : Any> Field<ID, ByteArray>.sortedWith(comparator: Comparator<Byte>): Field<ID, List<Byte>>
@JvmName(name = "sortedWith_with_ByteArray_and_it_unibo_collektive_aggregate_Field_of_Comparator_of_Byte_end_end")
fun <ID : Any> ByteArray.sortedWith(comparator: Field<ID, Comparator<Byte>>): Field<ID, List<Byte>>
@JvmName(name = "sortedWith_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_it_unibo_collektive_aggregate_Field_of_Comparator_of_Byte_end_end")
fun <ID : Any> Field<ID, ByteArray>.sortedWith(comparator: Field<ID, Comparator<Byte>>): Field<ID, List<Byte>>