Search
Preparing search index...
The search index is not available
api-data-cache
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
api-data-cache
<internal>
Namespace <internal>
Index
Classes
Observable
Subject
Subscriber
Subscription
Interfaces
Observer
Operator
Operator
Function
Promise
Like
Subscribable
Subscription
Like
Unary
Function
Unsubscribable
Type Aliases
Partial
Promise
Constructor
Like
Teardown
Logic
Type Aliases
Partial
Partial
<
T
>
:
{
[
P
in
keyof
T
]
?:
T
[
P
]
}
Make all properties in T optional
Type Parameters
T
Promise
Constructor
Like
Promise
Constructor
Like
:
(
new
<
T
>
(
executor
:
(
(
resolve
:
(
(
value
:
T
|
PromiseLike
<
T
>
)
=>
void
)
, reject
:
(
(
reason
?:
any
)
=>
void
)
)
=>
void
)
)
=>
PromiseLike
<
T
>
)
Type declaration
new
<
T
>
(
executor
:
(
(
resolve
:
(
(
value
:
T
|
PromiseLike
<
T
>
)
=>
void
)
, reject
:
(
(
reason
?:
any
)
=>
void
)
)
=>
void
)
)
:
PromiseLike
<
T
>
Type Parameters
T
Parameters
executor:
(
(
resolve
:
(
(
value
:
T
|
PromiseLike
<
T
>
)
=>
void
)
, reject
:
(
(
reason
?:
any
)
=>
void
)
)
=>
void
)
(
resolve
:
(
(
value
:
T
|
PromiseLike
<
T
>
)
=>
void
)
, reject
:
(
(
reason
?:
any
)
=>
void
)
)
:
void
Parameters
resolve:
(
(
value
:
T
|
PromiseLike
<
T
>
)
=>
void
)
(
value
:
T
|
PromiseLike
<
T
>
)
:
void
Parameters
value:
T
|
PromiseLike
<
T
>
Returns
void
reject:
(
(
reason
?:
any
)
=>
void
)
(
reason
?:
any
)
:
void
Parameters
Optional
reason:
any
Returns
void
Returns
void
Returns
PromiseLike
<
T
>
Teardown
Logic
Teardown
Logic
:
Subscription
|
Unsubscribable
|
(
(
)
=>
void
)
|
void
Exports
<internal>
Observable
Subject
Subscriber
Subscription
Observer
Operator
Operator
Function
Promise
Like
Subscribable
Subscription
Like
Unary
Function
Unsubscribable
Partial
Promise
Constructor
Like
Teardown
Logic
Generated using
TypeDoc
Make all properties in T optional