ts-iterable-functions
Preparing search index...
GroupedIterable
Interface GroupedIterable<K, V>
interface
GroupedIterable
<
K
,
V
>
{
key
:
K
;
"[iterator]"
()
:
Iterator
<
V
,
any
,
any
>
;
toJSON
()
:
V
[]
;
}
Type Parameters
K
V
Hierarchy
Iterable
<
V
>
GroupedIterable
Index
Properties
key
Methods
[iterator]
to
JSON
Properties
key
key
:
K
Methods
[iterator]
"[iterator]"
()
:
Iterator
<
V
,
any
,
any
>
Returns
Iterator
<
V
,
any
,
any
>
to
JSON
toJSON
()
:
V
[]
Returns
V
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
Methods
[iterator]
to
JSON
ts-iterable-functions
Loading...