Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
245
export
interface
EffectIterator<T extends Effect<any, any, any>> {
246
next(
247
...args: ReadonlyArray<any>
248
): IteratorResult<T, Success<T>>
Callers
15
some
Function · 0.65
filter_
Function · 0.65
partition_
Function · 0.65
elem_
Function · 0.65
partitionMap_
Function · 0.65
Graph.test.ts
File · 0.65
next
Function · 0.65
gatherForward
Function · 0.65
Cron.test.ts
File · 0.65
cron
Function · 0.65
releaseUnsafe
Function · 0.65
offerUnsafe
Method · 0.65
Implementers
3
LinesIterator
repos/effect/packages/effect/src/Strin
SingleShotGen
repos/effect/packages/effect/src/Utils
TrieIterator
repos/effect/packages/effect/src/inter
Calls
no outgoing calls
Tested by
2
next
Function · 0.52
gatherForward
Function · 0.52