Arrow
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
Arrow
arrow-core
/
arrow.core
/
foldLeft
fold
Left
jvm
fun
<
A
,
B
,
C
>
SortedMap
<
A
,
B
>
.
foldLeft
(
b
:
SortedMap
<
A
,
C
>
,
f
:
(
SortedMap
<
A
,
C
>
,
Map.Entry
<
A
,
B
>
)
->
SortedMap
<
A
,
C
>
)
:
SortedMap
<
A
,
C
>