distinctBy

@JvmName(name = "distinctBy_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_Function1_of_Byte_and_K_end")
inline fun <K, ID : Any> Field<ID, ByteArray>.distinctBy(crossinline selector: (Byte) -> K): Field<ID, List<Byte>>
@JvmName(name = "distinctBy_with_ByteArray_and_it_unibo_collektive_aggregate_Field_of_Function1_of_Byte_and_K_end_end")
fun <K, ID : Any> ByteArray.distinctBy(selector: Field<ID, (Byte) -> K>): Field<ID, List<Byte>>
@JvmName(name = "distinctBy_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_Byte_and_K_end_end")
fun <K, ID : Any> Field<ID, ByteArray>.distinctBy(selector: Field<ID, (Byte) -> K>): Field<ID, List<Byte>>