Dart SDK
dart:async
Stream
fold
method
fold
Stream
Properties
isBroadcast
length
isEmpty
first
last
single
Constructors
Stream
empty
fromFuture
fromIterable
periodic
eventTransformed
Methods
asBroadcastStream
listen
where
map
asyncMap
asyncExpand
handleError
expand
pipe
transform
reduce
fold
join
contains
forEach
every
any
toList
toSet
drain
take
takeWhile
skip
skipWhile
distinct
firstWhere
lastWhere
singleWhere
elementAt
timeout
Future
fold
(
initialValue
,
dynamic
combine
(
previous
,
T
element
)
)
Reduces a sequence of values by repeatedly applying combine.