ixfx
Preparing search index...
Rx
CacheStream
Type Alias CacheStream<T>
CacheStream
:
{
last
:
()
=>
T
|
undefined
;
resetCachedValue
:
()
=>
void
}
A stream that caches its last value
Type Parameters
T
Type declaration
last
:
()
=>
T
|
undefined
Gets the cached value, if available
resetCachedValue
:
()
=>
void
Clears the last cached value
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
A stream that caches its last value