arrow-core-data / arrow.core / kotlin.collections.Map / plus
operator fun <K, V>
Map
<out K, V>.~~plus~~(tuple:
Tuple2
<K, V>):
Map
<K, V>
Deprecated: Tuple2 is deprecated in favor of Kotlin’s Pair
operator fun <K, V>
Map
<out K, V>.~~plus~~(tuples:
Iterable
<
Tuple2
<K, V>>):
Map
<K, V>
Deprecated: Tuple2 is deprecated in favor of Kotlin’s Pair
operator fun <K, V>
Map
<out K, V>.~~plus~~(tuples:
Array
<out
Tuple2
<K, V>>):
Map
<K, V>
Deprecated: Tuple2 is deprecated in favor of Kotlin’s Pair
operator fun <K, V>
Map
<out K, V>.~~plus~~(tuples:
Sequence
<
Tuple2
<K, V>>):
Map
<K, V>
Deprecated: Tuple2 is deprecated in favor of Kotlin’s Pair
Do you like Arrow?
✖