@epikodelabs/streamix / EMPTY
Variable: EMPTY
constEMPTY:Stream<any>
Defined in: projects/libraries/streamix/src/lib/streams/EMPTY.ts:51
A singleton instance of an empty stream.
This constant provides a reusable, empty stream that immediately completes upon subscription without emitting any values. It is useful in stream compositions as a placeholder or to represent a sequence with no elements.