Class BatchItem<T>

Source
Expand description

Represents an item in a batch, containing its index and value.

Constructors§

Source§

new BatchItem<T>(index: number, value: T): BatchItem<T>

Properties§

Source§

public readonly index: number

Source§

public readonly value: T