package @rimbu/stream/custom
undocumented
Interfaces
Name | Description |
---|---|
StreamConstructors | undocumented |
Classes
Functions
isEmptyStreamSourceInstance
Returns true if the given source
StreamSource is known to be empty.
isEmptyStreamSourceInstance
source
StreamSource is known to be empty.Definition
export declare function isEmptyStreamSourceInstance(source: StreamSource<unknown>): boolean;
Parameters
Name | Type | Description |
---|---|---|
source | StreamSource<unknown> | a StreamSource |
note
If this function returns false, it does not guarantee that the Stream is not empty. It only means that it is not known if it is empty.
isFastIterator
undocumented
isFastIterator
isStream
undocumented
isStream
Constants
Name | Description |
---|---|
emptyFastIterator | undocumented |
emptyStream | undocumented |
fixedDoneIteratorResult | undocumented |
fromStreamSource | undocumented |
StreamConstructorsImpl | undocumented |