Home > @uniformdev/canvas > UniqueBatchEntries > (constructor)
UniqueBatchEntries.(constructor)
Constructs a new instance of the UniqueBatchEntries class
Signature:
Parameters
| Parameter | Type | Description |
|---|---|---|
| entries | ReadonlyArray<Readonly<BatchEntry<TArgs, TResult>>> | |
| uniqueKeySelector | (entry: Readonly<TArgs>) => string |