MCPcopy
hub / github.com/Effect-TS/effect / pipe

Method pipe

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

Source from the content-addressed store, hash-verified

10 */
11export interface Pipeable {
12 pipe<A>(this: A): A
13 pipe<A, B = never>(this: A, ab: (_: A) => B): B
14 pipe<A, B = never, C = never>(this: A, ab: (_: A) => B, bc: (_: B) => C): C
15 pipe<A, B = never, C = never, D = never>(this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D): D

Callers 15

RpcWorker.test.tsFile · 0.65
e2eSuiteFunction · 0.65
layerFunction · 0.65
Worker.test.tsFile · 0.65
rpc-worker.tsFile · 0.65
worker.tsFile · 0.65
rpc-schemas.tsFile · 0.65
UsersClientClass · 0.65
layerWebSocketFunction · 0.65

Implementers 15

TRefImplpackages/effect/src/internal/stm/tRef.
QueueSpypackages/effect/test/Sink/constructors
SchemaClasspackages/effect/src/Schema.ts
PropertySignatureImplpackages/effect/src/Schema.ts
MailboxImplpackages/effect/src/internal/mailbox.t
SinkImplpackages/effect/src/internal/sink.ts
BoundedPubSubSinglepackages/effect/src/internal/pubsub.ts
SubscriptionImplpackages/effect/src/internal/pubsub.ts
PubSubImplpackages/effect/src/internal/pubsub.ts
QueueImplpackages/effect/src/internal/queue.ts
ScheduleImplpackages/effect/src/internal/schedule.
RcMapImplpackages/effect/src/internal/rcMap.ts

Calls

no outgoing calls

Tested by 15

layerFunction · 0.52
entriesFunction · 0.52
createTodoFunction · 0.52
makeRunnerLayerFunction · 0.52
makeClientLayerFunction · 0.52
runEffectFunction · 0.52
runEffectFunction · 0.52
runEffectFunction · 0.52
runEffectFunction · 0.52
processFunction · 0.52
runEffectFunction · 0.52
runEffectFunction · 0.52