dslink
dslink.utils
CachedStreamWrapper
CachedStreamWrapper
CachedStreamWrapper
dslink
dslink.utils
CachedStreamWrapper
CachedStreamWrapper
constructor
CachedStreamWrapper
Source
dslink
dslink.utils
CachedStreamWrapper
Constructors
CachedStreamWrapper
Properties
isBroadcast
lastValue
first
hashCode
isEmpty
last
length
runtimeType
single
Operators
operator ==
Methods
asBroadcastStream
listen
any
asyncExpand
asyncMap
contains
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
map
noSuchMethod
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
CachedStreamWrapper
(
Stream<T>
_stream
,
Function
_onListen
)
Source
CachedStreamWrapper(this._stream, this._onListen);