Arrow
1.1.5
common
arrow-core
/
arrow.typeclasses
/
Monoid
/
fold
fold
open
fun
Collection
<
A
>
.
fold
(
)
:
A
(
source
)
Fold an
Collection
of
A
values.
open
fun
fold
(
elems
:
List
<
A
>
)
:
A
(
source
)
Fold an array of
A
values.