Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/observable/observable-utils
ObservableUtils
derivedObservableWithCache
Function derivedObservableWithCache
derivedObservableWithCache
<
T
,
TChangeSummary
=
void
>
(
compute
:
(
args
:
DerivedObservable
.
Args
<
TChangeSummary
>
&
{
lastValue
:
undefined
|
T
;
}
,
)
=>
T
,
options
?:
DerivedObservable
.
Options
<
T
,
TChangeSummary
>
,
)
:
Observable
<
T
,
void
>
Type Parameters
T
TChangeSummary
=
void
Parameters
compute
:
(
args
:
DerivedObservable
.
Args
<
TChangeSummary
>
&
{
lastValue
:
undefined
|
T
;
}
,
)
=>
T
Optional
options
:
DerivedObservable
.
Options
<
T
,
TChangeSummary
>
Returns
Observable
<
T
,
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...