FieldedMapsExtensions

Functions

Link copied to clipboard
@JvmName(name = "all_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_Boolean_end_end")
fun <K, V, ID : Any> Field<ID, Map<out K, V>>.all(predicate: Field<ID, (Map.Entry<K, V>) -> Boolean>): Field<ID, Boolean>
@JvmName(name = "all_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_Boolean_end")
inline fun <K, V, ID : Any> Field<ID, Map<out K, V>>.all(crossinline predicate: (Map.Entry<K, V>) -> Boolean): Field<ID, Boolean>
@JvmName(name = "all_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_Boolean_end_end")
fun <K, V, ID : Any> Map<out K, V>.all(predicate: Field<ID, (Map.Entry<K, V>) -> Boolean>): Field<ID, Boolean>
Link copied to clipboard
@JvmName(name = "any_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end")
fun <K, V, ID : Any> Field<ID, Map<out K, V>>.any(): Field<ID, Boolean>
@JvmName(name = "any_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_Boolean_end_end")
fun <K, V, ID : Any> Field<ID, Map<out K, V>>.any(predicate: Field<ID, (Map.Entry<K, V>) -> Boolean>): Field<ID, Boolean>
@JvmName(name = "any_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_Boolean_end")
inline fun <K, V, ID : Any> Field<ID, Map<out K, V>>.any(crossinline predicate: (Map.Entry<K, V>) -> Boolean): Field<ID, Boolean>
@JvmName(name = "any_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_Boolean_end_end")
fun <K, V, ID : Any> Map<out K, V>.any(predicate: Field<ID, (Map.Entry<K, V>) -> Boolean>): Field<ID, Boolean>
Link copied to clipboard
@JvmName(name = "count_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_Boolean_end_end")
fun <K, V, ID : Any> Field<ID, Map<out K, V>>.count(predicate: Field<ID, (Map.Entry<K, V>) -> Boolean>): Field<ID, Int>
@JvmName(name = "count_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_Boolean_end")
inline fun <K, V, ID : Any> Field<ID, Map<out K, V>>.count(crossinline predicate: (Map.Entry<K, V>) -> Boolean): Field<ID, Int>
@JvmName(name = "count_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_Boolean_end_end")
fun <K, V, ID : Any> Map<out K, V>.count(predicate: Field<ID, (Map.Entry<K, V>) -> Boolean>): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "filter_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_Boolean_end_end")
fun <K, V, ID : Any> Field<ID, Map<out K, V>>.filter(predicate: Field<ID, (Map.Entry<K, V>) -> Boolean>): Field<ID, Map<K, V>>
@JvmName(name = "filter_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_Boolean_end")
inline fun <K, V, ID : Any> Field<ID, Map<out K, V>>.filter(crossinline predicate: (Map.Entry<K, V>) -> Boolean): Field<ID, Map<K, V>>
@JvmName(name = "filter_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_Boolean_end_end")
fun <K, V, ID : Any> Map<out K, V>.filter(predicate: Field<ID, (Map.Entry<K, V>) -> Boolean>): Field<ID, Map<K, V>>
Link copied to clipboard
@JvmName(name = "filterKeys_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_K_and_Boolean_end_end")
fun <K, V, ID : Any> Field<ID, Map<out K, V>>.filterKeys(predicate: Field<ID, (K) -> Boolean>): Field<ID, Map<K, V>>
@JvmName(name = "filterKeys_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_Function1_of_K_and_Boolean_end")
inline fun <K, V, ID : Any> Field<ID, Map<out K, V>>.filterKeys(crossinline predicate: (K) -> Boolean): Field<ID, Map<K, V>>
@JvmName(name = "filterKeys_with_collections_Map_of_out K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_K_and_Boolean_end_end")
fun <K, V, ID : Any> Map<out K, V>.filterKeys(predicate: Field<ID, (K) -> Boolean>): Field<ID, Map<K, V>>
Link copied to clipboard
@JvmName(name = "filterNot_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_Boolean_end_end")
fun <K, V, ID : Any> Field<ID, Map<out K, V>>.filterNot(predicate: Field<ID, (Map.Entry<K, V>) -> Boolean>): Field<ID, Map<K, V>>
@JvmName(name = "filterNot_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_Boolean_end")
inline fun <K, V, ID : Any> Field<ID, Map<out K, V>>.filterNot(crossinline predicate: (Map.Entry<K, V>) -> Boolean): Field<ID, Map<K, V>>
@JvmName(name = "filterNot_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_Boolean_end_end")
fun <K, V, ID : Any> Map<out K, V>.filterNot(predicate: Field<ID, (Map.Entry<K, V>) -> Boolean>): Field<ID, Map<K, V>>
Link copied to clipboard
@JvmName(name = "filterValues_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_V_and_Boolean_end_end")
fun <K, V, ID : Any> Field<ID, Map<out K, V>>.filterValues(predicate: Field<ID, (V) -> Boolean>): Field<ID, Map<K, V>>
@JvmName(name = "filterValues_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_Function1_of_V_and_Boolean_end")
inline fun <K, V, ID : Any> Field<ID, Map<out K, V>>.filterValues(crossinline predicate: (V) -> Boolean): Field<ID, Map<K, V>>
@JvmName(name = "filterValues_with_collections_Map_of_out K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_V_and_Boolean_end_end")
fun <K, V, ID : Any> Map<out K, V>.filterValues(predicate: Field<ID, (V) -> Boolean>): Field<ID, Map<K, V>>
Link copied to clipboard
@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_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>>
@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_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_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_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>>
Link copied to clipboard
@JvmName(name = "getValue_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_K_and_V_end_end_and_K")
fun <K, V, ID : Any> Field<ID, Map<K, V>>.getValue(key: K): Field<ID, V>
@JvmName(name = "getValue_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_K_end")
fun <K, V, ID : Any> Field<ID, Map<K, V>>.getValue(key: Field<ID, K>): Field<ID, V>
@JvmName(name = "getValue_with_collections_Map_of_K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_K_end")
fun <K, V, ID : Any> Map<K, V>.getValue(key: Field<ID, K>): Field<ID, V>
Link copied to clipboard
@JvmName(name = "mapKeys_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_R_end_end")
fun <K, V, R, ID : Any> Field<ID, Map<out K, V>>.mapKeys(transform: Field<ID, (Map.Entry<K, V>) -> R>): Field<ID, Map<R, V>>
@JvmName(name = "mapKeys_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_R_end")
inline fun <K, V, R, ID : Any> Field<ID, Map<out K, V>>.mapKeys(crossinline transform: (Map.Entry<K, V>) -> R): Field<ID, Map<R, V>>
@JvmName(name = "mapKeys_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_R_end_end")
fun <K, V, R, ID : Any> Map<out K, V>.mapKeys(transform: Field<ID, (Map.Entry<K, V>) -> R>): Field<ID, Map<R, V>>
Link copied to clipboard
@JvmName(name = "mapNotNull_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_R_nullable_end_end")
fun <K, V, R : Any, ID : Any> Field<ID, Map<out K, V>>.mapNotNull(transform: Field<ID, (Map.Entry<K, V>) -> R?>): Field<ID, List<R>>
@JvmName(name = "mapNotNull_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_R_nullable_end")
inline fun <K, V, R : Any, ID : Any> Field<ID, Map<out K, V>>.mapNotNull(crossinline transform: (Map.Entry<K, V>) -> R?): Field<ID, List<R>>
@JvmName(name = "mapNotNull_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_R_nullable_end_end")
fun <K, V, R : Any, ID : Any> Map<out K, V>.mapNotNull(transform: Field<ID, (Map.Entry<K, V>) -> R?>): Field<ID, List<R>>
Link copied to clipboard
@JvmName(name = "mapValues_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_R_end_end")
fun <K, V, R, ID : Any> Field<ID, Map<out K, V>>.mapValues(transform: Field<ID, (Map.Entry<K, V>) -> R>): Field<ID, Map<K, R>>
@JvmName(name = "mapValues_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_R_end")
inline fun <K, V, R, ID : Any> Field<ID, Map<out K, V>>.mapValues(crossinline transform: (Map.Entry<K, V>) -> R): Field<ID, Map<K, R>>
@JvmName(name = "mapValues_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_R_end_end")
fun <K, V, R, ID : Any> Map<out K, V>.mapValues(transform: Field<ID, (Map.Entry<K, V>) -> R>): Field<ID, Map<K, R>>
Link copied to clipboard
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_K")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.minus(key: K): Field<ID, Map<K, V>>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_K_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.minus(key: Field<ID, K>): Field<ID, Map<K, V>>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_K_end_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.minus(keys: Field<ID, Iterable<K>>): Field<ID, Map<K, V>>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_sequences_Sequence_of_K_end_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.minus(keys: Field<ID, Sequence<K>>): Field<ID, Map<K, V>>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_collections_Iterable_of_K_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.minus(keys: Iterable<K>): Field<ID, Map<K, V>>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_sequences_Sequence_of_K_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.minus(keys: Sequence<K>): Field<ID, Map<K, V>>
@JvmName(name = "minus_with_collections_Map_of_out K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_K_end")
operator fun <K, V, ID : Any> Map<out K, V>.minus(key: Field<ID, K>): Field<ID, Map<K, V>>
@JvmName(name = "minus_with_collections_Map_of_out K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_K_end_end")
operator fun <K, V, ID : Any> Map<out K, V>.minus(keys: Field<ID, Iterable<K>>): Field<ID, Map<K, V>>
@JvmName(name = "minus_with_collections_Map_of_out K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_sequences_Sequence_of_K_end_end")
operator fun <K, V, ID : Any> Map<out K, V>.minus(keys: Field<ID, Sequence<K>>): Field<ID, Map<K, V>>
Link copied to clipboard
@JvmName(name = "none_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end")
fun <K, V, ID : Any> Field<ID, Map<out K, V>>.none(): Field<ID, Boolean>
@JvmName(name = "none_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_Boolean_end_end")
fun <K, V, ID : Any> Field<ID, Map<out K, V>>.none(predicate: Field<ID, (Map.Entry<K, V>) -> Boolean>): Field<ID, Boolean>
@JvmName(name = "none_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_Boolean_end")
inline fun <K, V, ID : Any> Field<ID, Map<out K, V>>.none(crossinline predicate: (Map.Entry<K, V>) -> Boolean): Field<ID, Boolean>
@JvmName(name = "none_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_Boolean_end_end")
fun <K, V, ID : Any> Map<out K, V>.none(predicate: Field<ID, (Map.Entry<K, V>) -> Boolean>): Field<ID, Boolean>
Link copied to clipboard
@JvmName(name = "onEach_with_M_and_it_unibo_collektive_aggregate_Field_of_Function1_of_collections_Map_Entry_of_K_and_V_end_and_Unit_end_end")
fun <K, V, M : Map<out K, V>, ID : Any> M.onEach(action: Field<ID, (Map.Entry<K, V>) -> Unit>): Field<ID, M>
@JvmName(name = "onEach_with_it_unibo_collektive_aggregate_Field_of_M_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_collections_Map_Entry_of_K_and_V_end_and_Unit_end_end")
fun <K, V, M : Map<out K, V>, ID : Any> Field<ID, M>.onEach(action: Field<ID, (Map.Entry<K, V>) -> Unit>): Field<ID, M>
@JvmName(name = "onEach_with_it_unibo_collektive_aggregate_Field_of_M_end_and_Function1_of_collections_Map_Entry_of_K_and_V_end_and_Unit_end")
inline fun <K, V, M : Map<out K, V>, ID : Any> Field<ID, M>.onEach(crossinline action: (Map.Entry<K, V>) -> Unit): Field<ID, M>
Link copied to clipboard
@JvmName(name = "onEachIndexed_with_M_and_it_unibo_collektive_aggregate_Field_of_Function2_of_Int_and_collections_Map_Entry_of_K_and_V_end_and_Unit_end_end")
fun <K, V, M : Map<out K, V>, ID : Any> M.onEachIndexed(action: Field<ID, (Int, Map.Entry<K, V>) -> Unit>): Field<ID, M>
@JvmName(name = "onEachIndexed_with_it_unibo_collektive_aggregate_Field_of_M_end_and_it_unibo_collektive_aggregate_Field_of_Function2_of_Int_and_collections_Map_Entry_of_K_and_V_end_and_Unit_end_end")
fun <K, V, M : Map<out K, V>, ID : Any> Field<ID, M>.onEachIndexed(action: Field<ID, (Int, Map.Entry<K, V>) -> Unit>): Field<ID, M>
@JvmName(name = "onEachIndexed_with_it_unibo_collektive_aggregate_Field_of_M_end_and_Function2_of_Int_and_collections_Map_Entry_of_K_and_V_end_and_Unit_end")
inline fun <K, V, M : Map<out K, V>, ID : Any> Field<ID, M>.onEachIndexed(crossinline action: (Int, Map.Entry<K, V>) -> Unit): Field<ID, M>
Link copied to clipboard
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_Pair_of_K_and_V_end_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.plus(pair: Field<ID, Pair<K, V>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_Pair_of_K_and_V_end_end_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.plus(pairs: Field<ID, Iterable<Pair<K, V>>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.plus(map: Field<ID, Map<out K, V>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_sequences_Sequence_of_Pair_of_K_and_V_end_end_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.plus(pairs: Field<ID, Sequence<Pair<K, V>>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_Pair_of_K_and_V_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.plus(pair: Pair<K, V>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_collections_Iterable_of_Pair_of_K_and_V_end_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.plus(pairs: Iterable<Pair<K, V>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_collections_Map_of_out K_and_V_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.plus(map: Map<out K, V>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_sequences_Sequence_of_Pair_of_K_and_V_end_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.plus(pairs: Sequence<Pair<K, V>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_collections_Map_of_out K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_Pair_of_K_and_V_end_end")
operator fun <K, V, ID : Any> Map<out K, V>.plus(pair: Field<ID, Pair<K, V>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_collections_Map_of_out K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_Pair_of_K_and_V_end_end_end")
operator fun <K, V, ID : Any> Map<out K, V>.plus(pairs: Field<ID, Iterable<Pair<K, V>>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_collections_Map_of_out K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end")
operator fun <K, V, ID : Any> Map<out K, V>.plus(map: Field<ID, Map<out K, V>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_collections_Map_of_out K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_sequences_Sequence_of_Pair_of_K_and_V_end_end_end")
operator fun <K, V, ID : Any> Map<out K, V>.plus(pairs: Field<ID, Sequence<Pair<K, V>>>): Field<ID, Map<K, V>>
Link copied to clipboard
@JvmName(name = "toList_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end")
fun <K, V, ID : Any> Field<ID, Map<out K, V>>.toList(): Field<ID, List<Pair<K, V>>>
Link copied to clipboard
@JvmName(name = "withDefault_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_K_and_V_end_end")
fun <K, V, ID : Any> Field<ID, Map<K, V>>.withDefault(defaultValue: Field<ID, (K) -> V>): Field<ID, Map<K, V>>
@JvmName(name = "withDefault_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_K_and_V_end_end_and_Function1_of_K_and_V_end")
fun <K, V, ID : Any> Field<ID, Map<K, V>>.withDefault(defaultValue: (K) -> V): Field<ID, Map<K, V>>
@JvmName(name = "withDefault_with_collections_Map_of_K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_K_and_V_end_end")
fun <K, V, ID : Any> Map<K, V>.withDefault(defaultValue: Field<ID, (K) -> V>): Field<ID, Map<K, V>>