toggle menu
dsl
2.1.2
common
switch theme
search in API
dsl
/
it.unibo.collektive.field
/
Field
/
Companion
/
hoodInto
hood
Into
fun
<
T
,
R
>
Field
<
T
>
.
hoodInto
(
initial
:
R
,
transform
:
(
R
,
T
)
->
R
)
:
R
Reduce the elements of a field starting with a
initial
value and a
transform
function.