Searched defs:getOrUpdate (Results 1 – 3 of 3) sorted by relevance
557 export function getOrUpdate<K, V>(map: ESMap<K, V>, key: K, callback: () => V) { function
582 function getOrUpdate(map, key, callback) { function
657 function getOrUpdate(map, key, callback) { function