flatMap

@JvmName(name = "flatMap_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_Function1_of_T_and_collections_Iterable_of_R_end_end")
inline fun <T, R, ID : Any> Field<ID, Iterable<T>>.flatMap(crossinline transform: (T) -> Iterable<R>): Field<ID, List<R>>
@JvmName(name = "flatMap_with_collections_Iterable_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_collections_Iterable_of_R_end_end_end")
fun <T, R, ID : Any> Iterable<T>.flatMap(transform: Field<ID, (T) -> Iterable<R>>): Field<ID, List<R>>
@JvmName(name = "flatMap_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_collections_Iterable_of_R_end_end_end")
fun <T, R, ID : Any> Field<ID, Iterable<T>>.flatMap(transform: Field<ID, (T) -> Iterable<R>>): Field<ID, List<R>>
@JvmName(name = "flatMap_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_Function1_of_T_and_sequences_Sequence_of_R_end_end")
inline fun <T, R, ID : Any> Field<ID, Iterable<T>>.flatMap(crossinline transform: (T) -> Sequence<R>): Field<ID, List<R>>
@JvmName(name = "flatMap_with_collections_Iterable_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_sequences_Sequence_of_R_end_end_end")
fun <T, R, ID : Any> Iterable<T>.flatMap(transform: Field<ID, (T) -> Sequence<R>>): Field<ID, List<R>>
@JvmName(name = "flatMap_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_sequences_Sequence_of_R_end_end_end")
fun <T, R, ID : Any> Field<ID, Iterable<T>>.flatMap(transform: Field<ID, (T) -> Sequence<R>>): Field<ID, List<R>>