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

Method next

repos/effect/packages/effect/src/Effect.ts:245–245  ·  view source on GitHub ↗
(
    ...args: ReadonlyArray<any>
  )

Source from the content-addressed store, hash-verified

243 * @since 4.0.0
244 */
245export interface EffectIterator<T extends Effect<any, any, any>> {
246 next(
247 ...args: ReadonlyArray<any>
248 ): IteratorResult<T, Success<T>>

Callers 15

someFunction · 0.65
filter_Function · 0.65
partition_Function · 0.65
elem_Function · 0.65
partitionMap_Function · 0.65
Graph.test.tsFile · 0.65
nextFunction · 0.65
gatherForwardFunction · 0.65
Cron.test.tsFile · 0.65
cronFunction · 0.65
releaseUnsafeFunction · 0.65
offerUnsafeMethod · 0.65

Implementers 3

LinesIteratorrepos/effect/packages/effect/src/Strin
SingleShotGenrepos/effect/packages/effect/src/Utils
TrieIteratorrepos/effect/packages/effect/src/inter

Calls

no outgoing calls

Tested by 2

nextFunction · 0.52
gatherForwardFunction · 0.52