Searched defs:flatMap (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/src/lib/ |
D | es2019.array.d.ts | 20 flatMap<U, This = undefined> ( method 50 flatMap<U, This = undefined> ( method
|
/third_party/typescript/lib/ |
D | lib.es2019.array.d.ts | 40 flatMap<U, This = undefined> ( method 70 flatMap<U, This = undefined> ( method
|
D | tsc.js | 425 function flatMap(array, mapfn) { function
|
D | typingsInstaller.js | 500 function flatMap(array, mapfn) { function
|
/third_party/typescript/tests/cases/compiler/ |
D | complexRecursiveCollections.ts | 7 flatMap<M>(mapper: (value: V, key: K, iter: this) => Ara<M>, context?: any): Collection<K, M>; method 17 flatMap<M>(mapper: (value: T, key: void, iter: this) => Ara<M>, context?: any): N1<M>; method 21 flatMap<M>(mapper: (value: T, key: void, iter: this) => Ara<M>, context?: any): N2<M>; method 376 …flatMap<M>(mapper: (value: V, key: K, iter: this) => Iterable<M>, context?: any): Collection.Keyed… method 500 …flatMap<M>(mapper: (value: V, key: K, iter: this) => Iterable<M>, context?: any): Collection<K, M>; method
|
/third_party/node/lib/internal/streams/ |
D | operators.js | 365 function flatMap(fn, options) { function 367 return async function* flatMap() { generator 444 flatMap, property
|
/third_party/typescript/tests/cases/fourslash/ |
D | fourslash.ts | 135 …function flatMap<T, U>(array: ReadonlyArray<T>, mapfn: (x: T, i: number) => U | ReadonlyArray<U> |… function
|
/third_party/typescript/src/compiler/ |
D | core.ts | 384 …export function flatMap<T, U>(array: readonly T[] | undefined, mapfn: (x: T, i: number) => U | rea… function
|