MCPcopy Create free account
hub / github.com/effector/effector / map

Method map

src/effector/unit.h.ts:19–19  ·  view source on GitHub ↗
(fn: (_: E) => T)

Source from the content-addressed store, hash-verified

17 create(payload: E, args: unknown[]): E
18 watch(watcher: (payload: E) => any): Subscription
19 map<T>(fn: (_: E) => T): Event<T>
20 filter(config: {fn(_: E): boolean}): Event<E>
21 filter<T>(fn: (_: E) => T | void): Event<T>
22 filterMap<T>(fn: (_: E) => T | void): Event<T>

Callers 15

get-npm-stats.mjsFile · 0.65
execMethod · 0.65
runTestsMethod · 0.65
massCopyFunction · 0.65
getBreadcrumbsFunction · 0.65
createChangeLangLinksFunction · 0.65
filterSidebarGroupsFunction · 0.65
getLocalizedPanelSidebarFunction · 0.65
getSlugsFunction · 0.65
createMobileNavigationFunction · 0.65
initTabsFunction · 0.65
getItemOffsetsFunction · 0.65

Calls

no outgoing calls

Tested by 15

CardsFunction · 0.52
ListPlainFunction · 0.52
wrapFunction · 0.52
fnFunction · 0.52
processValueFunction · 0.52
fnFunction · 0.52
fnFunction · 0.52
factoryAFunction · 0.52
percentileFunction · 0.52
getWarningFunction · 0.52
getWarningFunction · 0.52
mapStackTraceFunction · 0.52