Searched defs:memoize (Results 1 – 15 of 15) sorted by relevance
61 declare function memoize<F extends Function>(func: F): F; function
71 memoize(hashFunction?: Function): T; method559 memoize<T extends Function>(func: T, hashFunction?: Function): T; method
343 this.options.cachePath, this.entry.integrity, { memoize: this.options.memoize } property349 this.options.cachePath, this.entry.integrity, { memoize: this.options.memoize } property
54 …export function memoize<T extends ts.AnyFunction>(f: T, memoKey: (...anything: any[]) => string): … function
40 def memoize(method: F) -> F: function
121 memoize: opts.memoize, property
94 function memoize<T>(func: (s: string) => T): Memoized<T> { function
18 class memoize: class
11 const memoize = (fn) => { function
55 def memoize(func): function
1814 export function memoize<T>(callback: () => T): () => T { function
491 def memoize(self, obj): member in _Pickler
1530 function memoize(callback) { function
1776 function memoize(callback) { function