ResultStreamX<T> extension
Provides safe, declarative error-boundary interception pipelines over native Dart Streams.
- on
-
- Stream<
T>
- Stream<
Methods
-
toResultStream(
) → Stream< Result< T> > -
Available on Stream<
Transforms a raw, risk-prone reactive Stream into an uninterrupted stream of Result safety contracts.T> , provided by the ResultStreamX extension