flatMap

@JvmName(name = "flatMap_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_Function1_of_collections_Map_Entry_of_K_and_V_end_and_collections_Iterable_of_R_end_end")
inline fun <K, V, R, ID : Any> Field<ID, Map<out K, V>>.flatMap(crossinline transform: (Map.Entry<K, V>) -> Iterable<R>): Field<ID, List<R>>
@JvmName(name = "flatMap_with_collections_Map_of_out K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_collections_Map_Entry_of_K_and_V_end_and_collections_Iterable_of_R_end_end_end")
fun <K, V, R, ID : Any> Map<out K, V>.flatMap(transform: Field<ID, (Map.Entry<K, V>) -> Iterable<R>>): Field<ID, List<R>>
@JvmName(name = "flatMap_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_collections_Map_Entry_of_K_and_V_end_and_collections_Iterable_of_R_end_end_end")
fun <K, V, R, ID : Any> Field<ID, Map<out K, V>>.flatMap(transform: Field<ID, (Map.Entry<K, V>) -> Iterable<R>>): Field<ID, List<R>>
@JvmName(name = "flatMap_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_Function1_of_collections_Map_Entry_of_K_and_V_end_and_sequences_Sequence_of_R_end_end")
inline fun <K, V, R, ID : Any> Field<ID, Map<out K, V>>.flatMap(crossinline transform: (Map.Entry<K, V>) -> Sequence<R>): Field<ID, List<R>>
@JvmName(name = "flatMap_with_collections_Map_of_out K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_collections_Map_Entry_of_K_and_V_end_and_sequences_Sequence_of_R_end_end_end")
fun <K, V, R, ID : Any> Map<out K, V>.flatMap(transform: Field<ID, (Map.Entry<K, V>) -> Sequence<R>>): Field<ID, List<R>>
@JvmName(name = "flatMap_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_collections_Map_Entry_of_K_and_V_end_and_sequences_Sequence_of_R_end_end_end")
fun <K, V, R, ID : Any> Field<ID, Map<out K, V>>.flatMap(transform: Field<ID, (Map.Entry<K, V>) -> Sequence<R>>): Field<ID, List<R>>