toggle menu
dsl
2.1.2
common
switch theme
search in API
dsl
/
it.unibo.collektive.field
/
Field
/
Companion
/
reduce
reduce
fun
<
T
>
Field
<
T
>
.
reduce
(
includingSelf
:
Boolean
=
true
,
transform
:
(
accumulator
:
T
,
T
)
->
T
)
:
T
Reduce the elements of the field using the
transform
function.