HStream<T> class
- Implemented types
-
- ValueStream<
T>
- ValueStream<
- Available extensions
Constructors
-
HStream(T? first, Stream<
T> after, [String? debugName]) - HStream.static(T? first, [String? debugName])
Properties
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