associate

@JvmName(name = "associate_with_it_unibo_collektive_aggregate_Field_of_BooleanArray_end_and_Function1_of_Boolean_and_Pair_of_K_and_V_end_end")
inline fun <K, V, ID : Any> Field<ID, BooleanArray>.associate(crossinline transform: (Boolean) -> Pair<K, V>): Field<ID, Map<K, V>>
@JvmName(name = "associate_with_BooleanArray_and_it_unibo_collektive_aggregate_Field_of_Function1_of_Boolean_and_Pair_of_K_and_V_end_end_end")
fun <K, V, ID : Any> BooleanArray.associate(transform: Field<ID, (Boolean) -> Pair<K, V>>): Field<ID, Map<K, V>>
@JvmName(name = "associate_with_it_unibo_collektive_aggregate_Field_of_BooleanArray_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_Boolean_and_Pair_of_K_and_V_end_end_end")
fun <K, V, ID : Any> Field<ID, BooleanArray>.associate(transform: Field<ID, (Boolean) -> Pair<K, V>>): Field<ID, Map<K, V>>