Interface MaybeAsyncReadonlyMapBatch<K, V>

Batch APIs for a MaybeAsyncReadonlyMap.

interface MaybeAsyncReadonlyMapBatch {
    getMany(keys, options?): MaybeAsyncIterableIterator<undefined | V>;
    hasMany(keys, options?): MaybeAsyncIterableIterator<boolean>;
}

Type Parameters

  • K

  • V

Hierarchy

Implemented by

    Methods

    Generated using TypeDoc