yafrl
Toggle table of contents
0.4-SNAPSHOT
common
Platform filter
common
Home
Documentation
Tutorials
GitHub
Switch theme
Search in API
yafrl
yafrl-core
/
io.github.yafrl.behaviors
/
integrateWith
integrate
With
inline
fun
<
T
>
Behavior
<
T
>
.
integrateWith
(
initial
:
T
,
noinline
accum
:
SampleScope
.
(
T
,
T
)
->
T
)
:
Behavior
<
T
>
(
source
)
fun
<
T
>
Behavior
<
T
>
.
integrateWith
(
vectorSpace
:
VectorSpace
<
T
>
,
initial
:
T
,
accum
:
SampleScope
.
(
T
,
T
)
->
T
)
:
Behavior
<
T
>
(
source
)