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
/
Event
/
scan
scan
fun
<
B
>
scan
(
initial
:
B
,
reducer
:
SampleScope
.
(
B
,
A
)
->
B
)
:
Signal
<
B
>
(
source
)
Method version of
Signal.fold
, for easier use in method chains.