Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
102
export
interface
OptionIterator<T extends Option<any>> {
103
next(
104
...args: ReadonlyArray<any>
105
): IteratorResult<T, Option.Value<T>>
106
}
Callers
1
gen
Function · 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
no test coverage detected