MCPcopy Index your code
hub / github.com/immutable-js/immutable-js / flatMap

Function flatMap

src/CollectionImpl.js:360–362  ·  view source on GitHub ↗
(mapper, context)

Source from the content-addressed store, hash-verified

358 },
359
360 flatMap(mapper, context) {
361 return reify(this, flatMapFactory(this, mapper, context));
362 },
363
364 flatten(depth) {
365 return reify(this, flattenFactory(this, depth, true));

Callers

nothing calls this directly

Calls 2

reifyFunction · 0.90
flatMapFactoryFunction · 0.90

Tested by

no test coverage detected