Groups values in the input iterator by some key identifier function or property.

Type Parameters

Implements

Constructors

Properties

currGroup: T[] = []
currKey: undefined | KeyIdentifiersValue<T, K>
done: boolean = false
iterator: Iterator<T, any, any>
key: K

Methods