class HashMapBlockBuilder<K,V>
undocumented
Type parameters
| Name | Description |
|---|---|
| K | undocumented |
| V | undocumented |
Properties
_entrySets
undocumented
_entrySetsDefinition
_entrySets?: undefined | MapBlockBuilderEntry<K, V>[];
addEntries
undocumented
addEntriesDefinition
addEntries: (source: StreamSource<readonly [K, V]>) => boolean;
buildMapValues
undocumented
buildMapValuesDefinition
buildMapValues: <V2>(f: (value: V, key: K) => V2) => HashMap<K, V2>;
context
undocumented
contextDefinition
readonly context: HashMapContext<K>;
entrySets
undocumented
entrySetsDefinition
get entrySets(): MapBlockBuilderEntry<K, V>[];
forEach
undocumented
forEachDefinition
forEach: (f: (entry: readonly [K, V], index: number, halt: () => void) => void, options?: {
state?: TraverseState;
}) => void;
get
undocumented
getmodifyAt
undocumented
modifyAtremoveKey
undocumented
removeKeyremoveKeys
undocumented
removeKeysDefinition
removeKeys: <UK>(keys: StreamSource<RelatedTo<K, UK>>) => boolean;
source
undocumented
sourceDefinition
source?: undefined | HashMapBlock<K, V>;
updateAt
undocumented
updateAtMethods
addEntryInternal
undocumented
addEntryInternalbuildNE
undocumented
buildNEDefinition
buildNE(): HashMapBlock<K, V>;