arrow-core-data / arrow.core / kotlin.collections.List / k
fun <A>
List
<A>.~~k~~():
ListK
<A>
Deprecated: ListK is deprecated along side Higher Kinded Types in Arrow. Prefer to simply use kotlin.collections.List instead.Arrow provides extension functions on Iterable to cover all the behavior defined for ListK as extension functions
fun <K, A>
List
<
Entry
<K, A>>.~~k~~():
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>
List
<
Entry
<A, B>>.~~k~~():
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?
✖