@szilanor/stream
Preparing search index...
groupByAsync
Function groupByAsync
groupByAsync
<
T
,
TKey
>
(
keySelector
:
(
entry
:
T
)
=>
TKey
,
)
:
AsyncCollectorFunction
<
T
,
Map
<
TKey
,
T
[]
>
>
Creates a group of entries where the group key is calculated by the selector function.
Type Parameters
T
TKey
Parameters
keySelector
:
(
entry
:
T
)
=>
TKey
Returns
AsyncCollectorFunction
<
T
,
Map
<
TKey
,
T
[]
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@szilanor/stream
Loading...
Creates a group of entries where the group key is calculated by the selector function.