mapIndexed

@JvmName(name = "mapIndexed_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_Function2_of_Int_and_Byte_and_R_end")
inline fun <R, ID : Any> Field<ID, ByteArray>.mapIndexed(crossinline transform: (Int, Byte) -> R): Field<ID, List<R>>
@JvmName(name = "mapIndexed_with_ByteArray_and_it_unibo_collektive_aggregate_Field_of_Function2_of_Int_and_Byte_and_R_end_end")
fun <R, ID : Any> ByteArray.mapIndexed(transform: Field<ID, (Int, Byte) -> R>): Field<ID, List<R>>
@JvmName(name = "mapIndexed_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_it_unibo_collektive_aggregate_Field_of_Function2_of_Int_and_Byte_and_R_end_end")
fun <R, ID : Any> Field<ID, ByteArray>.mapIndexed(transform: Field<ID, (Int, Byte) -> R>): Field<ID, List<R>>