Dart SDK
dart:async
StreamView
StreamView
constructor
StreamView
StreamView
Properties
isBroadcast
length
isEmpty
first
last
single
first
last
single
Constructors
StreamView
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
pipe
take
map
distinct
takeWhile
fold
toSet
firstWhere
forEach
skipWhile
asyncExpand
lastWhere
singleWhere
asyncMap
handleError
reduce
transform
every
any
toList
where
skip
expand
elementAt
StreamView
(
Stream
<T>
_stream
)
(Not documented.)