zip

@JvmName(name = "zip_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_collections_Iterable_of_R_end")
infix fun <T, R, ID : Any> Field<ID, Iterable<T>>.zip(other: Iterable<R>): Field<ID, List<Pair<T, R>>>
@JvmName(name = "zip_with_collections_Iterable_of_T_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_R_end_end")
infix fun <T, R, ID : Any> Iterable<T>.zip(other: Field<ID, Iterable<R>>): Field<ID, List<Pair<T, R>>>
@JvmName(name = "zip_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_R_end_end")
infix fun <T, R, ID : Any> Field<ID, Iterable<T>>.zip(other: Field<ID, Iterable<R>>): Field<ID, List<Pair<T, R>>>
@JvmName(name = "zip_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_collections_Iterable_of_R_end_and_Function2_of_T_and_R_and_V_end")
inline fun <T, R, V, ID : Any> Field<ID, Iterable<T>>.zip(other: Iterable<R>, crossinline transform: (T, R) -> V): Field<ID, List<V>>
@JvmName(name = "zip_with_collections_Iterable_of_T_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_R_end_end_and_Function2_of_T_and_R_and_V_end")
inline fun <T, R, V, ID : Any> Iterable<T>.zip(other: Field<ID, Iterable<R>>, crossinline transform: (T, R) -> V): Field<ID, List<V>>
@JvmName(name = "zip_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_R_end_end_and_Function2_of_T_and_R_and_V_end")
inline fun <T, R, V, ID : Any> Field<ID, Iterable<T>>.zip(other: Field<ID, Iterable<R>>, crossinline transform: (T, R) -> V): Field<ID, List<V>>
@JvmName(name = "zip_with_collections_Iterable_of_T_end_and_collections_Iterable_of_R_end_and_it_unibo_collektive_aggregate_Field_of_Function2_of_T_and_R_and_V_end_end")
fun <T, R, V, ID : Any> Iterable<T>.zip(other: Iterable<R>, transform: Field<ID, (T, R) -> V>): Field<ID, List<V>>
@JvmName(name = "zip_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_collections_Iterable_of_R_end_and_it_unibo_collektive_aggregate_Field_of_Function2_of_T_and_R_and_V_end_end")
fun <T, R, V, ID : Any> Field<ID, Iterable<T>>.zip(other: Iterable<R>, transform: Field<ID, (T, R) -> V>): Field<ID, List<V>>
@JvmName(name = "zip_with_collections_Iterable_of_T_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_R_end_end_and_it_unibo_collektive_aggregate_Field_of_Function2_of_T_and_R_and_V_end_end")
fun <T, R, V, ID : Any> Iterable<T>.zip(other: Field<ID, Iterable<R>>, transform: Field<ID, (T, R) -> V>): Field<ID, List<V>>
@JvmName(name = "zip_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_R_end_end_and_it_unibo_collektive_aggregate_Field_of_Function2_of_T_and_R_and_V_end_end")
fun <T, R, V, ID : Any> Field<ID, Iterable<T>>.zip(other: Field<ID, Iterable<R>>, transform: Field<ID, (T, R) -> V>): Field<ID, List<V>>