Home > @uniformdev/canvas > UniqueBatchEntries > (constructor)

UniqueBatchEntries.(constructor)

Constructs a new instance of the UniqueBatchEntries class

Signature:

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

entries

</td><td>

ReadonlyArray<Readonly<BatchEntry<TArgs, TResult>>>

</td><td>

</td></tr> <tr><td>

uniqueKeySelector

</td><td>

(entry: Readonly<TArgs>) => string

</td><td>

</td></tr> </tbody></table>