flatMap

@JvmName(name = "flatMap_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_Function1_of_Byte_and_collections_Iterable_of_R_end_end")
inline fun <R, ID : Any> Field<ID, ByteArray>.flatMap(crossinline transform: (Byte) -> Iterable<R>): Field<ID, List<R>>
@JvmName(name = "flatMap_with_ByteArray_and_it_unibo_collektive_aggregate_Field_of_Function1_of_Byte_and_collections_Iterable_of_R_end_end_end")
fun <R, ID : Any> ByteArray.flatMap(transform: Field<ID, (Byte) -> Iterable<R>>): Field<ID, List<R>>
@JvmName(name = "flatMap_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_Byte_and_collections_Iterable_of_R_end_end_end")
fun <R, ID : Any> Field<ID, ByteArray>.flatMap(transform: Field<ID, (Byte) -> Iterable<R>>): Field<ID, List<R>>