Interface: StatefulStream<T>#

"urx/src/actions".StatefulStream

Just like streams, stateful streams present both input and output ends of a stream. A single stream instance can be both subscribed to and published in. Stateful Streams can also act like depots, preserving the last passed value and immediately publishing it to new subscriptions. getValue can be used to extract value from stateful streams.

Type parameters#

Name
T

Hierarchy#