@epikodelabs/streamix / GroupItem
Type Alias: GroupItem<T, K>
GroupItem<
T,K> =object
Defined in: projects/libraries/streamix/src/lib/operators/groupBy.ts:8
Represents a grouped item with its original value and the associated key.
Type Parameters
T
T = any
The type of the original value.
K
K = any
The type of the group key.
Properties
value
value:
T
Defined in: projects/libraries/streamix/src/lib/operators/groupBy.ts:9
key
key:
K
Defined in: projects/libraries/streamix/src/lib/operators/groupBy.ts:10