MaterializeExtension<T> extension
Extends the Stream class with the ability to convert the onData, on Done,
and onError events into Notification
s that are passed into the
downstream onData listener.
- on
-
- Stream<
T>
- Stream<
Methods
-
materialize(
) → Stream< Notification< T> > -
Available on Stream<
Converts the onData, on Done, and onError events intoT> , provided by the MaterializeExtension extensionNotification
objects that are passed into the downstream onData listener.