Home
last modified time | relevance | path

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

/third_party/typescript/src/lib/
Des2019.array.d.ts20 flatMap<U, This = undefined> ( method
50 flatMap<U, This = undefined> ( method
/third_party/typescript/lib/
Dlib.es2019.array.d.ts40 flatMap<U, This = undefined> ( method
70 flatMap<U, This = undefined> ( method
Dtsc.js425 function flatMap(array, mapfn) { function
DtypingsInstaller.js500 function flatMap(array, mapfn) { function
/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/node/lib/internal/streams/
Doperators.js365 function flatMap(fn, options) { function
367 return async function* flatMap() { generator
444 flatMap, property
/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts135 …function flatMap<T, U>(array: ReadonlyArray<T>, mapfn: (x: T, i: number) => U | ReadonlyArray<U> |… function
/third_party/typescript/src/compiler/
Dcore.ts384 …export function flatMap<T, U>(array: readonly T[] | undefined, mapfn: (x: T, i: number) => U | rea… function