Home
last modified time | relevance | path

Searched defs:flatMap (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/lib/
Dlib.es2019.array.d.ts40 flatMap<U, This = undefined> ( method
70 flatMap<U, This = undefined> ( method
DtypingsInstaller.js500 function flatMap(array, mapfn) { function
Dtsc.js420 function flatMap(array, mapfn) { function
DtypescriptServices.js705 function flatMap(array, mapfn) { function
Dtypescript.js705 function flatMap(array, mapfn) { function
Dtsserverlibrary.js705 function flatMap(array, mapfn) { function
Dtsserver.js511 function flatMap(array, mapfn) { function
/third_party/typescript/src/lib/
Des2019.array.d.ts20 flatMap<U, This = undefined> ( method
50 flatMap<U, This = undefined> ( method
/third_party/typescript/tests/cases/compiler/
DcomplexRecursiveCollections.ts7 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
376flatMap<M>(mapper: (value: V, key: K, iter: this) => Iterable<M>, context?: any): Collection.Keyed… method
500flatMap<M>(mapper: (value: V, key: K, iter: this) => Iterable<M>, context?: any): Collection<K, M>; method
/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts101 …function flatMap<T, U>(array: ReadonlyArray<T>, mapfn: (x: T, i: number) => U | ReadonlyArray<U> |… function
/third_party/typescript/src/compiler/
Dcore.ts428 …export function flatMap<T, U>(array: readonly T[] | undefined, mapfn: (x: T, i: number) => U | rea… function