arrow-core
1.0.3-alpha.14
common
arrow-core
/
arrow.typeclasses
/
Monoid
/
combineAll
combine
All
common
open
fun
Collection
<
A
>
.
combineAll
(
)
:
A
Content copied to clipboard
Combine an
Collection
of
A
values.
open
fun
combineAll
(
elems
:
List
<
A
>
)
:
A
Content copied to clipboard
Combine an array of
A
values.