MCPcopy Create free account
hub / github.com/Effect-TS/effect / pipe

Method pipe

packages/effect/src/Pipeable.ts:45–45  ·  view source on GitHub ↗
(this: A)

Source from the content-addressed store, hash-verified

43 */
44export interface Pipeable {
45 pipe<A>(this: A): A
46 pipe<A, B = never>(this: A, ab: (_: A) => B): B
47 pipe<A, B = never, C = never>(this: A, ab: (_: A) => B, bc: (_: B) => C): C
48 pipe<A, B = never, C = never, D = never>(this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D): D

Callers 15

bin.tsFile · 0.65
Codegen.tsFile · 0.65
codegen.tsFile · 0.65
assertRuntimeFunction · 0.65
assertTypeOnlyFunction · 0.65
assertRuntimeIncludesFunction · 0.65
assertHttpApiIncludesFunction · 0.65

Implementers 14

ClientResponseImplpackages/platform/browser/src/BrowserH
UndiciResponsepackages/platform/node/src/NodeHttpCli
NodeHttpResponsepackages/platform/node/src/NodeHttpCli
ServerHttpClientResponsepackages/effect/src/unstable/http/Http
WebHttpClientResponsepackages/effect/src/unstable/http/Http
InterruptibleResponsepackages/effect/src/unstable/http/Http
BoundedPubSubSinglepackages/effect/src/PubSub.ts
SubscriptionImplpackages/effect/src/PubSub.ts
PubSubImplpackages/effect/src/PubSub.ts
BuilderImplpackages/effect/src/unstable/reactivit
FiberImplpackages/effect/src/internal/effect.ts
HashMapImplpackages/effect/src/internal/hashMap.t

Calls

no outgoing calls

Tested by 15

assertRuntimeFunction · 0.52
assertTypeOnlyFunction · 0.52
assertRuntimeIncludesFunction · 0.52
assertHttpApiIncludesFunction · 0.52
existsFunction · 0.52
makeTestLayerFunction · 0.52
testCliForFunction · 0.52
expectFailureFunction · 0.52
extractFunction · 0.52