MCPcopy Create free account
hub / github.com/effect-app/libs / Stream.ts

File Stream.ts

repos/effect/packages/effect/src/Stream.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Describes effectful sources that emit values over time.
3 *
4 * A `Stream<A, E, R>` can emit many `A` values, fail with `E`, and require

Callers

nothing calls this directly

Calls 15

isStringFunction · 0.90
constantFunction · 0.90
addSpanStackTraceFunction · 0.90
isStreamFunction · 0.85
transformPullBracketFunction · 0.85
concatFunction · 0.85
zipArraysFunction · 0.85
zipLatestAllFunction · 0.85
orElseFunction · 0.85
provideFunction · 0.85
takeUntilFunction · 0.85
predicateFunction · 0.85

Tested by

no test coverage detected