concurrency v3.0.1 (2021-07-07T14:50:22Z)
Dub
Repo
scan
concurrency
stream
Applies an accumulator to each value from the source
auto
scan
(
Stream
ScanFn
Seed
)
(
Stream
stream
,
scope
ScanFn
scanFn
,
Seed
seed
)
if
(
models
!(
Stream
,
isStream
)
)
Meta
Source
See Implementation
concurrency
stream
classes
StreamObjectImpl
enums
ThrottleEmitLogic
ThrottleTimerLogic
isStream
functions
arrayStream
checkStream
debounce
doneStream
errorStream
fromStreamOp
infiniteStream
intervalStream
iotaStream
sample
scan
sharedStream
slide
take
throttleFirst
throttleLast
throttling
toList
toStreamObject
transform
via
interfaces
StreamObjectBase
structs
SharedStream
templates
CollectDelegate
SchedulerType
StreamProperties
loopStream
Applies an accumulator to each value from the source