Readonly
[rangeProtected
Readonly
keyKey codec.
Readonly
mapUnderlying map.
Protected
Readonly
valueValue codec.
Protected
decodeDeletes an entry by key from the map. Returns MaybePromise<unknown>
to be compatible with ES Map.
Optional
options: AbortOptionsDeletes the values with given keys.
Optional
options: AbortOptionsProtected
encodeGets a value by key from the map.
Optional
options: AbortOptionsGets the list of data identified by given keys.
Optional
options: AbortOptionsReturns whether a key exists in the map.
Optional
options: AbortOptionsChecks if given keys exist in the set.
Optional
options: AbortOptionsSets an entry in the map. Returns MaybePromise<unknown>
to be compatible with ES Map.
Optional
options: AbortOptionsSets given list of entries.
Optional
options: AbortOptionsSets or deletes given list of entries.
Optional
options: AbortOptionsGenerated using TypeDoc
A map adapter that serializes keys and/or values with codec. Key codec needs to be monotonic to preserve iteration order.