arrow-core-data / arrow.core / updated
fun <K, A>
MapK
<K, A>.~~updated~~(k: K, value: A):
MapK
<K, A>
Deprecated: MapK is deprecated along side Higher Kinded Types in Arrow. Prefer to simply use kotlin.collections.Map instead.Arrow provides extension functions on kotlin.collections.Map to cover all the behavior defined for MapK
fun <A :
Comparable
<A>, B>
SortedMapK
<A, B>.~~updated~~(k: A, value: B):
SortedMapK
<A, B>
Deprecated: SortedMapK is deprecated along side Higher Kinded Types in Arrow. Prefer to simply use java.util.SortedMap instead.Arrow provides extension functions on java.util.SortedMap and kotlin.collections.Map to cover all the behavior defined for SortedMapK
Do you like Arrow?
✖