MCPcopy Create free account
hub / github.com/Effect-TS/effect / next

Method next

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

Source from the content-addressed store, hash-verified

101 */
102export interface OptionIterator<T extends Option<any>> {
103 next(
104 ...args: ReadonlyArray<any>
105 ): IteratorResult<T, Option.Value<T>>
106}

Callers 1

genFunction · 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

no test coverage detected