Interface MaybeAsyncMapUpdateBatch<K, V>

Batch update API for a MaybeAsyncMap.

interface MaybeAsyncMapUpdateBatch {
    updateMany(entries, options?): MaybeAsyncIterableIterator<undefined | Error>;
}

Type Parameters

  • K

  • V

Hierarchy

Methods

Methods

Generated using TypeDoc