HStream<T> class

Implemented types
Available Extensions

Constructors

HStream(T? first, Stream<T> after, [String? debugName])
HStream.static(T? first, [String? debugName])

Properties

after Stream<T>
final
debugName String?
final
first → T?
final
future Future<T>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isFirstResolved bool
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

expand<R>(Iterable<R> expander(T? input)) HStream<Iterable<R>>
expandFrom<R, O>(HStream<O> other, Iterable<R> expander(T? input, O? other)) HStream<Iterable<R>>
get() → T?
override
listen(void onEach(T each), {bool cancelOnError = false}) StreamSubscription
map<R>(R mapper(T input)) HStream<R>
Basics of converting something over
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve([T? ifAbsent]) → T?
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited