partition

@JvmName(name = "partition_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_Function1_of_Byte_and_Boolean_end")
inline fun <ID : Any> Field<ID, ByteArray>.partition(crossinline predicate: (Byte) -> Boolean): Field<ID, Pair<List<Byte>, List<Byte>>>
@JvmName(name = "partition_with_ByteArray_and_it_unibo_collektive_aggregate_Field_of_Function1_of_Byte_and_Boolean_end_end")
fun <ID : Any> ByteArray.partition(predicate: Field<ID, (Byte) -> Boolean>): Field<ID, Pair<List<Byte>, List<Byte>>>
@JvmName(name = "partition_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_Byte_and_Boolean_end_end")
fun <ID : Any> Field<ID, ByteArray>.partition(predicate: Field<ID, (Byte) -> Boolean>): Field<ID, Pair<List<Byte>, List<Byte>>>