MCPcopy 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 */
245export interface EffectIterator<T extends Effect<any, any, any>> {
246 next(
247 ...args: ReadonlyArray<any>
248 ): IteratorResult<T, Success<T>>
249}

Callers 15

nextScheduledFunction · 0.65
Entity.test.tsFile · 0.65
cutFunction · 0.65
Graph.test.tsFile · 0.65
nextFunction · 0.65
Cron.test.tsFile · 0.65
gatherForwardFunction · 0.65
Stream.test.tsFile · 0.65
cronFunction · 0.65
releaseUnsafeFunction · 0.65
offerUnsafeMethod · 0.65
slidingPublishUnsafeMethod · 0.65

Implementers 3

LinesIteratorpackages/effect/src/String.ts
SingleShotGenpackages/effect/src/Utils.ts
TrieIteratorpackages/effect/src/internal/trie.ts

Calls

no outgoing calls

Tested by 3

nextScheduledFunction · 0.52
nextFunction · 0.52
gatherForwardFunction · 0.52