Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isString
Function · 0.90
constant
Function · 0.90
addSpanStackTrace
Function · 0.90
isStream
Function · 0.85
transformPullBracket
Function · 0.85
concat
Function · 0.85
zipArrays
Function · 0.85
zipLatestAll
Function · 0.85
orElse
Function · 0.85
provide
Function · 0.85
takeUntil
Function · 0.85
predicate
Function · 0.85
Tested by
no test coverage detected