Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ next
Method
next
packages/effect/src/Effect.ts:246–246 ·
view source on GitHub ↗
( ...args: ReadonlyArray<any> )
Source
from the content-addressed store, hash-verified
244
*/
245
export
interface
EffectIterator<T extends Effect<any, any, any>> {
246
next(
247
...args: ReadonlyArray<any>
248
): IteratorResult<T, Success<T>>
249
}
Callers
15
nextScheduled
Function · 0.65
Entity.test.ts
File · 0.65
cut
Function · 0.65
Graph.test.ts
File · 0.65
next
Function · 0.65
Cron.test.ts
File · 0.65
gatherForward
Function · 0.65
Stream.test.ts
File · 0.65
cron
Function · 0.65
releaseUnsafe
Function · 0.65
offerUnsafe
Method · 0.65
slidingPublishUnsafe
Method · 0.65
Implementers
3
LinesIterator
packages/effect/src/String.ts
SingleShotGen
packages/effect/src/Utils.ts
TrieIterator
packages/effect/src/internal/trie.ts
Calls
no outgoing calls
Tested by
3
nextScheduled
Function · 0.52
next
Function · 0.52
gatherForward
Function · 0.52