Home
last modified time | relevance | path

Searched defs:flatMap (Results 1 – 9 of 9) 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.js425 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/node/deps/npm/node_modules/readable-stream/lib/internal/streams/
Doperators.js347 function flatMap(fn, options) { function
349 return async function* flatMap() { generator
445 flatMap, property
/third_party/node/lib/internal/streams/
Doperators.js338 function flatMap(fn, options) { function
340 return async function* flatMap() { generator
417 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