Preparing search index...
The search index is not available
lupdo
lupdo
Fetched
Interface Fetched<T>
interface
Fetched
<
T
>
{
all
:
(
(
)
=>
T
[]
)
;
get
:
(
(
)
=>
undefined
|
T
)
;
group
:
(
(
)
=>
Group
<
T
>
)
;
unique
:
(
(
)
=>
Unique
<
T
>
)
;
}
Type Parameters
T
Hierarchy
Iterable
<
T
>
Fetched
Index
Properties
all
get
group
unique
Properties
all
all
:
(
(
)
=>
T
[]
)
Type declaration
(
)
:
T
[]
Returns
T
[]
get
get
:
(
(
)
=>
undefined
|
T
)
Type declaration
(
)
:
undefined
|
T
Returns
undefined
|
T
group
group
:
(
(
)
=>
Group
<
T
>
)
Type declaration
(
)
:
Group
<
T
>
Returns
Group
<
T
>
unique
unique
:
(
(
)
=>
Unique
<
T
>
)
Type declaration
(
)
:
Unique
<
T
>
Returns
Unique
<
T
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
all
get
group
unique
lupdo
Loading...