Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
core
derivedObservableWithCache
Function derivedObservableWithCache
derived
Observable
With
Cache
<
T
,
TChangeSummary
>
(
compute
,
options
?
)
:
Observable
<
T
,
void
>
Type Parameters
T
TChangeSummary
=
void
Parameters
compute
:
(
(
args
)
=>
T
)
(
args
)
:
T
Parameters
args
:
core
.
Args
<
TChangeSummary
>
&
{
lastValue
:
undefined
|
T
;
}
Returns
T
Optional
options
:
core
.
Options
<
T
,
TChangeSummary
>
Returns
Observable
<
T
,
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Theia TypeDoc
Loading...