@fncts/io 0.0.11 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cached/api.d.ts +3 -4
- package/Channel/UpstreamPullStrategy/definition.d.ts +1 -1
- package/Channel/api/interruptWhen.d.ts +1 -1
- package/Channel/api/mapOutIOC.d.ts +2 -2
- package/Channel/api/mergeAll.d.ts +1 -1
- package/Channel/api/mergeAllUnboundedWith.d.ts +1 -1
- package/Channel/api/mergeAllWith.d.ts +3 -3
- package/Channel/api/mergeMap.d.ts +1 -1
- package/Channel/api/mergeWith.d.ts +3 -3
- package/Channel/api/runScoped.d.ts +1 -2
- package/Channel/api/toPull.d.ts +2 -3
- package/Channel/api/zipC.d.ts +3 -3
- package/Channel/api.d.ts +56 -57
- package/Channel/core-api.d.ts +12 -12
- package/Channel/definition.d.ts +36 -22
- package/Channel/internal/AsyncInputConsumer.d.ts +1 -1
- package/Channel/internal/AsyncInputProducer.d.ts +1 -1
- package/Channel/internal/ChannelExecutor.d.ts +5 -5
- package/Channel/internal/ChannelState.d.ts +1 -1
- package/Channel/internal/MergeDecision.d.ts +2 -2
- package/Channel/internal/MergeState.d.ts +2 -2
- package/Channel/internal/SingleProducerAsyncInput.d.ts +5 -5
- package/Clock/api.d.ts +3 -3
- package/Clock/definition.d.ts +2 -2
- package/Clock/live.d.ts +3 -3
- package/Console/api.d.ts +1 -1
- package/Fiber/FiberContext.d.ts +12 -12
- package/Fiber/api/await.d.ts +2 -2
- package/Fiber/api/awaitAll.d.ts +2 -2
- package/Fiber/api/children.d.ts +1 -1
- package/Fiber/api/collectAll.d.ts +3 -3
- package/Fiber/api/evalOn.d.ts +1 -1
- package/Fiber/api/evalOnIO.d.ts +1 -1
- package/Fiber/api/fromIO.d.ts +1 -1
- package/Fiber/api/id.d.ts +2 -2
- package/Fiber/api/inheritRefs.d.ts +1 -1
- package/Fiber/api/interrupt.d.ts +2 -2
- package/Fiber/api/interruptAll.d.ts +3 -3
- package/Fiber/api/interruptAs.d.ts +3 -3
- package/Fiber/api/join.d.ts +1 -1
- package/Fiber/api/joinAll.d.ts +1 -1
- package/Fiber/api/mapFiber.d.ts +1 -1
- package/Fiber/api/mapIO.d.ts +2 -2
- package/Fiber/api/poll.d.ts +3 -3
- package/Fiber/api/zipWith.d.ts +1 -1
- package/Fiber/constructors.d.ts +8 -8
- package/Fiber/definition.d.ts +4 -4
- package/FiberRef/api/locallyScoped.d.ts +1 -2
- package/FiberRef/api/locallyScopedWith.d.ts +1 -2
- package/FiberRef/api.d.ts +8 -8
- package/FiberRef/constructors.d.ts +2 -3
- package/FiberRef/unsafe.d.ts +11 -5
- package/FiberRefs/api.d.ts +4 -4
- package/FiberRefs/definition.d.ts +3 -3
- package/FiberRefs/join.d.ts +2 -2
- package/FiberScope/constructors.d.ts +1 -1
- package/FiberScope/definition.d.ts +1 -1
- package/FiberState/api.d.ts +1 -1
- package/FiberState/constructors.d.ts +3 -3
- package/FiberState/definition.d.ts +3 -3
- package/FiberStatus/constructors.d.ts +1 -1
- package/FiberStatus/definition.d.ts +1 -1
- package/Future/api.d.ts +18 -18
- package/Future/constructors.d.ts +3 -3
- package/Future/definition.d.ts +2 -2
- package/Hub/api.d.ts +22 -23
- package/Hub/definition.d.ts +6 -7
- package/Hub/internal.d.ts +1 -2
- package/IO/api/acquireRelease.d.ts +2 -3
- package/IO/api/acquireReleaseExit.d.ts +3 -4
- package/IO/api/acquireReleaseInterruptible.d.ts +2 -3
- package/IO/api/acquireReleaseInterruptibleExit.d.ts +3 -4
- package/IO/api/addFinalizer.d.ts +2 -3
- package/IO/api/addFinalizerExit.d.ts +2 -3
- package/IO/api/asyncIO.d.ts +1 -1
- package/IO/api/bracket.d.ts +2 -2
- package/IO/api/bracketExit.d.ts +3 -3
- package/IO/api/clockWith.d.ts +1 -1
- package/IO/api/concurrency.d.ts +4 -4
- package/IO/api/concurrentFinalizers.d.ts +1 -2
- package/IO/api/consoleWith.d.ts +2 -2
- package/IO/api/core-scope.d.ts +4 -4
- package/IO/api/ensuringChildren.d.ts +1 -1
- package/IO/api/environment.d.ts +10 -12
- package/IO/api/foreachC.d.ts +2 -2
- package/IO/api/foreachExec.d.ts +1 -1
- package/IO/api/forkScoped.d.ts +1 -2
- package/IO/api/fulfill.d.ts +1 -1
- package/IO/api/interrupt.d.ts +8 -8
- package/IO/api/onExit.d.ts +2 -2
- package/IO/api/onTermination.d.ts +4 -4
- package/IO/api/provideLayer.d.ts +1 -1
- package/IO/api/provideSomeLayer.d.ts +1 -1
- package/IO/api/race.d.ts +1 -1
- package/IO/api/raceFirst.d.ts +1 -1
- package/IO/api/randomWith.d.ts +2 -2
- package/IO/api/repeat.d.ts +6 -6
- package/IO/api/retry.d.ts +5 -5
- package/IO/api/schedule.d.ts +3 -3
- package/IO/api/scope.d.ts +1 -2
- package/IO/api/scopeWith.d.ts +1 -2
- package/IO/api/scoped.d.ts +3 -4
- package/IO/api/sequenceT.d.ts +4 -4
- package/IO/api/sleep.d.ts +2 -2
- package/IO/api/stateful.d.ts +3 -4
- package/IO/api/timeout.d.ts +4 -4
- package/IO/api/withEarlyRelease.d.ts +1 -2
- package/IO/api/withFinalizer.d.ts +1 -2
- package/IO/api/withFinalizerExit.d.ts +2 -3
- package/IO/api/withRuntimeConfig.d.ts +2 -2
- package/IO/api/zipC.d.ts +4 -4
- package/IO/api.d.ts +94 -94
- package/IO/definition.d.ts +44 -34
- package/IO/runtime.d.ts +29 -16
- package/IOEnv/definition.d.ts +2 -3
- package/IOEnv/live.d.ts +1 -1
- package/IOEnv/services.d.ts +1 -1
- package/IOSpec.d.ts +7 -8
- package/Layer/MemoMap.d.ts +8 -9
- package/Layer/api.d.ts +41 -43
- package/Layer/definition.d.ts +22 -16
- package/Logger/api.d.ts +2 -2
- package/Logger/definition.d.ts +4 -4
- package/Queue/api/dimapIO.d.ts +6 -6
- package/Queue/api/filterInputIO.d.ts +6 -6
- package/Queue/api/filterOutputIO.d.ts +8 -8
- package/Queue/api/operations.d.ts +10 -10
- package/Queue/api/poll.d.ts +2 -2
- package/Queue/api/takeBetween.d.ts +1 -1
- package/Queue/api/zipWithIO.d.ts +9 -9
- package/Queue/constructors.d.ts +4 -4
- package/Queue/definition.d.ts +10 -10
- package/Queue/internal.d.ts +1 -1
- package/Queue/strategy.d.ts +10 -10
- package/Random/api.d.ts +8 -8
- package/Random/definition.d.ts +5 -5
- package/Random/live.d.ts +5 -5
- package/Ref/Atomic/Atomic.d.ts +4 -4
- package/Ref/Atomic/api.d.ts +11 -11
- package/Ref/Derived.d.ts +4 -4
- package/Ref/DerivedAll.d.ts +4 -4
- package/Ref/Synchronized/api.d.ts +16 -16
- package/Ref/Synchronized/constructors.d.ts +2 -2
- package/Ref/Synchronized/definition.d.ts +3 -3
- package/Ref/api/collect.d.ts +2 -2
- package/Ref/api/dimap.d.ts +8 -8
- package/Ref/api/filter.d.ts +3 -3
- package/Ref/api/get.d.ts +1 -1
- package/Ref/api/match.d.ts +1 -1
- package/Ref/api/matchAll.d.ts +1 -1
- package/Ref/api/modify.d.ts +10 -10
- package/Ref/api/set.d.ts +1 -1
- package/Ref/constructors.d.ts +3 -3
- package/Ref/definition.d.ts +15 -15
- package/RuntimeConfig.d.ts +2 -2
- package/STM/api/core-api.d.ts +5 -5
- package/STM/api/core-constructors.d.ts +9 -9
- package/STM/api.d.ts +60 -72
- package/STM/definition.d.ts +10 -9
- package/STM/driver.d.ts +2 -2
- package/STM/internal/CommitState.d.ts +1 -1
- package/STM/internal/Journal.d.ts +7 -6
- package/STM/internal/TryCommit.d.ts +1 -1
- package/Schedule/Decision.d.ts +10 -4
- package/Schedule/Driver.d.ts +4 -4
- package/Schedule/api/driver.d.ts +1 -1
- package/Schedule/api.d.ts +85 -73
- package/Schedule/definition.d.ts +1 -1
- package/Scope/Finalizer/definition.d.ts +3 -3
- package/Scope/ReleaseMap/api/releaseAll.d.ts +2 -2
- package/Scope/ReleaseMap/api.d.ts +7 -7
- package/Scope/ReleaseMap/definition.d.ts +3 -3
- package/Scope/api.d.ts +9 -10
- package/Scope/definition.d.ts +2 -2
- package/ScopedRef/api.d.ts +2 -3
- package/ScopedRef/definition.d.ts +1 -2
- package/Sink/api.d.ts +73 -74
- package/State/api.d.ts +2 -3
- package/Stream/api/zipAllWith.d.ts +3 -3
- package/Stream/api/zipWith.d.ts +1 -1
- package/Stream/api/zipWithChunks.d.ts +4 -4
- package/Stream/api.d.ts +171 -166
- package/Stream/definition.d.ts +3 -3
- package/Stream/internal/Handoff.d.ts +2 -2
- package/Stream/internal/Pull.d.ts +2 -2
- package/Stream/internal/Take.d.ts +4 -4
- package/Stream/internal/util.d.ts +1 -1
- package/Supervisor/api.d.ts +3 -3
- package/Supervisor/constructors.d.ts +6 -6
- package/Supervisor/definition.d.ts +3 -3
- package/TExit/constructors.d.ts +1 -1
- package/TExit/definition.d.ts +1 -1
- package/TFuture/api.d.ts +7 -7
- package/TFuture/constructors.d.ts +4 -4
- package/TFuture/definition.d.ts +3 -3
- package/TReentrantLock/api.d.ts +18 -19
- package/TReentrantLock/definition.d.ts +2 -2
- package/TRef/api.d.ts +15 -15
- package/TRef/constructors.d.ts +5 -5
- package/TRef/definition.d.ts +2 -2
- package/TSemaphore/api.d.ts +7 -7
- package/TSemaphore/constructors.d.ts +1 -1
- package/TSemaphore/definition.d.ts +1 -1
- package/_cjs/Cached/api.cjs +5 -5
- package/_cjs/Cached/api.cjs.map +1 -1
- package/_cjs/Channel/api/interruptWhen.cjs +1 -1
- package/_cjs/Channel/api/interruptWhen.cjs.map +1 -1
- package/_cjs/Channel/api/mapOutIOC.cjs +2 -2
- package/_cjs/Channel/api/mapOutIOC.cjs.map +1 -1
- package/_cjs/Channel/api/mergeAllWith.cjs +11 -11
- package/_cjs/Channel/api/mergeAllWith.cjs.map +1 -1
- package/_cjs/Channel/api/mergeWith.cjs +5 -5
- package/_cjs/Channel/api/mergeWith.cjs.map +1 -1
- package/_cjs/Channel/api/run.cjs +3 -1
- package/_cjs/Channel/api/run.cjs.map +1 -1
- package/_cjs/Channel/api.cjs +7 -7
- package/_cjs/Channel/api.cjs.map +1 -1
- package/_cjs/Channel/core-api.cjs.map +1 -1
- package/_cjs/Channel/definition.cjs.map +1 -1
- package/_cjs/Channel/internal/ChannelExecutor.cjs +6 -6
- package/_cjs/Channel/internal/ChannelExecutor.cjs.map +1 -1
- package/_cjs/Channel/internal/ChannelState.cjs +2 -1
- package/_cjs/Channel/internal/ChannelState.cjs.map +1 -1
- package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs +16 -16
- package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs.map +1 -1
- package/_cjs/Clock/live.cjs.map +1 -1
- package/_cjs/Console/api.cjs +5 -3
- package/_cjs/Console/api.cjs.map +1 -1
- package/_cjs/Fiber/FiberContext.cjs +8 -10
- package/_cjs/Fiber/FiberContext.cjs.map +1 -1
- package/_cjs/Fiber/api/await.cjs +1 -1
- package/_cjs/Fiber/api/await.cjs.map +1 -1
- package/_cjs/Fiber/api/awaitAll.cjs +2 -4
- package/_cjs/Fiber/api/awaitAll.cjs.map +1 -1
- package/_cjs/Fiber/api/children.cjs +1 -1
- package/_cjs/Fiber/api/children.cjs.map +1 -1
- package/_cjs/Fiber/api/collectAll.cjs +2 -4
- package/_cjs/Fiber/api/collectAll.cjs.map +1 -1
- package/_cjs/Fiber/api/evalOn.cjs +1 -1
- package/_cjs/Fiber/api/evalOn.cjs.map +1 -1
- package/_cjs/Fiber/api/evalOnIO.cjs +2 -4
- package/_cjs/Fiber/api/evalOnIO.cjs.map +1 -1
- package/_cjs/Fiber/api/fromIO.cjs +2 -4
- package/_cjs/Fiber/api/fromIO.cjs.map +1 -1
- package/_cjs/Fiber/api/id.cjs +1 -1
- package/_cjs/Fiber/api/id.cjs.map +1 -1
- package/_cjs/Fiber/api/inheritRefs.cjs +1 -1
- package/_cjs/Fiber/api/inheritRefs.cjs.map +1 -1
- package/_cjs/Fiber/api/interrupt.cjs +2 -4
- package/_cjs/Fiber/api/interrupt.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptAll.cjs +4 -5
- package/_cjs/Fiber/api/interruptAll.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptAs.cjs +1 -1
- package/_cjs/Fiber/api/interruptAs.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptFork.cjs +1 -1
- package/_cjs/Fiber/api/interruptFork.cjs.map +1 -1
- package/_cjs/Fiber/api/join.cjs +2 -4
- package/_cjs/Fiber/api/join.cjs.map +1 -1
- package/_cjs/Fiber/api/joinAll.cjs +2 -4
- package/_cjs/Fiber/api/joinAll.cjs.map +1 -1
- package/_cjs/Fiber/api/mapFiber.cjs +2 -4
- package/_cjs/Fiber/api/mapFiber.cjs.map +1 -1
- package/_cjs/Fiber/api/mapIO.cjs +4 -5
- package/_cjs/Fiber/api/mapIO.cjs.map +1 -1
- package/_cjs/Fiber/api/poll.cjs +1 -1
- package/_cjs/Fiber/api/poll.cjs.map +1 -1
- package/_cjs/Fiber/api/zipWith.cjs +2 -4
- package/_cjs/Fiber/api/zipWith.cjs.map +1 -1
- package/_cjs/Fiber/constructors.cjs +10 -11
- package/_cjs/Fiber/constructors.cjs.map +1 -1
- package/_cjs/FiberRef/api/locallyScoped.cjs +2 -4
- package/_cjs/FiberRef/api/locallyScoped.cjs.map +1 -1
- package/_cjs/FiberRef/api/locallyScopedWith.cjs +2 -4
- package/_cjs/FiberRef/api/locallyScopedWith.cjs.map +1 -1
- package/_cjs/FiberRef/api.cjs +13 -14
- package/_cjs/FiberRef/api.cjs.map +1 -1
- package/_cjs/FiberRef/constructors.cjs +4 -6
- package/_cjs/FiberRef/constructors.cjs.map +1 -1
- package/_cjs/FiberRef/unsafe.cjs +9 -1
- package/_cjs/FiberRef/unsafe.cjs.map +1 -1
- package/_cjs/Future/api.cjs +30 -31
- package/_cjs/Future/api.cjs.map +1 -1
- package/_cjs/Future/constructors.cjs +4 -5
- package/_cjs/Future/constructors.cjs.map +1 -1
- package/_cjs/Hub/api.cjs +44 -44
- package/_cjs/Hub/api.cjs.map +1 -1
- package/_cjs/Hub/internal.cjs +16 -24
- package/_cjs/Hub/internal.cjs.map +1 -1
- package/_cjs/IO/api/acquireRelease.cjs +2 -4
- package/_cjs/IO/api/acquireRelease.cjs.map +1 -1
- package/_cjs/IO/api/acquireReleaseExit.cjs +1 -1
- package/_cjs/IO/api/acquireReleaseExit.cjs.map +1 -1
- package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs +1 -1
- package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs.map +1 -1
- package/_cjs/IO/api/addFinalizer.cjs +1 -1
- package/_cjs/IO/api/addFinalizer.cjs.map +1 -1
- package/_cjs/IO/api/addFinalizerExit.cjs +5 -11
- package/_cjs/IO/api/addFinalizerExit.cjs.map +1 -1
- package/_cjs/IO/api/asyncIO.cjs +5 -7
- package/_cjs/IO/api/asyncIO.cjs.map +1 -1
- package/_cjs/IO/api/bracket.cjs +2 -2
- package/_cjs/IO/api/bracket.cjs.map +1 -1
- package/_cjs/IO/api/bracketExit.cjs +2 -4
- package/_cjs/IO/api/bracketExit.cjs.map +1 -1
- package/_cjs/IO/api/concurrency.cjs +7 -7
- package/_cjs/IO/api/concurrency.cjs.map +1 -1
- package/_cjs/IO/api/concurrentFinalizers.cjs +2 -4
- package/_cjs/IO/api/concurrentFinalizers.cjs.map +1 -1
- package/_cjs/IO/api/consoleWith.cjs +3 -3
- package/_cjs/IO/api/consoleWith.cjs.map +1 -1
- package/_cjs/IO/api/core-scope.cjs +4 -4
- package/_cjs/IO/api/core-scope.cjs.map +1 -1
- package/_cjs/IO/api/ensuringChildren.cjs +2 -4
- package/_cjs/IO/api/ensuringChildren.cjs.map +1 -1
- package/_cjs/IO/api/environment.cjs +6 -8
- package/_cjs/IO/api/environment.cjs.map +1 -1
- package/_cjs/IO/api/foreachC.cjs +25 -27
- package/_cjs/IO/api/foreachC.cjs.map +1 -1
- package/_cjs/IO/api/foreachExec.cjs +2 -4
- package/_cjs/IO/api/foreachExec.cjs.map +1 -1
- package/_cjs/IO/api/forkIn.cjs +1 -1
- package/_cjs/IO/api/forkIn.cjs.map +1 -1
- package/_cjs/IO/api/forkScoped.cjs +1 -1
- package/_cjs/IO/api/forkScoped.cjs.map +1 -1
- package/_cjs/IO/api/fulfill.cjs +2 -4
- package/_cjs/IO/api/fulfill.cjs.map +1 -1
- package/_cjs/IO/api/interrupt.cjs +13 -13
- package/_cjs/IO/api/interrupt.cjs.map +1 -1
- package/_cjs/IO/api/memoize.cjs +4 -8
- package/_cjs/IO/api/memoize.cjs.map +1 -1
- package/_cjs/IO/api/onExit.cjs +2 -2
- package/_cjs/IO/api/onExit.cjs.map +1 -1
- package/_cjs/IO/api/onTermination.cjs +2 -2
- package/_cjs/IO/api/onTermination.cjs.map +1 -1
- package/_cjs/IO/api/once.cjs +1 -1
- package/_cjs/IO/api/once.cjs.map +1 -1
- package/_cjs/IO/api/provideLayer.cjs +2 -4
- package/_cjs/IO/api/provideLayer.cjs.map +1 -1
- package/_cjs/IO/api/provideSomeLayer.cjs +2 -3
- package/_cjs/IO/api/provideSomeLayer.cjs.map +1 -1
- package/_cjs/IO/api/race.cjs +4 -6
- package/_cjs/IO/api/race.cjs.map +1 -1
- package/_cjs/IO/api/raceFirst.cjs +2 -4
- package/_cjs/IO/api/raceFirst.cjs.map +1 -1
- package/_cjs/IO/api/randomWith.cjs +3 -3
- package/_cjs/IO/api/randomWith.cjs.map +1 -1
- package/_cjs/IO/api/repeat.cjs +10 -11
- package/_cjs/IO/api/repeat.cjs.map +1 -1
- package/_cjs/IO/api/retry.cjs +8 -9
- package/_cjs/IO/api/retry.cjs.map +1 -1
- package/_cjs/IO/api/schedule.cjs +6 -7
- package/_cjs/IO/api/schedule.cjs.map +1 -1
- package/_cjs/IO/api/scope.cjs +1 -1
- package/_cjs/IO/api/scope.cjs.map +1 -1
- package/_cjs/IO/api/scopeWith.cjs +2 -4
- package/_cjs/IO/api/scopeWith.cjs.map +1 -1
- package/_cjs/IO/api/scoped.cjs +4 -5
- package/_cjs/IO/api/scoped.cjs.map +1 -1
- package/_cjs/IO/api/stateful.cjs +1 -1
- package/_cjs/IO/api/stateful.cjs.map +1 -1
- package/_cjs/IO/api/timeout.cjs +3 -4
- package/_cjs/IO/api/timeout.cjs.map +1 -1
- package/_cjs/IO/api/withChildren.cjs +1 -1
- package/_cjs/IO/api/withChildren.cjs.map +1 -1
- package/_cjs/IO/api/withEarlyRelease.cjs +2 -4
- package/_cjs/IO/api/withEarlyRelease.cjs.map +1 -1
- package/_cjs/IO/api/withFinalizer.cjs +2 -2
- package/_cjs/IO/api/withFinalizer.cjs.map +1 -1
- package/_cjs/IO/api/withFinalizerExit.cjs +2 -4
- package/_cjs/IO/api/withFinalizerExit.cjs.map +1 -1
- package/_cjs/IO/api/withRuntimeConfig.cjs +2 -4
- package/_cjs/IO/api/withRuntimeConfig.cjs.map +1 -1
- package/_cjs/IO/api/zipC.cjs +5 -6
- package/_cjs/IO/api/zipC.cjs.map +1 -1
- package/_cjs/IO/api.cjs +112 -112
- package/_cjs/IO/api.cjs.map +1 -1
- package/_cjs/IO/definition.cjs +5 -8
- package/_cjs/IO/definition.cjs.map +1 -1
- package/_cjs/IO/runtime.cjs +69 -21
- package/_cjs/IO/runtime.cjs.map +1 -1
- package/_cjs/IOEnv/live.cjs +3 -1
- package/_cjs/IOEnv/live.cjs.map +1 -1
- package/_cjs/Layer/MemoMap.cjs +45 -62
- package/_cjs/Layer/MemoMap.cjs.map +1 -1
- package/_cjs/Layer/api.cjs +84 -83
- package/_cjs/Layer/api.cjs.map +1 -1
- package/_cjs/Layer/definition.cjs +14 -7
- package/_cjs/Layer/definition.cjs.map +1 -1
- package/_cjs/Queue/api/dimapIO.cjs +14 -14
- package/_cjs/Queue/api/dimapIO.cjs.map +1 -1
- package/_cjs/Queue/api/filterInputIO.cjs +6 -6
- package/_cjs/Queue/api/filterInputIO.cjs.map +1 -1
- package/_cjs/Queue/api/filterOutputIO.cjs +6 -6
- package/_cjs/Queue/api/filterOutputIO.cjs.map +1 -1
- package/_cjs/Queue/api/operations.cjs +13 -13
- package/_cjs/Queue/api/operations.cjs.map +1 -1
- package/_cjs/Queue/api/poll.cjs +2 -4
- package/_cjs/Queue/api/poll.cjs.map +1 -1
- package/_cjs/Queue/api/takeBetween.cjs +10 -12
- package/_cjs/Queue/api/takeBetween.cjs.map +1 -1
- package/_cjs/Queue/api/zipWithIO.cjs +12 -12
- package/_cjs/Queue/api/zipWithIO.cjs.map +1 -1
- package/_cjs/Queue/constructors.cjs +8 -10
- package/_cjs/Queue/constructors.cjs.map +1 -1
- package/_cjs/Queue/internal.cjs +17 -17
- package/_cjs/Queue/internal.cjs.map +1 -1
- package/_cjs/Queue/strategy.cjs +16 -20
- package/_cjs/Queue/strategy.cjs.map +1 -1
- package/_cjs/Random/api.cjs +15 -13
- package/_cjs/Random/api.cjs.map +1 -1
- package/_cjs/Random/live.cjs +4 -4
- package/_cjs/Random/live.cjs.map +1 -1
- package/_cjs/Ref/Atomic/Atomic.cjs.map +1 -1
- package/_cjs/Ref/Atomic/api.cjs +19 -21
- package/_cjs/Ref/Atomic/api.cjs.map +1 -1
- package/_cjs/Ref/Derived.cjs.map +1 -1
- package/_cjs/Ref/DerivedAll.cjs +1 -1
- package/_cjs/Ref/DerivedAll.cjs.map +1 -1
- package/_cjs/Ref/Synchronized/api.cjs +25 -26
- package/_cjs/Ref/Synchronized/api.cjs.map +1 -1
- package/_cjs/Ref/Synchronized/constructors.cjs +8 -14
- package/_cjs/Ref/Synchronized/constructors.cjs.map +1 -1
- package/_cjs/Ref/Synchronized/definition.cjs +1 -1
- package/_cjs/Ref/Synchronized/definition.cjs.map +1 -1
- package/_cjs/Ref/api/collect.cjs +1 -1
- package/_cjs/Ref/api/collect.cjs.map +1 -1
- package/_cjs/Ref/api/dimap.cjs +12 -12
- package/_cjs/Ref/api/dimap.cjs.map +1 -1
- package/_cjs/Ref/api/filter.cjs +2 -2
- package/_cjs/Ref/api/filter.cjs.map +1 -1
- package/_cjs/Ref/api/get.cjs +1 -1
- package/_cjs/Ref/api/get.cjs.map +1 -1
- package/_cjs/Ref/api/modify.cjs +29 -30
- package/_cjs/Ref/api/modify.cjs.map +1 -1
- package/_cjs/Ref/api/set.cjs +1 -1
- package/_cjs/Ref/api/set.cjs.map +1 -1
- package/_cjs/Ref/constructors.cjs +3 -4
- package/_cjs/Ref/constructors.cjs.map +1 -1
- package/_cjs/STM/api/core-api.cjs +8 -8
- package/_cjs/STM/api/core-api.cjs.map +1 -1
- package/_cjs/STM/api/core-constructors.cjs +6 -6
- package/_cjs/STM/api/core-constructors.cjs.map +1 -1
- package/_cjs/STM/api.cjs +129 -148
- package/_cjs/STM/api.cjs.map +1 -1
- package/_cjs/STM/definition.cjs.map +1 -1
- package/_cjs/STM/driver.cjs +10 -6
- package/_cjs/STM/driver.cjs.map +1 -1
- package/_cjs/STM/internal/Journal.cjs +20 -22
- package/_cjs/STM/internal/Journal.cjs.map +1 -1
- package/_cjs/Schedule/Decision.cjs +17 -0
- package/_cjs/Schedule/Decision.cjs.map +1 -1
- package/_cjs/Schedule/api/driver.cjs +18 -21
- package/_cjs/Schedule/api/driver.cjs.map +1 -1
- package/_cjs/Schedule/api.cjs +205 -180
- package/_cjs/Schedule/api.cjs.map +1 -1
- package/_cjs/Scope/Finalizer/definition.cjs +4 -6
- package/_cjs/Scope/Finalizer/definition.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs +3 -5
- package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/api.cjs +14 -15
- package/_cjs/Scope/ReleaseMap/api.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/constructors.cjs +1 -1
- package/_cjs/Scope/ReleaseMap/constructors.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/definition.cjs +2 -4
- package/_cjs/Scope/ReleaseMap/definition.cjs.map +1 -1
- package/_cjs/Scope/api.cjs +20 -30
- package/_cjs/Scope/api.cjs.map +1 -1
- package/_cjs/ScopedRef/api.cjs +14 -22
- package/_cjs/ScopedRef/api.cjs.map +1 -1
- package/_cjs/Sink/api.cjs +92 -88
- package/_cjs/Sink/api.cjs.map +1 -1
- package/_cjs/State/api.cjs +5 -7
- package/_cjs/State/api.cjs.map +1 -1
- package/_cjs/Stream/api/zipAllWith.cjs +22 -24
- package/_cjs/Stream/api/zipAllWith.cjs.map +1 -1
- package/_cjs/Stream/api/zipWith.cjs +2 -2
- package/_cjs/Stream/api/zipWith.cjs.map +1 -1
- package/_cjs/Stream/api/zipWithChunks.cjs +20 -22
- package/_cjs/Stream/api/zipWithChunks.cjs.map +1 -1
- package/_cjs/Stream/api.cjs +436 -419
- package/_cjs/Stream/api.cjs.map +1 -1
- package/_cjs/Stream/internal/Handoff.cjs +12 -12
- package/_cjs/Stream/internal/Handoff.cjs.map +1 -1
- package/_cjs/Stream/internal/Pull.cjs +1 -1
- package/_cjs/Stream/internal/Pull.cjs.map +1 -1
- package/_cjs/Stream/internal/Take.cjs +1 -1
- package/_cjs/Stream/internal/Take.cjs.map +1 -1
- package/_cjs/Supervisor/api.cjs +3 -1
- package/_cjs/Supervisor/api.cjs.map +1 -1
- package/_cjs/Supervisor/constructors.cjs +14 -8
- package/_cjs/Supervisor/constructors.cjs.map +1 -1
- package/_cjs/TFuture/api.cjs +10 -10
- package/_cjs/TFuture/api.cjs.map +1 -1
- package/_cjs/TFuture/constructors.cjs +4 -4
- package/_cjs/TFuture/constructors.cjs.map +1 -1
- package/_cjs/TFuture/definition.cjs +2 -4
- package/_cjs/TFuture/definition.cjs.map +1 -1
- package/_cjs/TReentrantLock/api.cjs +41 -42
- package/_cjs/TReentrantLock/api.cjs.map +1 -1
- package/_cjs/TRef/api.cjs +40 -40
- package/_cjs/TRef/api.cjs.map +1 -1
- package/_cjs/TRef/constructors.cjs +6 -6
- package/_cjs/TRef/constructors.cjs.map +1 -1
- package/_cjs/TSemaphore/api.cjs +20 -21
- package/_cjs/TSemaphore/api.cjs.map +1 -1
- package/_cjs/TSemaphore/constructors.cjs +2 -2
- package/_cjs/TSemaphore/constructors.cjs.map +1 -1
- package/_cjs/TSemaphore/definition.cjs +2 -4
- package/_cjs/TSemaphore/definition.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/dropUntilIO.cjs +1 -1
- package/_cjs/collection/immutable/Conc/dropUntilIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/dropWhileIO.cjs +1 -1
- package/_cjs/collection/immutable/Conc/dropWhileIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/filterIO.cjs +5 -7
- package/_cjs/collection/immutable/Conc/filterIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/findIO.cjs +7 -9
- package/_cjs/collection/immutable/Conc/findIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/mapIO.cjs +3 -5
- package/_cjs/collection/immutable/Conc/mapIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/takeWhileIO.cjs +7 -9
- package/_cjs/collection/immutable/Conc/takeWhileIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc.cjs +26 -0
- package/_cjs/collection/immutable/Conc.cjs.map +1 -1
- package/_cjs/data/Exit/foreachIO.cjs +2 -4
- package/_cjs/data/Exit/foreachIO.cjs.map +1 -1
- package/_cjs/global.cjs +6 -0
- package/_cjs/global.cjs.map +1 -0
- package/_cjs/index.cjs +6 -0
- package/_cjs/index.cjs.map +1 -0
- package/_cjs/internal/Scheduler.cjs +64 -14
- package/_cjs/internal/Scheduler.cjs.map +1 -1
- package/_mjs/Cached/api.mjs +5 -5
- package/_mjs/Cached/api.mjs.map +1 -1
- package/_mjs/Channel/api/interruptWhen.mjs +1 -1
- package/_mjs/Channel/api/interruptWhen.mjs.map +1 -1
- package/_mjs/Channel/api/mapOutIOC.mjs +2 -2
- package/_mjs/Channel/api/mapOutIOC.mjs.map +1 -1
- package/_mjs/Channel/api/mergeAllWith.mjs +11 -11
- package/_mjs/Channel/api/mergeAllWith.mjs.map +1 -1
- package/_mjs/Channel/api/mergeWith.mjs +6 -5
- package/_mjs/Channel/api/mergeWith.mjs.map +1 -1
- package/_mjs/Channel/api/run.mjs +2 -1
- package/_mjs/Channel/api/run.mjs.map +1 -1
- package/_mjs/Channel/api.mjs +7 -7
- package/_mjs/Channel/api.mjs.map +1 -1
- package/_mjs/Channel/core-api.mjs.map +1 -1
- package/_mjs/Channel/definition.mjs.map +1 -1
- package/_mjs/Channel/internal/ChannelExecutor.mjs +6 -6
- package/_mjs/Channel/internal/ChannelExecutor.mjs.map +1 -1
- package/_mjs/Channel/internal/ChannelState.mjs +2 -1
- package/_mjs/Channel/internal/ChannelState.mjs.map +1 -1
- package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs +16 -16
- package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs.map +1 -1
- package/_mjs/Clock/live.mjs.map +1 -1
- package/_mjs/Console/api.mjs +4 -3
- package/_mjs/Console/api.mjs.map +1 -1
- package/_mjs/Fiber/FiberContext.mjs +9 -9
- package/_mjs/Fiber/FiberContext.mjs.map +1 -1
- package/_mjs/Fiber/api/await.mjs +1 -1
- package/_mjs/Fiber/api/await.mjs.map +1 -1
- package/_mjs/Fiber/api/awaitAll.mjs +2 -3
- package/_mjs/Fiber/api/awaitAll.mjs.map +1 -1
- package/_mjs/Fiber/api/children.mjs +1 -1
- package/_mjs/Fiber/api/children.mjs.map +1 -1
- package/_mjs/Fiber/api/collectAll.mjs +2 -3
- package/_mjs/Fiber/api/collectAll.mjs.map +1 -1
- package/_mjs/Fiber/api/evalOn.mjs +1 -1
- package/_mjs/Fiber/api/evalOn.mjs.map +1 -1
- package/_mjs/Fiber/api/evalOnIO.mjs +2 -3
- package/_mjs/Fiber/api/evalOnIO.mjs.map +1 -1
- package/_mjs/Fiber/api/fromIO.mjs +2 -3
- package/_mjs/Fiber/api/fromIO.mjs.map +1 -1
- package/_mjs/Fiber/api/id.mjs +1 -1
- package/_mjs/Fiber/api/id.mjs.map +1 -1
- package/_mjs/Fiber/api/inheritRefs.mjs +1 -1
- package/_mjs/Fiber/api/inheritRefs.mjs.map +1 -1
- package/_mjs/Fiber/api/interrupt.mjs +2 -3
- package/_mjs/Fiber/api/interrupt.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptAll.mjs +4 -5
- package/_mjs/Fiber/api/interruptAll.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptAs.mjs +1 -1
- package/_mjs/Fiber/api/interruptAs.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptFork.mjs +1 -1
- package/_mjs/Fiber/api/interruptFork.mjs.map +1 -1
- package/_mjs/Fiber/api/join.mjs +2 -3
- package/_mjs/Fiber/api/join.mjs.map +1 -1
- package/_mjs/Fiber/api/joinAll.mjs +2 -3
- package/_mjs/Fiber/api/joinAll.mjs.map +1 -1
- package/_mjs/Fiber/api/mapFiber.mjs +2 -3
- package/_mjs/Fiber/api/mapFiber.mjs.map +1 -1
- package/_mjs/Fiber/api/mapIO.mjs +4 -5
- package/_mjs/Fiber/api/mapIO.mjs.map +1 -1
- package/_mjs/Fiber/api/poll.mjs +1 -1
- package/_mjs/Fiber/api/poll.mjs.map +1 -1
- package/_mjs/Fiber/api/zipWith.mjs +2 -3
- package/_mjs/Fiber/api/zipWith.mjs.map +1 -1
- package/_mjs/Fiber/constructors.mjs +10 -11
- package/_mjs/Fiber/constructors.mjs.map +1 -1
- package/_mjs/FiberRef/api/locallyScoped.mjs +2 -3
- package/_mjs/FiberRef/api/locallyScoped.mjs.map +1 -1
- package/_mjs/FiberRef/api/locallyScopedWith.mjs +2 -3
- package/_mjs/FiberRef/api/locallyScopedWith.mjs.map +1 -1
- package/_mjs/FiberRef/api.mjs +13 -14
- package/_mjs/FiberRef/api.mjs.map +1 -1
- package/_mjs/FiberRef/constructors.mjs +4 -5
- package/_mjs/FiberRef/constructors.mjs.map +1 -1
- package/_mjs/FiberRef/unsafe.mjs +6 -0
- package/_mjs/FiberRef/unsafe.mjs.map +1 -1
- package/_mjs/Future/api.mjs +30 -31
- package/_mjs/Future/api.mjs.map +1 -1
- package/_mjs/Future/constructors.mjs +4 -5
- package/_mjs/Future/constructors.mjs.map +1 -1
- package/_mjs/Hub/api.mjs +44 -44
- package/_mjs/Hub/api.mjs.map +1 -1
- package/_mjs/Hub/internal.mjs +16 -24
- package/_mjs/Hub/internal.mjs.map +1 -1
- package/_mjs/IO/api/acquireRelease.mjs +2 -3
- package/_mjs/IO/api/acquireRelease.mjs.map +1 -1
- package/_mjs/IO/api/acquireReleaseExit.mjs +1 -1
- package/_mjs/IO/api/acquireReleaseExit.mjs.map +1 -1
- package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs +1 -1
- package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs.map +1 -1
- package/_mjs/IO/api/addFinalizer.mjs +1 -1
- package/_mjs/IO/api/addFinalizer.mjs.map +1 -1
- package/_mjs/IO/api/addFinalizerExit.mjs +5 -10
- package/_mjs/IO/api/addFinalizerExit.mjs.map +1 -1
- package/_mjs/IO/api/asyncIO.mjs +5 -6
- package/_mjs/IO/api/asyncIO.mjs.map +1 -1
- package/_mjs/IO/api/bracket.mjs +2 -2
- package/_mjs/IO/api/bracket.mjs.map +1 -1
- package/_mjs/IO/api/bracketExit.mjs +2 -3
- package/_mjs/IO/api/bracketExit.mjs.map +1 -1
- package/_mjs/IO/api/concurrency.mjs +7 -7
- package/_mjs/IO/api/concurrency.mjs.map +1 -1
- package/_mjs/IO/api/concurrentFinalizers.mjs +2 -3
- package/_mjs/IO/api/concurrentFinalizers.mjs.map +1 -1
- package/_mjs/IO/api/consoleWith.mjs +3 -3
- package/_mjs/IO/api/consoleWith.mjs.map +1 -1
- package/_mjs/IO/api/core-scope.mjs +4 -4
- package/_mjs/IO/api/core-scope.mjs.map +1 -1
- package/_mjs/IO/api/ensuringChildren.mjs +2 -3
- package/_mjs/IO/api/ensuringChildren.mjs.map +1 -1
- package/_mjs/IO/api/environment.mjs +6 -8
- package/_mjs/IO/api/environment.mjs.map +1 -1
- package/_mjs/IO/api/foreachC.mjs +25 -26
- package/_mjs/IO/api/foreachC.mjs.map +1 -1
- package/_mjs/IO/api/foreachExec.mjs +2 -3
- package/_mjs/IO/api/foreachExec.mjs.map +1 -1
- package/_mjs/IO/api/forkIn.mjs +1 -1
- package/_mjs/IO/api/forkIn.mjs.map +1 -1
- package/_mjs/IO/api/forkScoped.mjs +1 -1
- package/_mjs/IO/api/forkScoped.mjs.map +1 -1
- package/_mjs/IO/api/fulfill.mjs +2 -3
- package/_mjs/IO/api/fulfill.mjs.map +1 -1
- package/_mjs/IO/api/interrupt.mjs +13 -13
- package/_mjs/IO/api/interrupt.mjs.map +1 -1
- package/_mjs/IO/api/memoize.mjs +4 -8
- package/_mjs/IO/api/memoize.mjs.map +1 -1
- package/_mjs/IO/api/onExit.mjs +2 -2
- package/_mjs/IO/api/onExit.mjs.map +1 -1
- package/_mjs/IO/api/onTermination.mjs +2 -2
- package/_mjs/IO/api/onTermination.mjs.map +1 -1
- package/_mjs/IO/api/once.mjs +1 -1
- package/_mjs/IO/api/once.mjs.map +1 -1
- package/_mjs/IO/api/provideLayer.mjs +2 -3
- package/_mjs/IO/api/provideLayer.mjs.map +1 -1
- package/_mjs/IO/api/provideSomeLayer.mjs +2 -3
- package/_mjs/IO/api/provideSomeLayer.mjs.map +1 -1
- package/_mjs/IO/api/race.mjs +4 -5
- package/_mjs/IO/api/race.mjs.map +1 -1
- package/_mjs/IO/api/raceFirst.mjs +2 -3
- package/_mjs/IO/api/raceFirst.mjs.map +1 -1
- package/_mjs/IO/api/randomWith.mjs +3 -3
- package/_mjs/IO/api/randomWith.mjs.map +1 -1
- package/_mjs/IO/api/repeat.mjs +10 -11
- package/_mjs/IO/api/repeat.mjs.map +1 -1
- package/_mjs/IO/api/retry.mjs +8 -9
- package/_mjs/IO/api/retry.mjs.map +1 -1
- package/_mjs/IO/api/schedule.mjs +6 -7
- package/_mjs/IO/api/schedule.mjs.map +1 -1
- package/_mjs/IO/api/scope.mjs +1 -1
- package/_mjs/IO/api/scope.mjs.map +1 -1
- package/_mjs/IO/api/scopeWith.mjs +2 -3
- package/_mjs/IO/api/scopeWith.mjs.map +1 -1
- package/_mjs/IO/api/scoped.mjs +4 -5
- package/_mjs/IO/api/scoped.mjs.map +1 -1
- package/_mjs/IO/api/stateful.mjs +1 -1
- package/_mjs/IO/api/stateful.mjs.map +1 -1
- package/_mjs/IO/api/timeout.mjs +3 -4
- package/_mjs/IO/api/timeout.mjs.map +1 -1
- package/_mjs/IO/api/withChildren.mjs +1 -1
- package/_mjs/IO/api/withChildren.mjs.map +1 -1
- package/_mjs/IO/api/withEarlyRelease.mjs +2 -3
- package/_mjs/IO/api/withEarlyRelease.mjs.map +1 -1
- package/_mjs/IO/api/withFinalizer.mjs +2 -2
- package/_mjs/IO/api/withFinalizer.mjs.map +1 -1
- package/_mjs/IO/api/withFinalizerExit.mjs +2 -3
- package/_mjs/IO/api/withFinalizerExit.mjs.map +1 -1
- package/_mjs/IO/api/withRuntimeConfig.mjs +2 -3
- package/_mjs/IO/api/withRuntimeConfig.mjs.map +1 -1
- package/_mjs/IO/api/zipC.mjs +5 -6
- package/_mjs/IO/api/zipC.mjs.map +1 -1
- package/_mjs/IO/api.mjs +112 -112
- package/_mjs/IO/api.mjs.map +1 -1
- package/_mjs/IO/definition.mjs +3 -5
- package/_mjs/IO/definition.mjs.map +1 -1
- package/_mjs/IO/runtime.mjs +61 -18
- package/_mjs/IO/runtime.mjs.map +1 -1
- package/_mjs/IOEnv/live.mjs +2 -1
- package/_mjs/IOEnv/live.mjs.map +1 -1
- package/_mjs/Layer/MemoMap.mjs +43 -60
- package/_mjs/Layer/MemoMap.mjs.map +1 -1
- package/_mjs/Layer/api.mjs +84 -84
- package/_mjs/Layer/api.mjs.map +1 -1
- package/_mjs/Layer/definition.mjs +14 -7
- package/_mjs/Layer/definition.mjs.map +1 -1
- package/_mjs/Queue/api/dimapIO.mjs +14 -14
- package/_mjs/Queue/api/dimapIO.mjs.map +1 -1
- package/_mjs/Queue/api/filterInputIO.mjs +6 -6
- package/_mjs/Queue/api/filterInputIO.mjs.map +1 -1
- package/_mjs/Queue/api/filterOutputIO.mjs +6 -6
- package/_mjs/Queue/api/filterOutputIO.mjs.map +1 -1
- package/_mjs/Queue/api/operations.mjs +13 -13
- package/_mjs/Queue/api/operations.mjs.map +1 -1
- package/_mjs/Queue/api/poll.mjs +2 -3
- package/_mjs/Queue/api/poll.mjs.map +1 -1
- package/_mjs/Queue/api/takeBetween.mjs +10 -11
- package/_mjs/Queue/api/takeBetween.mjs.map +1 -1
- package/_mjs/Queue/api/zipWithIO.mjs +12 -12
- package/_mjs/Queue/api/zipWithIO.mjs.map +1 -1
- package/_mjs/Queue/constructors.mjs +8 -9
- package/_mjs/Queue/constructors.mjs.map +1 -1
- package/_mjs/Queue/internal.mjs +17 -17
- package/_mjs/Queue/internal.mjs.map +1 -1
- package/_mjs/Queue/strategy.mjs +16 -20
- package/_mjs/Queue/strategy.mjs.map +1 -1
- package/_mjs/Random/api.mjs +14 -13
- package/_mjs/Random/api.mjs.map +1 -1
- package/_mjs/Random/live.mjs +4 -4
- package/_mjs/Random/live.mjs.map +1 -1
- package/_mjs/Ref/Atomic/Atomic.mjs.map +1 -1
- package/_mjs/Ref/Atomic/api.mjs +19 -20
- package/_mjs/Ref/Atomic/api.mjs.map +1 -1
- package/_mjs/Ref/Derived.mjs.map +1 -1
- package/_mjs/Ref/DerivedAll.mjs +1 -1
- package/_mjs/Ref/DerivedAll.mjs.map +1 -1
- package/_mjs/Ref/Synchronized/api.mjs +25 -26
- package/_mjs/Ref/Synchronized/api.mjs.map +1 -1
- package/_mjs/Ref/Synchronized/constructors.mjs +8 -13
- package/_mjs/Ref/Synchronized/constructors.mjs.map +1 -1
- package/_mjs/Ref/Synchronized/definition.mjs +1 -1
- package/_mjs/Ref/Synchronized/definition.mjs.map +1 -1
- package/_mjs/Ref/api/collect.mjs +1 -1
- package/_mjs/Ref/api/collect.mjs.map +1 -1
- package/_mjs/Ref/api/dimap.mjs +12 -12
- package/_mjs/Ref/api/dimap.mjs.map +1 -1
- package/_mjs/Ref/api/filter.mjs +2 -2
- package/_mjs/Ref/api/filter.mjs.map +1 -1
- package/_mjs/Ref/api/get.mjs +1 -1
- package/_mjs/Ref/api/get.mjs.map +1 -1
- package/_mjs/Ref/api/modify.mjs +29 -30
- package/_mjs/Ref/api/modify.mjs.map +1 -1
- package/_mjs/Ref/api/set.mjs +1 -1
- package/_mjs/Ref/api/set.mjs.map +1 -1
- package/_mjs/Ref/constructors.mjs +3 -4
- package/_mjs/Ref/constructors.mjs.map +1 -1
- package/_mjs/STM/api/core-api.mjs +8 -8
- package/_mjs/STM/api/core-api.mjs.map +1 -1
- package/_mjs/STM/api/core-constructors.mjs +6 -6
- package/_mjs/STM/api/core-constructors.mjs.map +1 -1
- package/_mjs/STM/api.mjs +122 -142
- package/_mjs/STM/api.mjs.map +1 -1
- package/_mjs/STM/definition.mjs.map +1 -1
- package/_mjs/STM/driver.mjs +9 -6
- package/_mjs/STM/driver.mjs.map +1 -1
- package/_mjs/STM/internal/Journal.mjs +20 -21
- package/_mjs/STM/internal/Journal.mjs.map +1 -1
- package/_mjs/Schedule/Decision.mjs +9 -0
- package/_mjs/Schedule/Decision.mjs.map +1 -1
- package/_mjs/Schedule/api/driver.mjs +17 -20
- package/_mjs/Schedule/api/driver.mjs.map +1 -1
- package/_mjs/Schedule/api.mjs +198 -177
- package/_mjs/Schedule/api.mjs.map +1 -1
- package/_mjs/Scope/Finalizer/definition.mjs +4 -5
- package/_mjs/Scope/Finalizer/definition.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs +3 -4
- package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/api.mjs +14 -15
- package/_mjs/Scope/ReleaseMap/api.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/constructors.mjs +1 -1
- package/_mjs/Scope/ReleaseMap/constructors.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/definition.mjs +2 -3
- package/_mjs/Scope/ReleaseMap/definition.mjs.map +1 -1
- package/_mjs/Scope/api.mjs +20 -30
- package/_mjs/Scope/api.mjs.map +1 -1
- package/_mjs/ScopedRef/api.mjs +14 -22
- package/_mjs/ScopedRef/api.mjs.map +1 -1
- package/_mjs/Sink/api.mjs +92 -88
- package/_mjs/Sink/api.mjs.map +1 -1
- package/_mjs/State/api.mjs +5 -6
- package/_mjs/State/api.mjs.map +1 -1
- package/_mjs/Stream/api/zipAllWith.mjs +22 -23
- package/_mjs/Stream/api/zipAllWith.mjs.map +1 -1
- package/_mjs/Stream/api/zipWith.mjs +2 -2
- package/_mjs/Stream/api/zipWith.mjs.map +1 -1
- package/_mjs/Stream/api/zipWithChunks.mjs +20 -21
- package/_mjs/Stream/api/zipWithChunks.mjs.map +1 -1
- package/_mjs/Stream/api.mjs +430 -417
- package/_mjs/Stream/api.mjs.map +1 -1
- package/_mjs/Stream/internal/Handoff.mjs +12 -12
- package/_mjs/Stream/internal/Handoff.mjs.map +1 -1
- package/_mjs/Stream/internal/Pull.mjs +1 -1
- package/_mjs/Stream/internal/Pull.mjs.map +1 -1
- package/_mjs/Stream/internal/Take.mjs +1 -1
- package/_mjs/Stream/internal/Take.mjs.map +1 -1
- package/_mjs/Supervisor/api.mjs +2 -1
- package/_mjs/Supervisor/api.mjs.map +1 -1
- package/_mjs/Supervisor/constructors.mjs +9 -6
- package/_mjs/Supervisor/constructors.mjs.map +1 -1
- package/_mjs/TFuture/api.mjs +10 -10
- package/_mjs/TFuture/api.mjs.map +1 -1
- package/_mjs/TFuture/constructors.mjs +4 -4
- package/_mjs/TFuture/constructors.mjs.map +1 -1
- package/_mjs/TFuture/definition.mjs +2 -3
- package/_mjs/TFuture/definition.mjs.map +1 -1
- package/_mjs/TReentrantLock/api.mjs +41 -42
- package/_mjs/TReentrantLock/api.mjs.map +1 -1
- package/_mjs/TRef/api.mjs +40 -40
- package/_mjs/TRef/api.mjs.map +1 -1
- package/_mjs/TRef/constructors.mjs +6 -6
- package/_mjs/TRef/constructors.mjs.map +1 -1
- package/_mjs/TSemaphore/api.mjs +17 -18
- package/_mjs/TSemaphore/api.mjs.map +1 -1
- package/_mjs/TSemaphore/constructors.mjs +2 -2
- package/_mjs/TSemaphore/constructors.mjs.map +1 -1
- package/_mjs/TSemaphore/definition.mjs +2 -3
- package/_mjs/TSemaphore/definition.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/dropUntilIO.mjs +1 -1
- package/_mjs/collection/immutable/Conc/dropUntilIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/dropWhileIO.mjs +1 -1
- package/_mjs/collection/immutable/Conc/dropWhileIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/filterIO.mjs +5 -6
- package/_mjs/collection/immutable/Conc/filterIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/findIO.mjs +7 -8
- package/_mjs/collection/immutable/Conc/findIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/mapIO.mjs +3 -4
- package/_mjs/collection/immutable/Conc/mapIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/takeWhileIO.mjs +7 -8
- package/_mjs/collection/immutable/Conc/takeWhileIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc.mjs +2 -0
- package/_mjs/collection/immutable/Conc.mjs.map +1 -1
- package/_mjs/data/Exit/foreachIO.mjs +2 -3
- package/_mjs/data/Exit/foreachIO.mjs.map +1 -1
- package/_mjs/global.mjs +2 -0
- package/_mjs/global.mjs.map +1 -0
- package/_mjs/index.mjs +2 -0
- package/_mjs/index.mjs.map +1 -0
- package/_mjs/internal/Scheduler.mjs +62 -15
- package/_mjs/internal/Scheduler.mjs.map +1 -1
- package/_src/Cached/api.ts +4 -3
- package/_src/Channel/api/interruptWhen.ts +1 -1
- package/_src/Channel/api/mapOutIOC.ts +2 -2
- package/_src/Channel/api/mergeAll.ts +1 -1
- package/_src/Channel/api/mergeAllUnboundedWith.ts +1 -1
- package/_src/Channel/api/mergeAllWith.ts +3 -3
- package/_src/Channel/api/mergeMap.ts +1 -1
- package/_src/Channel/api/mergeWith.ts +9 -9
- package/_src/Channel/api/runScoped.ts +1 -1
- package/_src/Channel/api/toPull.ts +1 -1
- package/_src/Channel/api/zipC.ts +3 -3
- package/_src/Channel/api.ts +73 -73
- package/_src/Channel/core-api.ts +11 -13
- package/_src/Channel/definition.ts +19 -19
- package/_src/Channel/internal/MergeDecision.ts +1 -1
- package/_src/Clock/live.ts +1 -1
- package/_src/Console/api.ts +1 -1
- package/_src/Fiber/FiberContext.ts +10 -8
- package/_src/Fiber/api/await.ts +1 -1
- package/_src/Fiber/api/awaitAll.ts +1 -1
- package/_src/Fiber/api/children.ts +1 -1
- package/_src/Fiber/api/collectAll.ts +4 -1
- package/_src/Fiber/api/evalOn.ts +6 -1
- package/_src/Fiber/api/evalOnIO.ts +2 -1
- package/_src/Fiber/api/fromIO.ts +1 -1
- package/_src/Fiber/api/id.ts +1 -1
- package/_src/Fiber/api/inheritRefs.ts +1 -1
- package/_src/Fiber/api/interrupt.ts +1 -1
- package/_src/Fiber/api/interruptAll.ts +2 -2
- package/_src/Fiber/api/interruptAs.ts +1 -1
- package/_src/Fiber/api/join.ts +1 -1
- package/_src/Fiber/api/joinAll.ts +1 -1
- package/_src/Fiber/api/mapFiber.ts +5 -1
- package/_src/Fiber/api/mapIO.ts +6 -2
- package/_src/Fiber/api/poll.ts +1 -1
- package/_src/Fiber/api/zipWith.ts +1 -0
- package/_src/Fiber/constructors.ts +5 -5
- package/_src/Fiber/definition.ts +1 -1
- package/_src/FiberRef/api/locallyScoped.ts +1 -1
- package/_src/FiberRef/api/locallyScopedWith.ts +5 -1
- package/_src/FiberRef/api.ts +7 -7
- package/_src/FiberRef/constructors.ts +4 -2
- package/_src/FiberRef/unsafe.ts +7 -0
- package/_src/Future/api.ts +24 -16
- package/_src/Future/constructors.ts +2 -2
- package/_src/Hub/api.ts +50 -23
- package/_src/Hub/definition.ts +6 -6
- package/_src/Hub/internal.ts +15 -15
- package/_src/IO/api/acquireRelease.ts +2 -1
- package/_src/IO/api/acquireReleaseExit.ts +1 -1
- package/_src/IO/api/acquireReleaseInterruptible.ts +1 -1
- package/_src/IO/api/acquireReleaseInterruptibleExit.ts +1 -1
- package/_src/IO/api/addFinalizer.ts +1 -4
- package/_src/IO/api/addFinalizerExit.ts +6 -5
- package/_src/IO/api/asyncIO.ts +4 -1
- package/_src/IO/api/bracket.ts +2 -1
- package/_src/IO/api/bracketExit.ts +2 -1
- package/_src/IO/api/concurrency.ts +6 -3
- package/_src/IO/api/concurrentFinalizers.ts +1 -1
- package/_src/IO/api/consoleWith.ts +1 -1
- package/_src/IO/api/core-scope.ts +1 -1
- package/_src/IO/api/ensuringChildren.ts +3 -2
- package/_src/IO/api/environment.ts +9 -11
- package/_src/IO/api/foreachC.ts +33 -6
- package/_src/IO/api/foreachExec.ts +1 -0
- package/_src/IO/api/forkScoped.ts +1 -1
- package/_src/IO/api/fulfill.ts +1 -1
- package/_src/IO/api/interrupt.ts +13 -5
- package/_src/IO/api/memoize.ts +3 -3
- package/_src/IO/api/onExit.ts +2 -1
- package/_src/IO/api/onTermination.ts +2 -2
- package/_src/IO/api/provideLayer.ts +1 -0
- package/_src/IO/api/provideSomeLayer.ts +1 -3
- package/_src/IO/api/race.ts +6 -2
- package/_src/IO/api/raceFirst.ts +6 -2
- package/_src/IO/api/randomWith.ts +1 -1
- package/_src/IO/api/repeat.ts +7 -7
- package/_src/IO/api/retry.ts +7 -7
- package/_src/IO/api/schedule.ts +4 -3
- package/_src/IO/api/scope.ts +1 -1
- package/_src/IO/api/scopeWith.ts +1 -1
- package/_src/IO/api/scoped.ts +2 -2
- package/_src/IO/api/sequenceT.ts +1 -1
- package/_src/IO/api/stateful.ts +1 -1
- package/_src/IO/api/timeout.ts +5 -1
- package/_src/IO/api/withChildren.ts +1 -1
- package/_src/IO/api/withEarlyRelease.ts +4 -1
- package/_src/IO/api/withFinalizer.ts +2 -1
- package/_src/IO/api/withFinalizerExit.ts +2 -1
- package/_src/IO/api/withRuntimeConfig.ts +5 -1
- package/_src/IO/api/zipC.ts +7 -2
- package/_src/IO/api.ts +125 -75
- package/_src/IO/definition.ts +32 -27
- package/_src/IO/runtime.ts +66 -12
- package/_src/IOEnv/definition.ts +1 -1
- package/_src/Layer/MemoMap.ts +41 -34
- package/_src/Layer/api.ts +82 -49
- package/_src/Layer/definition.ts +11 -8
- package/_src/Queue/api/dimapIO.ts +21 -11
- package/_src/Queue/api/filterInputIO.ts +6 -4
- package/_src/Queue/api/filterOutputIO.ts +8 -6
- package/_src/Queue/api/operations.ts +28 -10
- package/_src/Queue/api/poll.ts +4 -1
- package/_src/Queue/api/takeBetween.ts +6 -1
- package/_src/Queue/api/zipWithIO.ts +13 -10
- package/_src/Queue/constructors.ts +4 -4
- package/_src/Queue/definition.ts +10 -10
- package/_src/Queue/internal.ts +7 -7
- package/_src/Queue/strategy.ts +18 -10
- package/_src/Random/api.ts +5 -5
- package/_src/Random/definition.ts +5 -5
- package/_src/Random/live.ts +4 -4
- package/_src/Ref/Atomic/Atomic.ts +3 -3
- package/_src/Ref/Atomic/api.ts +10 -10
- package/_src/Ref/Derived.ts +3 -3
- package/_src/Ref/DerivedAll.ts +3 -3
- package/_src/Ref/Synchronized/api.ts +33 -18
- package/_src/Ref/Synchronized/constructors.ts +5 -5
- package/_src/Ref/Synchronized/definition.ts +2 -2
- package/_src/Ref/api/collect.ts +1 -0
- package/_src/Ref/api/dimap.ts +7 -0
- package/_src/Ref/api/filter.ts +2 -0
- package/_src/Ref/api/get.ts +5 -2
- package/_src/Ref/api/modify.ts +21 -9
- package/_src/Ref/api/set.ts +5 -1
- package/_src/Ref/constructors.ts +2 -2
- package/_src/Ref/definition.ts +14 -14
- package/_src/STM/api/core-api.ts +20 -7
- package/_src/STM/api/core-constructors.ts +7 -7
- package/_src/STM/api.ts +150 -116
- package/_src/STM/definition.ts +6 -6
- package/_src/STM/driver.ts +3 -3
- package/_src/STM/internal/Journal.ts +25 -16
- package/_src/Schedule/Decision.ts +10 -3
- package/_src/Schedule/Driver.ts +2 -2
- package/_src/Schedule/api/driver.ts +6 -6
- package/_src/Schedule/api.ts +182 -82
- package/_src/Schedule/definition.ts +1 -1
- package/_src/Scope/Finalizer/definition.ts +2 -2
- package/_src/Scope/ReleaseMap/api/releaseAll.ts +6 -1
- package/_src/Scope/ReleaseMap/api.ts +15 -5
- package/_src/Scope/ReleaseMap/definition.ts +1 -1
- package/_src/Scope/api.ts +23 -15
- package/_src/ScopedRef/api.ts +12 -17
- package/_src/ScopedRef/definition.ts +1 -1
- package/_src/Sink/api.ts +111 -85
- package/_src/State/api.ts +1 -1
- package/_src/Stream/api/zipAllWith.ts +5 -2
- package/_src/Stream/api/zipWith.ts +2 -1
- package/_src/Stream/api/zipWithChunks.ts +5 -2
- package/_src/Stream/api.ts +484 -216
- package/_src/Stream/definition.ts +3 -3
- package/_src/Stream/internal/Take.ts +1 -1
- package/_src/Supervisor/constructors.ts +7 -3
- package/_src/TFuture/api.ts +5 -5
- package/_src/TFuture/constructors.ts +2 -2
- package/_src/TFuture/definition.ts +1 -1
- package/_src/TReentrantLock/api.ts +18 -18
- package/_src/TRef/api.ts +36 -14
- package/_src/TRef/constructors.ts +4 -4
- package/_src/TSemaphore/api.ts +7 -7
- package/_src/TSemaphore/constructors.ts +1 -1
- package/_src/TSemaphore/definition.ts +1 -1
- package/_src/collection/immutable/Conc/filterIO.ts +5 -1
- package/_src/collection/immutable/Conc/findIO.ts +6 -1
- package/_src/collection/immutable/Conc/mapIO.ts +1 -1
- package/_src/collection/immutable/Conc/takeWhileIO.ts +5 -1
- package/_src/collection/immutable/Conc.ts +2 -0
- package/_src/data/Exit/foreachIO.ts +1 -0
- package/_src/global.ts +149 -0
- package/_src/index.ts +42 -0
- package/_src/internal/Scheduler.ts +59 -15
- package/collection/immutable/Conc/filterIO.d.ts +1 -1
- package/collection/immutable/Conc/findIO.d.ts +2 -2
- package/collection/immutable/Conc/mapIO.d.ts +1 -1
- package/collection/immutable/Conc/takeWhileIO.d.ts +1 -1
- package/collection/immutable/Conc.d.ts +2 -0
- package/data/Exit/foreachIO.d.ts +2 -2
- package/global.d.ts +149 -0
- package/index.d.ts +40 -0
- package/internal/Scheduler.d.ts +18 -1
- package/package.json +3 -3
package/Stream/api.d.ts
CHANGED
|
@@ -1,29 +1,27 @@
|
|
|
1
|
-
import { Either } from "@fncts/base/data/Either";
|
|
1
|
+
import { Either } from "@fncts/base/data/Either/definition";
|
|
2
2
|
import { Sink } from "@fncts/io/Sink/definition";
|
|
3
3
|
import { Schedule } from "@fncts/io/Schedule/definition";
|
|
4
|
-
import { Maybe, Nothing } from "@fncts/base/data/Maybe";
|
|
4
|
+
import { Maybe, Nothing } from "@fncts/base/data/Maybe/definition";
|
|
5
5
|
import { Channel } from "@fncts/io/Channel";
|
|
6
6
|
import { Conc } from "@fncts/base/collection/immutable/Conc";
|
|
7
|
-
import { Cause } from "@fncts/base/data/Cause";
|
|
7
|
+
import { Cause } from "@fncts/base/data/Cause/definition";
|
|
8
8
|
import { IO, UIO } from "@fncts/io/IO/definition";
|
|
9
9
|
import { Fiber } from "@fncts/io/Fiber/definition";
|
|
10
|
-
import { Lazy } from "@fncts/base/data/function";
|
|
11
|
-
import { Exit } from "@fncts/base/data/Exit";
|
|
12
|
-
import { Has } from "@fncts/base/typeclass/Has";
|
|
10
|
+
import { Lazy } from "@fncts/base/data/function/definition";
|
|
11
|
+
import { Exit } from "@fncts/base/data/Exit/definition";
|
|
13
12
|
import { Scope } from "@fncts/io/Scope/definition";
|
|
14
13
|
import { Hub } from "@fncts/io/Hub/definition";
|
|
15
14
|
import { Future } from "@fncts/io/Future";
|
|
16
15
|
import { Ref } from "@fncts/io/Ref";
|
|
17
|
-
import { Environment } from "@fncts/base/data/Environment";
|
|
18
|
-
import { Duration } from "@fncts/base/data/Duration";
|
|
19
|
-
import { HashMap } from "@fncts/base/collection/immutable/HashMap";
|
|
20
|
-
import { Predicate } from "@fncts/base/data/Predicate";
|
|
21
|
-
import { Refinement } from "@fncts/base/data/Refinement";
|
|
16
|
+
import { Environment } from "@fncts/base/data/Environment/definition";
|
|
17
|
+
import { Duration } from "@fncts/base/data/Duration/definition";
|
|
18
|
+
import { HashMap } from "@fncts/base/collection/immutable/HashMap/definition";
|
|
19
|
+
import { Predicate } from "@fncts/base/data/Predicate/definition";
|
|
20
|
+
import { Refinement } from "@fncts/base/data/Refinement/definition";
|
|
22
21
|
import { Layer } from "@fncts/io/Layer";
|
|
23
22
|
import type { PHub } from "../Hub.js";
|
|
24
23
|
import type { Canceler } from "../IO.js";
|
|
25
24
|
import type { PQueue } from "../Queue.js";
|
|
26
|
-
import type { Erase } from "@fncts/typelevel/Intersection.js";
|
|
27
25
|
import { MergeDecision } from "../Channel/internal/MergeDecision.js";
|
|
28
26
|
import { Queue } from "../Queue.js";
|
|
29
27
|
import { Stream } from "./definition.js";
|
|
@@ -33,7 +31,7 @@ import { Take } from "./internal/Take.js";
|
|
|
33
31
|
* @tsplus getter fncts.io.Stream absolve
|
|
34
32
|
* @tsplus location "@fncts/io/Stream/api"
|
|
35
33
|
*/
|
|
36
|
-
export declare function absolve<R, E, E2, A>(self: Stream<R, E, Either<E2, A
|
|
34
|
+
export declare function absolve<R, E, E2, A>(self: Stream<R, E, Either<E2, A>>, __tsplusTrace?: string): Stream<R, E | E2, A>;
|
|
37
35
|
/**
|
|
38
36
|
* Aggregates elements of this stream using the provided sink for as long
|
|
39
37
|
* as the downstream operators on the stream are busy.
|
|
@@ -48,13 +46,13 @@ export declare function absolve<R, E, E2, A>(self: Stream<R, E, Either<E2, A>>):
|
|
|
48
46
|
* @tsplus fluent fncts.io.Stream aggregateAsync
|
|
49
47
|
* @tsplus location "@fncts/io/Stream/api"
|
|
50
48
|
*/
|
|
51
|
-
export declare function aggregateAsync_<R, E, A extends A1, R1, E1, A1, B>(stream: Stream<R, E, A>, sink: Sink<R1, E1, A1, A1, B
|
|
49
|
+
export declare function aggregateAsync_<R, E, A extends A1, R1, E1, A1, B>(stream: Stream<R, E, A>, sink: Sink<R1, E1, A1, A1, B>, __tsplusTrace?: string): Stream<R | R1, E | E1, B>;
|
|
52
50
|
/**
|
|
53
51
|
* Like `aggregateAsyncWithinEither`, but only returns the `Right` results.
|
|
54
52
|
* @tsplus fluent fncts.io.Stream aggregateAsyncWithin
|
|
55
53
|
* @tsplus location "@fncts/io/Stream/api"
|
|
56
54
|
*/
|
|
57
|
-
export declare function aggregateAsyncWithin_<R, E, A extends A1, R1, E1, A1, B, R2, C>(stream: Stream<R, E, A>, sink: Sink<R1, E1, A1, A1, B>, schedule: Schedule<R2, Maybe<B>, C
|
|
55
|
+
export declare function aggregateAsyncWithin_<R, E, A extends A1, R1, E1, A1, B, R2, C>(stream: Stream<R, E, A>, sink: Sink<R1, E1, A1, A1, B>, schedule: Schedule<R2, Maybe<B>, C>, __tsplusTrace?: string): Stream<R | R1 | R2, E | E1, B>;
|
|
58
56
|
/**
|
|
59
57
|
* Aggregates elements using the provided sink until it completes, or until the
|
|
60
58
|
* delay signalled by the schedule has passed.
|
|
@@ -69,7 +67,7 @@ export declare function aggregateAsyncWithin_<R, E, A extends A1, R1, E1, A1, B,
|
|
|
69
67
|
* @tsplus fluent fncts.io.Stream aggregateAsyncWithinEither
|
|
70
68
|
* @tsplus location "@fncts/io/Stream/api"
|
|
71
69
|
*/
|
|
72
|
-
export declare function aggregateAsyncWithinEither_<R, E, A extends A1, R1, E1, A1, B, R2, C>(stream: Stream<R, E, A>, sink: Sink<R1, E1, A1, A1, B>, schedule: Schedule<R2, Maybe<B>, C
|
|
70
|
+
export declare function aggregateAsyncWithinEither_<R, E, A extends A1, R1, E1, A1, B, R2, C>(stream: Stream<R, E, A>, sink: Sink<R1, E1, A1, A1, B>, schedule: Schedule<R2, Maybe<B>, C>, __tsplusTrace?: string): Stream<R | R1 | R2, E | E1, Either<C, B>>;
|
|
73
71
|
/**
|
|
74
72
|
* Composes this stream with the specified stream to create a cartesian product of elements,
|
|
75
73
|
* but keeps only elements from this stream.
|
|
@@ -77,7 +75,7 @@ export declare function aggregateAsyncWithinEither_<R, E, A extends A1, R1, E1,
|
|
|
77
75
|
* @tsplus fluent fncts.io.Stream apFirst
|
|
78
76
|
* @tsplus location "@fncts/io/Stream/api"
|
|
79
77
|
*/
|
|
80
|
-
export declare function apFirst_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>, that: Stream<R1, E1, A1
|
|
78
|
+
export declare function apFirst_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>, that: Stream<R1, E1, A1>, __tsplusTrace?: string): Stream<R | R1, E | E1, A>;
|
|
81
79
|
/**
|
|
82
80
|
* Composes this stream with the specified stream to create a cartesian product of elements,
|
|
83
81
|
* but keeps only elements from the other stream.
|
|
@@ -85,18 +83,18 @@ export declare function apFirst_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>, t
|
|
|
85
83
|
* @tsplus fluent fncts.io.Stream apSecond
|
|
86
84
|
* @tsplus location "@fncts/io/Stream/api"
|
|
87
85
|
*/
|
|
88
|
-
export declare function apSecond_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>, that: Stream<R1, E1, A1
|
|
86
|
+
export declare function apSecond_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>, that: Stream<R1, E1, A1>, __tsplusTrace?: string): Stream<R | R1, E | E1, A1>;
|
|
89
87
|
/**
|
|
90
88
|
* Maps the success values of this stream to the specified constant value.
|
|
91
89
|
* @tsplus fluent fncts.io.Stream as
|
|
92
90
|
* @tsplus location "@fncts/io/Stream/api"
|
|
93
91
|
*/
|
|
94
|
-
export declare function as_<R, E, A, B>(stream: Stream<R, E, A>, b: Lazy<B
|
|
92
|
+
export declare function as_<R, E, A, B>(stream: Stream<R, E, A>, b: Lazy<B>, __tsplusTrace?: string): Stream<R, E, B>;
|
|
95
93
|
/**
|
|
96
94
|
* @tsplus static fncts.io.StreamOps asyncInterrupt
|
|
97
95
|
* @tsplus location "@fncts/io/Stream/api"
|
|
98
96
|
*/
|
|
99
|
-
export declare function asyncInterrupt<R, E, A>(register: (resolve: (next: IO<R, Maybe<E>, Conc<A>>, offerCb?: (e: Exit<never, boolean>) => void) => void) => Either<Canceler<R>, Stream<R, E, A>>, outputBuffer?: number): Stream<R, E, A>;
|
|
97
|
+
export declare function asyncInterrupt<R, E, A>(register: (resolve: (next: IO<R, Maybe<E>, Conc<A>>, offerCb?: (e: Exit<never, boolean>) => void) => void) => Either<Canceler<R>, Stream<R, E, A>>, outputBuffer?: number, __tsplusTrace?: string): Stream<R, E, A>;
|
|
100
98
|
/**
|
|
101
99
|
* Creates a stream from an asynchronous callback that can be called multiple times.
|
|
102
100
|
* The registration of the callback can possibly return the stream synchronously.
|
|
@@ -105,36 +103,36 @@ export declare function asyncInterrupt<R, E, A>(register: (resolve: (next: IO<R,
|
|
|
105
103
|
* @tsplus static fncts.io.StreamOps asyncMaybe
|
|
106
104
|
* @tsplus location "@fncts/io/Stream/api"
|
|
107
105
|
*/
|
|
108
|
-
export declare function asyncMaybe<R, E, A>(register: (resolve: (next: IO<R, Maybe<E>, Conc<A>>, offerCb?: (e: Exit<never, boolean>) => void) => void) => Maybe<Stream<R, E, A>>, outputBuffer?: number): Stream<R, E, A>;
|
|
106
|
+
export declare function asyncMaybe<R, E, A>(register: (resolve: (next: IO<R, Maybe<E>, Conc<A>>, offerCb?: (e: Exit<never, boolean>) => void) => void) => Maybe<Stream<R, E, A>>, outputBuffer?: number, __tsplusTrace?: string): Stream<R, E, A>;
|
|
109
107
|
/**
|
|
110
108
|
* @tsplus static fncts.io.StreamOps async
|
|
111
109
|
* @tsplus location "@fncts/io/Stream/api"
|
|
112
110
|
*/
|
|
113
|
-
export declare function async<R, E, A>(register: (resolve: (next: IO<R, Maybe<E>, Conc<A>>, offerCb?: (e: Exit<never, boolean>) => void) => void) => void, outputBuffer?: number): Stream<R, E, A>;
|
|
111
|
+
export declare function async<R, E, A>(register: (resolve: (next: IO<R, Maybe<E>, Conc<A>>, offerCb?: (e: Exit<never, boolean>) => void) => void) => void, outputBuffer?: number, __tsplusTrace?: string): Stream<R, E, A>;
|
|
114
112
|
/**
|
|
115
113
|
* @tsplus static fncts.io.StreamOps asyncIO
|
|
116
114
|
* @tsplus location "@fncts/io/Stream/api"
|
|
117
115
|
*/
|
|
118
|
-
export declare function asyncIO<R, E, A, R1 = R, E1 = E>(register: (resolve: (next: IO<R, Maybe<E>, Conc<A>>, offerCb?: (e: Exit<never, boolean>) => void) => void) => IO<R1, E1, unknown>, outputBuffer?: number): Stream<R
|
|
116
|
+
export declare function asyncIO<R, E, A, R1 = R, E1 = E>(register: (resolve: (next: IO<R, Maybe<E>, Conc<A>>, offerCb?: (e: Exit<never, boolean>) => void) => void) => IO<R1, E1, unknown>, outputBuffer?: number, __tsplusTrace?: string): Stream<R | R1, E | E1, A>;
|
|
119
117
|
/**
|
|
120
118
|
* Returns a stream whose failure and success channels have been mapped by
|
|
121
119
|
* the specified pair of functions, `f` and `g`.
|
|
122
120
|
*/
|
|
123
|
-
export declare function bimap_<R, E, E1, A, A1>(stream: Stream<R, E, A>, f: (e: E) => E1, g: (a: A) => A1): Stream<R, E1, A1>;
|
|
121
|
+
export declare function bimap_<R, E, E1, A, A1>(stream: Stream<R, E, A>, f: (e: E) => E1, g: (a: A) => A1, __tsplusTrace?: string): Stream<R, E1, A1>;
|
|
124
122
|
/**
|
|
125
123
|
* Creates a stream from a single value that will get cleaned up after the
|
|
126
124
|
* stream is consumed
|
|
127
125
|
* @tsplus static fncts.io.StreamOps acquireRelease
|
|
128
126
|
* @tsplus location "@fncts/io/Stream/api"
|
|
129
127
|
*/
|
|
130
|
-
export declare function acquireRelease_<R, E, A, R1>(acquire: IO<R, E, A>, release: (a: A) => IO<R1, never, unknown
|
|
128
|
+
export declare function acquireRelease_<R, E, A, R1>(acquire: IO<R, E, A>, release: (a: A) => IO<R1, never, unknown>, __tsplusTrace?: string): Stream<R | R1, E, A>;
|
|
131
129
|
/**
|
|
132
130
|
* Creates a stream from a single value that will get cleaned up after the
|
|
133
131
|
* stream is consumed
|
|
134
132
|
* @tsplus static fncts.io.StreamOps acquireReleaseExit
|
|
135
133
|
* @tsplus location "@fncts/io/Stream/api"
|
|
136
134
|
*/
|
|
137
|
-
export declare function acquireReleaseExit_<R, E, A, R1>(acquire: IO<R, E, A>, release: (a: A, exit: Exit<any, any>) => IO<R1, never, unknown
|
|
135
|
+
export declare function acquireReleaseExit_<R, E, A, R1>(acquire: IO<R, E, A>, release: (a: A, exit: Exit<any, any>) => IO<R1, never, unknown>, __tsplusTrace?: string): Stream<R | R1, E, A>;
|
|
138
136
|
/**
|
|
139
137
|
* Fan out the stream, producing a list of streams that have the same elements as this stream.
|
|
140
138
|
* The driver stream will only ever advance of the `maximumLag` chunks before the
|
|
@@ -142,7 +140,7 @@ export declare function acquireReleaseExit_<R, E, A, R1>(acquire: IO<R, E, A>, r
|
|
|
142
140
|
* @tsplus fluent fncts.io.Stream broadcast
|
|
143
141
|
* @tsplus location "@fncts/io/Stream/api"
|
|
144
142
|
*/
|
|
145
|
-
export declare function broadcast_<R, E, A>(stream: Stream<R, E, A>, n: number, maximumLag: number): IO<R
|
|
143
|
+
export declare function broadcast_<R, E, A>(stream: Stream<R, E, A>, n: number, maximumLag: number, __tsplusTrace?: string): IO<R | Scope, never, Conc<Stream<unknown, E, A>>>;
|
|
146
144
|
/**
|
|
147
145
|
* Fan out the stream, producing a dynamic number of streams that have the same elements as this stream.
|
|
148
146
|
* The driver stream will only ever advance of the `maximumLag` chunks before the
|
|
@@ -150,7 +148,7 @@ export declare function broadcast_<R, E, A>(stream: Stream<R, E, A>, n: number,
|
|
|
150
148
|
* @tsplus fluent fncts.io.Stream broadcastDynamic
|
|
151
149
|
* @tsplus location "@fncts/io/Stream/api"
|
|
152
150
|
*/
|
|
153
|
-
export declare function broadcastDynamic_<R, E, A>(stream: Stream<R, E, A>, maximumLag: number): IO<R
|
|
151
|
+
export declare function broadcastDynamic_<R, E, A>(stream: Stream<R, E, A>, maximumLag: number, __tsplusTrace?: string): IO<R | Scope, never, Stream<unknown, E, A>>;
|
|
154
152
|
/**
|
|
155
153
|
* Converts the stream to a managed list of queues. Every value will be replicated to every queue with the
|
|
156
154
|
* slowest queue being allowed to buffer `maximumLag` chunks before the driver is backpressured.
|
|
@@ -159,7 +157,7 @@ export declare function broadcastDynamic_<R, E, A>(stream: Stream<R, E, A>, maxi
|
|
|
159
157
|
* @tsplus fluent fncts.io.Stream broadcastedQueues
|
|
160
158
|
* @tsplus location "@fncts/io/Stream/api"
|
|
161
159
|
*/
|
|
162
|
-
export declare function broadcastedQueues_<R, E, A>(stream: Stream<R, E, A>, n: number, maximumLag: number): IO<R
|
|
160
|
+
export declare function broadcastedQueues_<R, E, A>(stream: Stream<R, E, A>, n: number, maximumLag: number, __tsplusTrace?: string): IO<R | Scope, never, Conc<Hub.Dequeue<unknown, never, Take<E, A>>>>;
|
|
163
161
|
/**
|
|
164
162
|
* Converts the stream to a managed dynamic amount of queues. Every chunk will be replicated to every queue with the
|
|
165
163
|
* slowest queue being allowed to buffer `maximumLag` chunks before the driver is backpressured.
|
|
@@ -168,33 +166,33 @@ export declare function broadcastedQueues_<R, E, A>(stream: Stream<R, E, A>, n:
|
|
|
168
166
|
* @tsplus fluent fncts.io.Stream broadcastedQueuesDynamic
|
|
169
167
|
* @tsplus location "@fncts/io/Stream/api"
|
|
170
168
|
*/
|
|
171
|
-
export declare function broadcastedQueuesDynamic_<R, E, A>(stream: Stream<R, E, A>, maximumLag: number): IO<R
|
|
169
|
+
export declare function broadcastedQueuesDynamic_<R, E, A>(stream: Stream<R, E, A>, maximumLag: number, __tsplusTrace?: string): IO<R | Scope, never, IO<Scope, never, Hub.Dequeue<never, never, Take<E, A>>>>;
|
|
172
170
|
/**
|
|
173
171
|
* Allows a faster producer to progress independently of a slower consumer by buffering
|
|
174
172
|
* up to `capacity` elements in a queue.
|
|
175
173
|
* @tsplus fluent fncts.io.Stream buffer
|
|
176
174
|
* @tsplus location "@fncts/io/Stream/api"
|
|
177
175
|
*/
|
|
178
|
-
export declare function buffer_<R, E, A>(stream: Stream<R, E, A>, capacity: number): Stream<R, E, A>;
|
|
176
|
+
export declare function buffer_<R, E, A>(stream: Stream<R, E, A>, capacity: number, __tsplusTrace?: string): Stream<R, E, A>;
|
|
179
177
|
/**
|
|
180
178
|
* @tsplus fluent fncts.io.Stream bufferChunks
|
|
181
179
|
* @tsplus location "@fncts/io/Stream/api"
|
|
182
180
|
*/
|
|
183
|
-
export declare function bufferChunks_<R, E, A>(stream: Stream<R, E, A>, capacity: number): Stream<R, E, A>;
|
|
181
|
+
export declare function bufferChunks_<R, E, A>(stream: Stream<R, E, A>, capacity: number, __tsplusTrace?: string): Stream<R, E, A>;
|
|
184
182
|
/**
|
|
185
183
|
* Allows a faster producer to progress independently of a slower consumer by buffering
|
|
186
184
|
* elements into an unbounded queue.
|
|
187
185
|
* @tsplus getter fncts.io.Stream bufferUnbounded
|
|
188
186
|
* @tsplus location "@fncts/io/Stream/api"
|
|
189
187
|
*/
|
|
190
|
-
export declare function bufferUnbounded<R, E, A>(stream: Stream<R, E, A
|
|
188
|
+
export declare function bufferUnbounded<R, E, A>(stream: Stream<R, E, A>, __tsplusTrace?: string): Stream<R, E, A>;
|
|
191
189
|
/**
|
|
192
190
|
* Switches over to the stream produced by the provided function in case this one
|
|
193
191
|
* fails with a typed error.
|
|
194
192
|
* @tsplus fluent fncts.io.Stream catchAll
|
|
195
193
|
* @tsplus location "@fncts/io/Stream/api"
|
|
196
194
|
*/
|
|
197
|
-
export declare function catchAll_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>, f: (e: E) => Stream<R1, E1, A1
|
|
195
|
+
export declare function catchAll_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>, f: (e: E) => Stream<R1, E1, A1>, __tsplusTrace?: string): Stream<R | R1, E1, A | A1>;
|
|
198
196
|
/**
|
|
199
197
|
* Switches over to the stream produced by the provided function in case this one
|
|
200
198
|
* fails. Allows recovery from all causes of failure, including interruption if the
|
|
@@ -202,14 +200,14 @@ export declare function catchAll_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>,
|
|
|
202
200
|
* @tsplus fluent fncts.io.Stream catchAllCause
|
|
203
201
|
* @tsplus location "@fncts/io/Stream/api"
|
|
204
202
|
*/
|
|
205
|
-
export declare function catchAllCause_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>, f: (cause: Cause<E>) => Stream<R1, E1, A1
|
|
203
|
+
export declare function catchAllCause_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>, f: (cause: Cause<E>) => Stream<R1, E1, A1>, __tsplusTrace?: string): Stream<R | R1, E1, A | A1>;
|
|
206
204
|
/**
|
|
207
205
|
* Switches over to the stream produced by the provided function in case this one
|
|
208
206
|
* fails with some typed error.
|
|
209
207
|
* @tsplus fluent fncts.io.Stream catchJust
|
|
210
208
|
* @tsplus location "@fncts/io/Stream/api"
|
|
211
209
|
*/
|
|
212
|
-
export declare function catchJust_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>, pf: (e: E) => Maybe<Stream<R1, E1, A1
|
|
210
|
+
export declare function catchJust_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>, pf: (e: E) => Maybe<Stream<R1, E1, A1>>, __tsplusTrace?: string): Stream<R | R1, E | E1, A | A1>;
|
|
213
211
|
/**
|
|
214
212
|
* Switches over to the stream produced by the provided function in case this one
|
|
215
213
|
* fails with some errors. Allows recovery from all causes of failure, including interruption if the
|
|
@@ -217,20 +215,27 @@ export declare function catchJust_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>,
|
|
|
217
215
|
* @tsplus fluent fncts.io.Stream catchJustCause
|
|
218
216
|
* @tsplus location "@fncts/io/Stream/api"
|
|
219
217
|
*/
|
|
220
|
-
export declare function catchJustCause_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>, pf: (e: Cause<E>) => Maybe<Stream<R1, E1, A1
|
|
218
|
+
export declare function catchJustCause_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>, pf: (e: Cause<E>) => Maybe<Stream<R1, E1, A1>>, __tsplusTrace?: string): Stream<R | R1, E | E1, A | A1>;
|
|
221
219
|
/**
|
|
222
220
|
* Returns a stream made of the concatenation in strict order of all the streams
|
|
223
221
|
* produced by passing each element of this stream to `f`
|
|
224
222
|
* @tsplus fluent fncts.io.Stream flatMap
|
|
225
223
|
* @tsplus location "@fncts/io/Stream/api"
|
|
226
224
|
*/
|
|
227
|
-
export declare function flatMap_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, f: (a: A) => Stream<R1, E1, B
|
|
225
|
+
export declare function flatMap_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, f: (a: A) => Stream<R1, E1, B>, __tsplusTrace?: string): Stream<R | R1, E | E1, B>;
|
|
228
226
|
/**
|
|
229
227
|
* Exposes the underlying chunks of the stream as a stream of chunks of elements
|
|
230
228
|
* @tsplus getter fncts.io.Stream chunks
|
|
231
229
|
* @tsplus location "@fncts/io/Stream/api"
|
|
232
230
|
*/
|
|
233
|
-
export declare function chunks<R, E, A>(stream: Stream<R, E, A
|
|
231
|
+
export declare function chunks<R, E, A>(stream: Stream<R, E, A>, __tsplusTrace?: string): Stream<R, E, Conc<A>>;
|
|
232
|
+
/**
|
|
233
|
+
* Performs the specified stream transformation with the chunk structure of
|
|
234
|
+
* the stream exposed.
|
|
235
|
+
* @tsplus fluent fncts.io.Stream chunksWith
|
|
236
|
+
* @tsplus location "@fncts/io/Stream/api"
|
|
237
|
+
*/
|
|
238
|
+
export declare function chunksWith<R, E, A, R1, E1, B>(self: Stream<R, E, A>, f: (_: Stream<R, E, Conc<A>>) => Stream<R1, E1, Conc<B>>, __tsplusTrace?: string): Stream<R1, E1, B>;
|
|
234
239
|
/**
|
|
235
240
|
* Returns a new stream that only emits elements that are not equal to the
|
|
236
241
|
* previous element emitted, using the specified function to determine
|
|
@@ -238,17 +243,17 @@ export declare function chunks<R, E, A>(stream: Stream<R, E, A>): Stream<R, E, C
|
|
|
238
243
|
* @tsplus fluent fncts.io.Stream changesWith
|
|
239
244
|
* @tsplus location "@fncts/io/Stream/api"
|
|
240
245
|
*/
|
|
241
|
-
export declare function changesWith_<R, E, A>(stream: Stream<R, E, A>, f: (x: A, y: A) => boolean): Stream<R, E, A>;
|
|
246
|
+
export declare function changesWith_<R, E, A>(stream: Stream<R, E, A>, f: (x: A, y: A) => boolean, __tsplusTrace?: string): Stream<R, E, A>;
|
|
242
247
|
/**
|
|
243
248
|
* Transforms all elements of the stream for as long as the specified partial function is defined.
|
|
244
249
|
* @tsplus fluent fncts.io.Stream collectWhile
|
|
245
250
|
* @tsplus location "@fncts/io/Stream/api"
|
|
246
251
|
*/
|
|
247
|
-
export declare function collectWhile_<R, E, A, A1>(stream: Stream<R, E, A>, pf: (a: A) => Maybe<A1
|
|
252
|
+
export declare function collectWhile_<R, E, A, A1>(stream: Stream<R, E, A>, pf: (a: A) => Maybe<A1>, __tsplusTrace?: string): Stream<R, E, A1>;
|
|
248
253
|
/**
|
|
249
254
|
* Effectfully transforms all elements of the stream for as long as the specified partial function is defined.
|
|
250
255
|
*/
|
|
251
|
-
export declare function collectWhileIO_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, pf: (a: A) => Maybe<IO<R1, E1, B
|
|
256
|
+
export declare function collectWhileIO_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, pf: (a: A) => Maybe<IO<R1, E1, B>>, __tsplusTrace?: string): Stream<R | R1, E | E1, B>;
|
|
252
257
|
/**
|
|
253
258
|
* Combines the elements from this stream and the specified stream by repeatedly applying the
|
|
254
259
|
* function `f` to extract an element using both sides and conceptually "offer"
|
|
@@ -259,7 +264,7 @@ export declare function collectWhileIO_<R, E, A, R1, E1, B>(stream: Stream<R, E,
|
|
|
259
264
|
* @tsplus fluent fncts.io.Stream combine
|
|
260
265
|
* @tsplus location "@fncts/io/Stream/api"
|
|
261
266
|
*/
|
|
262
|
-
export declare function combine_<R, E, A, R1, E1, A1, S, R2, A2>(stream: Stream<R, E, A>, that: Stream<R1, E1, A1>, s: S, f: (s: S, eff1: IO<R, Maybe<E>, A>, eff2: IO<R1, Maybe<E1>, A1>) => IO<R2, never, Exit<Maybe<E | E1>, readonly [A2, S]
|
|
267
|
+
export declare function combine_<R, E, A, R1, E1, A1, S, R2, A2>(stream: Stream<R, E, A>, that: Stream<R1, E1, A1>, s: S, f: (s: S, eff1: IO<R, Maybe<E>, A>, eff2: IO<R1, Maybe<E1>, A1>) => IO<R2, never, Exit<Maybe<E | E1>, readonly [A2, S]>>, __tsplusTrace?: string): Stream<R | R1 | R2, E | E1, A2>;
|
|
263
268
|
/**
|
|
264
269
|
* Combines the chunks from this stream and the specified stream by repeatedly applying the
|
|
265
270
|
* function `f` to extract a chunk using both sides and conceptually "offer"
|
|
@@ -268,21 +273,21 @@ export declare function combine_<R, E, A, R1, E1, A1, S, R2, A2>(stream: Stream<
|
|
|
268
273
|
* @tsplus fluent fncts.io.Stream combineChunks
|
|
269
274
|
* @tsplus location "@fncts/io/Stream/api"
|
|
270
275
|
*/
|
|
271
|
-
export declare function combineChunks_<R, E, A, R1, E1, A1, S, R2, A2>(stream: Stream<R, E, A>, that: Stream<R1, E1, A1>, s: S, f: (s: S, l: IO<R, Maybe<E>, Conc<A>>, r: IO<R1, Maybe<E1>, Conc<A1>>) => IO<R2, never, Exit<Maybe<E | E1>, readonly [Conc<A2>, S]
|
|
276
|
+
export declare function combineChunks_<R, E, A, R1, E1, A1, S, R2, A2>(stream: Stream<R, E, A>, that: Stream<R1, E1, A1>, s: S, f: (s: S, l: IO<R, Maybe<E>, Conc<A>>, r: IO<R1, Maybe<E1>, Conc<A1>>) => IO<R2, never, Exit<Maybe<E | E1>, readonly [Conc<A2>, S]>>, __tsplusTrace?: string): Stream<R1 | R | R2, E | E1, A2>;
|
|
272
277
|
/**
|
|
273
278
|
* Concatenates the specified stream with this stream, resulting in a stream
|
|
274
279
|
* that emits the elements from this stream and then the elements from the specified stream.
|
|
275
280
|
* @tsplus fluent fncts.io.Stream concat
|
|
276
281
|
* @tsplus location "@fncts/io/Stream/api"
|
|
277
282
|
*/
|
|
278
|
-
export declare function concat_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>, that: Stream<R1, E1, A1
|
|
283
|
+
export declare function concat_<R, R1, E, E1, A, A1>(stream: Stream<R, E, A>, that: Stream<R1, E1, A1>, __tsplusTrace?: string): Stream<R | R1, E | E1, A | A1>;
|
|
279
284
|
/**
|
|
280
285
|
* Composes this stream with the specified stream to create a cartesian product of elements.
|
|
281
286
|
* The `that` stream would be run multiple times, for every element in the `this` stream.
|
|
282
287
|
* @tsplus fluent fncts.io.Stream cross
|
|
283
288
|
* @tsplus location "@fncts/io/Stream/api"
|
|
284
289
|
*/
|
|
285
|
-
export declare function cross_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, that: Stream<R1, E1, B
|
|
290
|
+
export declare function cross_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, that: Stream<R1, E1, B>, __tsplusTrace?: string): Stream<R | R1, E | E1, readonly [A, B]>;
|
|
286
291
|
/**
|
|
287
292
|
* Composes this stream with the specified stream to create a cartesian product of elements
|
|
288
293
|
* with a specified function.
|
|
@@ -290,25 +295,25 @@ export declare function cross_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, that
|
|
|
290
295
|
* @tsplus fluent fncts.io.Stream crossWith
|
|
291
296
|
* @tsplus location "@fncts/io/Stream/api"
|
|
292
297
|
*/
|
|
293
|
-
export declare function crossWith_<R, E, A, R1, E1, B, C>(fa: Stream<R, E, A>, fb: Stream<R1, E1, B>, f: (a: A, b: B) => C): Stream<R
|
|
298
|
+
export declare function crossWith_<R, E, A, R1, E1, B, C>(fa: Stream<R, E, A>, fb: Stream<R1, E1, B>, f: (a: A, b: B) => C, __tsplusTrace?: string): Stream<R | R1, E | E1, C>;
|
|
294
299
|
/**
|
|
295
300
|
* Provides some of the environment required to run this effect,
|
|
296
301
|
* leaving the remainder `R0`.
|
|
297
302
|
* @tsplus fluent fncts.io.Stream contramapEnvironment
|
|
298
303
|
* @tsplus location "@fncts/io/Stream/api"
|
|
299
304
|
*/
|
|
300
|
-
export declare function contramapEnvironment_<R, E, A, R0>(ra: Stream<R, E, A>, f: (r0: Environment<R0>) => Environment<R
|
|
305
|
+
export declare function contramapEnvironment_<R, E, A, R0>(ra: Stream<R, E, A>, f: (r0: Environment<R0>) => Environment<R>, __tsplusTrace?: string): Stream<R0, E, A>;
|
|
301
306
|
/**
|
|
302
307
|
* @tsplus fluent fncts.io.Stream debounce
|
|
303
308
|
* @tsplus location "@fncts/io/Stream/api"
|
|
304
309
|
*/
|
|
305
|
-
export declare function debounce_<R, E, A>(stream: Stream<R, E, A>, duration: Lazy<Duration
|
|
310
|
+
export declare function debounce_<R, E, A>(stream: Stream<R, E, A>, duration: Lazy<Duration>, __tsplusTrace?: string): Stream<R, E, A>;
|
|
306
311
|
/**
|
|
307
312
|
* Switches to the provided stream in case this one is empty.
|
|
308
313
|
* @tsplus fluent fncts.io.Stream defaultIfEmpty
|
|
309
314
|
* @tsplus location "@fncts/io/Stream/api"
|
|
310
315
|
*/
|
|
311
|
-
export declare function defaultIfEmpty_<R, E, A, R1, E1, B>(fa: Stream<R, E, A>, fb: Stream<R1, E1, B
|
|
316
|
+
export declare function defaultIfEmpty_<R, E, A, R1, E1, B>(fa: Stream<R, E, A>, fb: Stream<R1, E1, B>, __tsplusTrace?: string): Stream<R | R1, E | E1, A | B>;
|
|
312
317
|
/**
|
|
313
318
|
* More powerful version of `broadcast`. Allows to provide a function that determines what
|
|
314
319
|
* queues should receive which elements. The decide function will receive the indices of the queues
|
|
@@ -316,7 +321,7 @@ export declare function defaultIfEmpty_<R, E, A, R1, E1, B>(fa: Stream<R, E, A>,
|
|
|
316
321
|
* @tsplus fluent fncts.io.Stream distributedWith
|
|
317
322
|
* @tsplus location "@fncts/io/Stream/api"
|
|
318
323
|
*/
|
|
319
|
-
export declare function distributedWith_<R, E, A>(self: Stream<R, E, A>, n: number, maximumLag: number, decide: (_: A) => UIO<(_: number) => boolean
|
|
324
|
+
export declare function distributedWith_<R, E, A>(self: Stream<R, E, A>, n: number, maximumLag: number, decide: (_: A) => UIO<(_: number) => boolean>, __tsplusTrace?: string): IO<R | Scope, never, Conc<Queue.Dequeue<Exit<Maybe<E>, A>>>>;
|
|
320
325
|
/**
|
|
321
326
|
* More powerful version of `ZStream#distributedWith`. This returns a function that will produce
|
|
322
327
|
* new queues and corresponding indices.
|
|
@@ -327,34 +332,34 @@ export declare function distributedWith_<R, E, A>(self: Stream<R, E, A>, n: numb
|
|
|
327
332
|
* @tsplus fluent fncts.io.Stream distributedWithDynamic
|
|
328
333
|
* @tsplus location "@fncts/io/Stream/api"
|
|
329
334
|
*/
|
|
330
|
-
export declare function distributedWithDynamic_<R, E, A>(self: Stream<R, E, A>, maximumLag: number, decide: (a: A) => UIO<(_: symbol) => boolean>, done?: (exit: Exit<Maybe<E>, never>) => UIO<any
|
|
335
|
+
export declare function distributedWithDynamic_<R, E, A>(self: Stream<R, E, A>, maximumLag: number, decide: (a: A) => UIO<(_: symbol) => boolean>, done?: (exit: Exit<Maybe<E>, never>) => UIO<any>, __tsplusTrace?: string): IO<R | Scope, never, UIO<readonly [symbol, Queue.Dequeue<Exit<Maybe<E>, A>>]>>;
|
|
331
336
|
/**
|
|
332
337
|
* Converts this stream to a stream that executes its effects but emits no
|
|
333
338
|
* elements. Useful for sequencing effects using streams.
|
|
334
339
|
* @tsplus getter fncts.io.Stream drain
|
|
335
340
|
* @tsplus location "@fncts/io/Stream/api"
|
|
336
341
|
*/
|
|
337
|
-
export declare function drain<R, E, A>(fa: Stream<R, E, A
|
|
342
|
+
export declare function drain<R, E, A>(fa: Stream<R, E, A>, __tsplusTrace?: string): Stream<R, E, void>;
|
|
338
343
|
/**
|
|
339
344
|
* Drops the specified number of elements from this stream.
|
|
340
345
|
* @tsplus fluent fncts.io.Stream drop
|
|
341
346
|
* @tsplus location "@fncts/io/Stream/api"
|
|
342
347
|
*/
|
|
343
|
-
export declare function drop_<R, E, A>(stream: Stream<R, E, A>, n: number): Stream<R, E, A>;
|
|
348
|
+
export declare function drop_<R, E, A>(stream: Stream<R, E, A>, n: number, __tsplusTrace?: string): Stream<R, E, A>;
|
|
344
349
|
/**
|
|
345
350
|
* Drops all elements of the stream for as long as the specified predicate
|
|
346
351
|
* evaluates to `true`.
|
|
347
352
|
* @tsplus fluent fncts.io.Stream dropWhile
|
|
348
353
|
* @tsplus location "@fncts/io/Stream/api"
|
|
349
354
|
*/
|
|
350
|
-
export declare function dropWhile_<R, E, A>(stream: Stream<R, E, A>, p: Predicate<A
|
|
355
|
+
export declare function dropWhile_<R, E, A>(stream: Stream<R, E, A>, p: Predicate<A>, __tsplusTrace?: string): Stream<R, E, A>;
|
|
351
356
|
/**
|
|
352
357
|
* Drops all elements of the stream until the specified predicate evaluates
|
|
353
358
|
* to `true`.
|
|
354
359
|
* @tsplus fluent fncts.io.Stream dropUntil
|
|
355
360
|
* @tsplus location "@fncts/io/Stream/api"
|
|
356
361
|
*/
|
|
357
|
-
export declare function dropUntil_<R, E, A>(stream: Stream<R, E, A>, p: Predicate<A
|
|
362
|
+
export declare function dropUntil_<R, E, A>(stream: Stream<R, E, A>, p: Predicate<A>, __tsplusTrace?: string): Stream<R, E, A>;
|
|
358
363
|
/**
|
|
359
364
|
* Returns a stream whose failures and successes have been lifted into an
|
|
360
365
|
* `Either`. The resulting stream cannot fail, because the failures have
|
|
@@ -363,12 +368,12 @@ export declare function dropUntil_<R, E, A>(stream: Stream<R, E, A>, p: Predicat
|
|
|
363
368
|
* @tsplus getter fncts.io.Stream either
|
|
364
369
|
* @tsplus location "@fncts/io/Stream/api"
|
|
365
370
|
*/
|
|
366
|
-
export declare function either<R, E, A>(stream: Stream<R, E, A
|
|
371
|
+
export declare function either<R, E, A>(stream: Stream<R, E, A>, __tsplusTrace?: string): Stream<R, never, Either<E, A>>;
|
|
367
372
|
/**
|
|
368
373
|
* @tsplus static fncts.io.StreamOps empty
|
|
369
374
|
* @tsplus location "@fncts/io/Stream/api"
|
|
370
375
|
*/
|
|
371
|
-
export declare const empty: Stream<
|
|
376
|
+
export declare const empty: Stream<never, never, never>;
|
|
372
377
|
/**
|
|
373
378
|
* Halts the evaluation of this stream when the provided IO completes. The given IO
|
|
374
379
|
* will be forked as part of the returned stream, and its success will be discarded.
|
|
@@ -380,59 +385,59 @@ export declare const empty: Stream<unknown, never, never>;
|
|
|
380
385
|
* @tsplus fluent fncts.io.Stream endWhen
|
|
381
386
|
* @tsplus location "@fncts/io/Stream/api"
|
|
382
387
|
*/
|
|
383
|
-
export declare function endWhen_<R, E, A, R1, E1>(stream: Stream<R, E, A>, io: IO<R1, E1, any
|
|
388
|
+
export declare function endWhen_<R, E, A, R1, E1>(stream: Stream<R, E, A>, io: IO<R1, E1, any>, __tsplusTrace?: string): Stream<R | R1, E | E1, A>;
|
|
384
389
|
/**
|
|
385
390
|
* @tsplus fluent fncts.io.Stream ensuring
|
|
386
391
|
* @tsplus location "@fncts/io/Stream/api"
|
|
387
392
|
*/
|
|
388
|
-
export declare function ensuring_<R, E, A, R1>(self: Stream<R, E, A>, finalizer: IO<R1, never, any
|
|
393
|
+
export declare function ensuring_<R, E, A, R1>(self: Stream<R, E, A>, finalizer: IO<R1, never, any>, __tsplusTrace?: string): Stream<R | R1, E, A>;
|
|
389
394
|
/**
|
|
390
395
|
* @tsplus static fncts.io.StreamOps environment
|
|
391
396
|
* @tsplus location "@fncts/io/Stream/api"
|
|
392
397
|
*/
|
|
393
|
-
export declare function environment<R>(): Stream<R, never, Environment<R>>;
|
|
398
|
+
export declare function environment<R>(__tsplusTrace?: string): Stream<R, never, Environment<R>>;
|
|
394
399
|
/**
|
|
395
400
|
* Accesses the environment of the stream.
|
|
396
401
|
* @tsplus static fncts.io.StreamOps environmentWith
|
|
397
402
|
* @tsplus location "@fncts/io/Stream/api"
|
|
398
403
|
*/
|
|
399
|
-
export declare function environmentWith<R, A>(f: (r: Environment<R>) => A): Stream<R, never, A>;
|
|
404
|
+
export declare function environmentWith<R, A>(f: (r: Environment<R>) => A, __tsplusTrace?: string): Stream<R, never, A>;
|
|
400
405
|
/**
|
|
401
406
|
* Accesses the environment of the stream in the context of an effect.
|
|
402
407
|
* @tsplus static fncts.io.StreamOps environmentWithIO
|
|
403
408
|
* @tsplus location "@fncts/io/Stream/api"
|
|
404
409
|
*/
|
|
405
|
-
export declare function environmentWithIO<R0, R, E, A>(f: (r0: Environment<R0>) => IO<R, E, A
|
|
410
|
+
export declare function environmentWithIO<R0, R, E, A>(f: (r0: Environment<R0>) => IO<R, E, A>, __tsplusTrace?: string): Stream<R0 | R, E, A>;
|
|
406
411
|
/**
|
|
407
412
|
* Accesses the environment of the stream in the context of a stream.
|
|
408
413
|
* @tsplus static fncts.io.StreamOps environmentWithStream
|
|
409
414
|
* @tsplus location "@fncts/io/Stream/api"
|
|
410
415
|
*/
|
|
411
|
-
export declare function environmentWithStream<R0, R, E, A>(f: (r0: Environment<R0>) => Stream<R, E, A
|
|
416
|
+
export declare function environmentWithStream<R0, R, E, A>(f: (r0: Environment<R0>) => Stream<R, E, A>, __tsplusTrace?: string): Stream<R0 | R, E, A>;
|
|
412
417
|
/**
|
|
413
418
|
* Halt a stream with the specified error
|
|
414
419
|
* @tsplus static fncts.io.StreamOps failNow
|
|
415
420
|
* @tsplus location "@fncts/io/Stream/api"
|
|
416
421
|
*/
|
|
417
|
-
export declare function failNow<E>(error: E): Stream<
|
|
422
|
+
export declare function failNow<E>(error: E, __tsplusTrace?: string): Stream<never, E, never>;
|
|
418
423
|
/**
|
|
419
424
|
* Halt a stream with the specified error
|
|
420
425
|
* @tsplus static fncts.io.StreamOps fail
|
|
421
426
|
* @tsplus location "@fncts/io/Stream/api"
|
|
422
427
|
*/
|
|
423
|
-
export declare function fail<E>(error: Lazy<E
|
|
428
|
+
export declare function fail<E>(error: Lazy<E>, __tsplusTrace?: string): Stream<never, E, never>;
|
|
424
429
|
/**
|
|
425
430
|
* The stream that always halts with `cause`.
|
|
426
431
|
* @tsplus static fncts.io.StreamOps failCauseNow
|
|
427
432
|
* @tsplus location "@fncts/io/Stream/api"
|
|
428
433
|
*/
|
|
429
|
-
export declare function failCauseNow<E>(cause: Cause<E
|
|
434
|
+
export declare function failCauseNow<E>(cause: Cause<E>, __tsplusTrace?: string): Stream<never, E, never>;
|
|
430
435
|
/**
|
|
431
436
|
* The stream that always halts with `cause`.
|
|
432
437
|
* @tsplus static fncts.io.StreamOps failCause
|
|
433
438
|
* @tsplus location "@fncts/io/Stream/api"
|
|
434
439
|
*/
|
|
435
|
-
export declare function failCause<E>(cause: Lazy<Cause<E
|
|
440
|
+
export declare function failCause<E>(cause: Lazy<Cause<E>>, __tsplusTrace?: string): Stream<never, E, never>;
|
|
436
441
|
/**
|
|
437
442
|
* @tsplus fluent fncts.io.Stream filter
|
|
438
443
|
* @tsplus location "@fncts/io/Stream/api"
|
|
@@ -443,36 +448,36 @@ export declare function filter_<R, E, A>(fa: Stream<R, E, A>, predicate: Predica
|
|
|
443
448
|
* @tsplus fluent fncts.io.Stream filterIO
|
|
444
449
|
* @tsplus location "@fncts/io/Stream/api"
|
|
445
450
|
*/
|
|
446
|
-
export declare function filterIO_<R, E, A, R1, E1>(fa: Stream<R, E, A>, f: (a: A) => IO<R1, E1, boolean
|
|
451
|
+
export declare function filterIO_<R, E, A, R1, E1>(fa: Stream<R, E, A>, f: (a: A) => IO<R1, E1, boolean>, __tsplusTrace?: string): Stream<R | R1, E | E1, A>;
|
|
447
452
|
/**
|
|
448
453
|
* @tsplus fluent fncts.io.Stream filterMap
|
|
449
454
|
* @tsplus location "@fncts/io/Stream/api"
|
|
450
455
|
*/
|
|
451
|
-
export declare function filterMap_<R, E, A, B>(fa: Stream<R, E, A>, f: (a: A) => Maybe<B
|
|
456
|
+
export declare function filterMap_<R, E, A, B>(fa: Stream<R, E, A>, f: (a: A) => Maybe<B>, __tsplusTrace?: string): Stream<R, E, B>;
|
|
452
457
|
/**
|
|
453
458
|
* @tsplus fluent fncts.io.Stream filterMapIO
|
|
454
459
|
* @tsplus location "@fncts/io/Stream/api"
|
|
455
460
|
*/
|
|
456
|
-
export declare function filterMapIO_<R, E, A, R1, E1, B>(fa: Stream<R, E, A>, f: (a: A) => IO<R1, E1, Maybe<B
|
|
461
|
+
export declare function filterMapIO_<R, E, A, R1, E1, B>(fa: Stream<R, E, A>, f: (a: A) => IO<R1, E1, Maybe<B>>, __tsplusTrace?: string): Stream<R | R1, E | E1, B>;
|
|
457
462
|
/**
|
|
458
463
|
* Finds the first element emitted by this stream that satisfies the provided predicate.
|
|
459
464
|
* @tsplus fluent fncts.io.Stream find
|
|
460
465
|
* @tsplus location "@fncts/io/Stream/api"
|
|
461
466
|
*/
|
|
462
|
-
export declare function find_<R, E, A>(stream: Stream<R, E, A>, p: Predicate<A
|
|
467
|
+
export declare function find_<R, E, A>(stream: Stream<R, E, A>, p: Predicate<A>, __tsplusTrace?: string): Stream<R, E, A>;
|
|
463
468
|
/**
|
|
464
469
|
* Finds the first element emitted by this stream that satisfies the provided effectful predicate.
|
|
465
470
|
* @tsplus fluent fncts.io.Stream findIO
|
|
466
471
|
* @tsplus location "@fncts/io/Stream/api"
|
|
467
472
|
*/
|
|
468
|
-
export declare function findIO_<R, E, A, R1, E1>(stream: Stream<R, E, A>, f: (a: A) => IO<R1, E1, boolean
|
|
473
|
+
export declare function findIO_<R, E, A, R1, E1>(stream: Stream<R, E, A>, f: (a: A) => IO<R1, E1, boolean>, __tsplusTrace?: string): Stream<R | R1, E | E1, A>;
|
|
469
474
|
/**
|
|
470
475
|
* Flattens this stream-of-streams into a stream made of the concatenation in
|
|
471
476
|
* strict order of all the streams.
|
|
472
477
|
* @tsplus getter fncts.io.Stream flatten
|
|
473
478
|
* @tsplus location "@fncts/io/Stream/api"
|
|
474
479
|
*/
|
|
475
|
-
export declare function flatten<R, E, R1, E1, A>(self: Stream<R, E, Stream<R1, E1, A
|
|
480
|
+
export declare function flatten<R, E, R1, E1, A>(self: Stream<R, E, Stream<R1, E1, A>>, __tsplusTrace?: string): Stream<R | R1, E | E1, A>;
|
|
476
481
|
/**
|
|
477
482
|
* Unwraps `Exit` values that also signify end-of-stream by failing with `None`.
|
|
478
483
|
*
|
|
@@ -480,99 +485,99 @@ export declare function flatten<R, E, R1, E1, A>(self: Stream<R, E, Stream<R1, E
|
|
|
480
485
|
* @tsplus getter fncts.io.Stream flattenExitOption
|
|
481
486
|
* @tsplus location "@fncts/io/Stream/api"
|
|
482
487
|
*/
|
|
483
|
-
export declare function flattenExitOption<R, E, E1, A>(stream: Stream<R, E, Exit<Maybe<E1>, A
|
|
488
|
+
export declare function flattenExitOption<R, E, E1, A>(stream: Stream<R, E, Exit<Maybe<E1>, A>>, __tsplusTrace?: string): Stream<R, E | E1, A>;
|
|
484
489
|
/**
|
|
485
490
|
* Unwraps `Exit` values and flatten chunks that also signify end-of-stream by failing with `None`.
|
|
486
491
|
* @tsplus getter fncts.io.Stream flattenTake
|
|
487
492
|
* @tsplus location "@fncts/io/Stream/api"
|
|
488
493
|
*/
|
|
489
|
-
export declare function flattenTake<R, E, E1, A>(stream: Stream<R, E, Take<E1, A
|
|
494
|
+
export declare function flattenTake<R, E, E1, A>(stream: Stream<R, E, Take<E1, A>>, __tsplusTrace?: string): Stream<R, E | E1, A>;
|
|
490
495
|
/**
|
|
491
496
|
* Submerges the chunks carried by this stream into the stream's structure, while
|
|
492
497
|
* still preserving them.
|
|
493
498
|
* @tsplus getter fncts.io.Stream flattenChunks
|
|
494
499
|
* @tsplus location "@fncts/io/Stream/api"
|
|
495
500
|
*/
|
|
496
|
-
export declare function flattenChunks<R, E, A>(stream: Stream<R, E, Conc<A
|
|
501
|
+
export declare function flattenChunks<R, E, A>(stream: Stream<R, E, Conc<A>>, __tsplusTrace?: string): Stream<R, E, A>;
|
|
497
502
|
/**
|
|
498
503
|
* Repeats this stream forever.
|
|
499
504
|
* @tsplus getter fncts.io.Stream forever
|
|
500
505
|
* @tsplus location "@fncts/io/Stream/api"
|
|
501
506
|
*/
|
|
502
|
-
export declare function forever<R, E, A>(stream: Stream<R, E, A
|
|
507
|
+
export declare function forever<R, E, A>(stream: Stream<R, E, A>, __tsplusTrace?: string): Stream<R, E, A>;
|
|
503
508
|
/**
|
|
504
509
|
* Creates a stream from a `Chunk` of values
|
|
505
510
|
* @tsplus static fncts.io.StreamOps fromChunkNow
|
|
506
511
|
* @tsplus location "@fncts/io/Stream/api"
|
|
507
512
|
*/
|
|
508
|
-
export declare function fromChunkNow<O>(c: Conc<O
|
|
513
|
+
export declare function fromChunkNow<O>(c: Conc<O>, __tsplusTrace?: string): Stream<never, never, O>;
|
|
509
514
|
/**
|
|
510
515
|
* Creates a stream from a `Chunk` of values
|
|
511
516
|
* @tsplus static fncts.io.StreamOps fromChunk
|
|
512
517
|
* @tsplus location "@fncts/io/Stream/api"
|
|
513
518
|
*/
|
|
514
|
-
export declare function fromChunk<O>(c: Lazy<Conc<O
|
|
519
|
+
export declare function fromChunk<O>(c: Lazy<Conc<O>>, __tsplusTrace?: string): Stream<never, never, O>;
|
|
515
520
|
/**
|
|
516
521
|
* Creates a single-valued stream from a managed resource
|
|
517
522
|
* @tsplus static fncts.io.StreamOps scoped
|
|
518
523
|
* @tsplus location "@fncts/io/Stream/api"
|
|
519
524
|
*/
|
|
520
|
-
export declare function scoped<R, E, A>(stream: IO<R
|
|
525
|
+
export declare function scoped<R, E, A>(stream: IO<R, E, A>, __tsplusTrace?: string): Stream<Exclude<R, Scope>, E, A>;
|
|
521
526
|
/**
|
|
522
527
|
* Creates a stream from an effect producing a value of type `A`
|
|
523
528
|
* @tsplus static fncts.io.StreamOps fromIO
|
|
524
529
|
* @tsplus location "@fncts/io/Stream/api"
|
|
525
530
|
*/
|
|
526
|
-
export declare function fromIO<R, E, A>(fa: IO<R, E, A
|
|
531
|
+
export declare function fromIO<R, E, A>(fa: IO<R, E, A>, __tsplusTrace?: string): Stream<R, E, A>;
|
|
527
532
|
/**
|
|
528
533
|
* Creates a stream from an effect producing a value of type `A` or an empty Stream
|
|
529
534
|
* @tsplus static fncts.io.StreamOps fromIOMaybe
|
|
530
535
|
* @tsplus location "@fncts/io/Stream/api"
|
|
531
536
|
*/
|
|
532
|
-
export declare function fromIOMaybe<R, E, A>(fa: IO<R, Maybe<E>, A
|
|
537
|
+
export declare function fromIOMaybe<R, E, A>(fa: IO<R, Maybe<E>, A>, __tsplusTrace?: string): Stream<R, E, A>;
|
|
533
538
|
/**
|
|
534
539
|
* @tsplus static fncts.io.StreamOps fromAsyncIterable
|
|
535
540
|
* @tsplus location "@fncts/io/Stream/api"
|
|
536
541
|
*/
|
|
537
|
-
export declare function fromAsyncIterable<A>(iterable: AsyncIterable<A
|
|
542
|
+
export declare function fromAsyncIterable<A>(iterable: AsyncIterable<A>, __tsplusTrace?: string): Stream<unknown, never, A>;
|
|
538
543
|
/**
|
|
539
544
|
* @tsplus static fncts.io.StreamOps fromIterable
|
|
540
545
|
* @tsplus location "@fncts/io/Stream/api"
|
|
541
546
|
*/
|
|
542
|
-
export declare function fromIterable<A>(iterable: Iterable<A>, maxChunkSize?: number): Stream<unknown, never, A>;
|
|
547
|
+
export declare function fromIterable<A>(iterable: Iterable<A>, maxChunkSize?: number, __tsplusTrace?: string): Stream<unknown, never, A>;
|
|
543
548
|
/**
|
|
544
549
|
* @tsplus static fncts.io.StreamOps fromIterableSingle
|
|
545
550
|
* @tsplus location "@fncts/io/Stream/api"
|
|
546
551
|
*/
|
|
547
|
-
export declare function fromIterableSingle<A>(iterable: Iterable<A
|
|
552
|
+
export declare function fromIterableSingle<A>(iterable: Iterable<A>, __tsplusTrace?: string): Stream<unknown, never, A>;
|
|
548
553
|
/**
|
|
549
554
|
* @tsplus static fncts.io.StreamOps fromPull
|
|
550
555
|
* @tsplus location "@fncts/io/Stream/api"
|
|
551
556
|
*/
|
|
552
|
-
export declare function fromPull<R, E, A>(scopedPull: IO<R
|
|
557
|
+
export declare function fromPull<R, E, A>(scopedPull: IO<R, never, IO<R, Maybe<E>, Conc<A>>>, __tsplusTrace?: string): Stream<Exclude<R, Scope>, E, A>;
|
|
553
558
|
/**
|
|
554
559
|
* Creates a stream from a `Queue` of values
|
|
555
560
|
* @tsplus static fncts.io.StreamOps fromQueue
|
|
556
561
|
* @tsplus location "@fncts/io/Stream/api"
|
|
557
562
|
*/
|
|
558
|
-
export declare function fromQueue_<R, E, O>(queue: PQueue<never, R, unknown, E, never, O>, maxChunkSize?: number): Stream<R, E, O>;
|
|
563
|
+
export declare function fromQueue_<R, E, O>(queue: PQueue<never, R, unknown, E, never, O>, maxChunkSize?: number, __tsplusTrace?: string): Stream<R, E, O>;
|
|
559
564
|
/**
|
|
560
565
|
* @tsplus static fncts.io.StreamOps fromQueueWithShutdown
|
|
561
566
|
* @tsplus location "@fncts/io/Stream/api"
|
|
562
567
|
*/
|
|
563
|
-
export declare function fromQueueWithShutdown<R, E, A>(queue: PQueue<never, R, unknown, E, never, A>, maxChunkSize?: number): Stream<R, E, A>;
|
|
568
|
+
export declare function fromQueueWithShutdown<R, E, A>(queue: PQueue<never, R, unknown, E, never, A>, maxChunkSize?: number, __tsplusTrace?: string): Stream<R, E, A>;
|
|
564
569
|
/**
|
|
565
570
|
* Halt a stream with the specified exception
|
|
566
571
|
* @tsplus static fncts.io.StreamOps haltNow
|
|
567
572
|
* @tsplus location "@fncts/io/Stream/api"
|
|
568
573
|
*/
|
|
569
|
-
export declare function haltNow(u: unknown): Stream<
|
|
574
|
+
export declare function haltNow(u: unknown, __tsplusTrace?: string): Stream<never, never, never>;
|
|
570
575
|
/**
|
|
571
576
|
* Halt a stream with the specified exception
|
|
572
577
|
* @tsplus static fncts.io.StreamOps halt
|
|
573
578
|
* @tsplus location "@fncts/io/Stream/api"
|
|
574
579
|
*/
|
|
575
|
-
export declare function halt(u: Lazy<unknown
|
|
580
|
+
export declare function halt(u: Lazy<unknown>, __tsplusTrace?: string): Stream<never, never, never>;
|
|
576
581
|
/**
|
|
577
582
|
* Halts the evaluation of this stream when the provided IO completes. The
|
|
578
583
|
* given IO will be forked as part of the returned stream, and its success
|
|
@@ -585,7 +590,7 @@ export declare function halt(u: Lazy<unknown>): Stream<unknown, never, never>;
|
|
|
585
590
|
* @tsplus fluent fncts.io.Stream haltWhen
|
|
586
591
|
* @tsplus location "@fncts/io/Stream/api"
|
|
587
592
|
*/
|
|
588
|
-
export declare function haltWhen_<R, E, A, R1, E1>(fa: Stream<R, E, A>, io: IO<R1, E1, any
|
|
593
|
+
export declare function haltWhen_<R, E, A, R1, E1>(fa: Stream<R, E, A>, io: IO<R1, E1, any>, __tsplusTrace?: string): Stream<R | R1, E | E1, A>;
|
|
589
594
|
/**
|
|
590
595
|
* Halts the evaluation of this stream when the provided promise resolves.
|
|
591
596
|
*
|
|
@@ -593,12 +598,12 @@ export declare function haltWhen_<R, E, A, R1, E1>(fa: Stream<R, E, A>, io: IO<R
|
|
|
593
598
|
* @tsplus fluent fncts.io.Stream haltWhen
|
|
594
599
|
* @tsplus location "@fncts/io/Stream/api"
|
|
595
600
|
*/
|
|
596
|
-
export declare function haltWhenFuture_<R, E, A, E1>(fa: Stream<R, E, A>, future: Future<E1, any
|
|
601
|
+
export declare function haltWhenFuture_<R, E, A, E1>(fa: Stream<R, E, A>, future: Future<E1, any>, __tsplusTrace?: string): Stream<R, E | E1, A>;
|
|
597
602
|
/**
|
|
598
603
|
* @tsplus fluent fncts.io.Stream interleave
|
|
599
604
|
* @tsplus location "@fncts/io/Stream/api"
|
|
600
605
|
*/
|
|
601
|
-
export declare function interleave_<R, E, A, R1, E1, B>(sa: Stream<R, E, A>, sb: Stream<R1, E1, B
|
|
606
|
+
export declare function interleave_<R, E, A, R1, E1, B>(sa: Stream<R, E, A>, sb: Stream<R1, E1, B>, __tsplusTrace?: string): Stream<R | R1, E | E1, A | B>;
|
|
602
607
|
/**
|
|
603
608
|
* Combines this stream and the specified stream deterministically using the
|
|
604
609
|
* stream of boolean values `b` to control which stream to pull from next.
|
|
@@ -609,11 +614,11 @@ export declare function interleave_<R, E, A, R1, E1, B>(sa: Stream<R, E, A>, sb:
|
|
|
609
614
|
* @tsplus fluent fncts.io.Stream interleaveWith
|
|
610
615
|
* @tsplus location "@fncts/io/Stream/api"
|
|
611
616
|
*/
|
|
612
|
-
export declare function interleaveWith_<R, E, A, R1, E1, B, R2, E2>(sa: Stream<R, E, A>, sb: Stream<R1, E1, B>, b: Stream<R2, E2, boolean
|
|
617
|
+
export declare function interleaveWith_<R, E, A, R1, E1, B, R2, E2>(sa: Stream<R, E, A>, sb: Stream<R1, E1, B>, b: Stream<R2, E2, boolean>, __tsplusTrace?: string): Stream<R | R1 | R2, E | E1 | E2, A | B>;
|
|
613
618
|
/**
|
|
614
619
|
* Intersperse stream with provided element
|
|
615
620
|
*/
|
|
616
|
-
export declare function intersperse_<R, E, A, A1>(stream: Stream<R, E, A>, middle: A1): Stream<R, E, A | A1>;
|
|
621
|
+
export declare function intersperse_<R, E, A, A1>(stream: Stream<R, E, A>, middle: A1, __tsplusTrace?: string): Stream<R, E, A | A1>;
|
|
617
622
|
/**
|
|
618
623
|
* Interrupts the evaluation of this stream when the provided IO completes. The given
|
|
619
624
|
* IO will be forked as part of this stream, and its success will be discarded. This
|
|
@@ -624,89 +629,89 @@ export declare function intersperse_<R, E, A, A1>(stream: Stream<R, E, A>, middl
|
|
|
624
629
|
* @tsplus fluent fncts.io.Stream interruptWhen
|
|
625
630
|
* @tsplus location "@fncts/io/Stream/api"
|
|
626
631
|
*/
|
|
627
|
-
export declare function interruptWhen_<R, E, A, R1, E1>(stream: Stream<R, E, A>, io: IO<R1, E1, any
|
|
632
|
+
export declare function interruptWhen_<R, E, A, R1, E1>(stream: Stream<R, E, A>, io: IO<R1, E1, any>, __tsplusTrace?: string): Stream<R | R1, E | E1, A>;
|
|
628
633
|
/**
|
|
629
634
|
* @tsplus fluent fncts.io.Stream interruptWhen
|
|
630
635
|
* @tsplus location "@fncts/io/Stream/api"
|
|
631
636
|
*/
|
|
632
|
-
export declare function interruptWhenFuture_<R, E, A, E1>(fa: Stream<R, E, A>, future: Future<E1, unknown
|
|
637
|
+
export declare function interruptWhenFuture_<R, E, A, E1>(fa: Stream<R, E, A>, future: Future<E1, unknown>, __tsplusTrace?: string): Stream<R, E | E1, A>;
|
|
633
638
|
/**
|
|
634
639
|
* Transforms the elements of this stream using the supplied function.
|
|
635
640
|
* @tsplus fluent fncts.io.Stream map
|
|
636
641
|
* @tsplus location "@fncts/io/Stream/api"
|
|
637
642
|
*/
|
|
638
|
-
export declare function map_<R, E, A, B>(stream: Stream<R, E, A>, f: (o: A) => B): Stream<R, E, B>;
|
|
643
|
+
export declare function map_<R, E, A, B>(stream: Stream<R, E, A>, f: (o: A) => B, __tsplusTrace?: string): Stream<R, E, B>;
|
|
639
644
|
/**
|
|
640
645
|
* Statefully maps over the elements of this stream to produce new elements.
|
|
641
646
|
* @tsplus fluent fncts.io.Stream mapAccum
|
|
642
647
|
* @tsplus location "@fncts/io/Stream/api"
|
|
643
648
|
*/
|
|
644
|
-
export declare function mapAccum_<R, E, A, S, B>(stream: Stream<R, E, A>, s: S, f: (s: S, a: A) => readonly [S, B]): Stream<R, E, B>;
|
|
649
|
+
export declare function mapAccum_<R, E, A, S, B>(stream: Stream<R, E, A>, s: S, f: (s: S, a: A) => readonly [S, B], __tsplusTrace?: string): Stream<R, E, B>;
|
|
645
650
|
/**
|
|
646
651
|
* Statefully and effectfully maps over the elements of this stream to produce
|
|
647
652
|
* new elements.
|
|
648
653
|
* @tsplus fluent fncts.io.Stream mapAccumIO
|
|
649
654
|
* @tsplus location "@fncts/io/Stream/api"
|
|
650
655
|
*/
|
|
651
|
-
export declare function mapAccumIO_<R, E, A, R1, E1, S, B>(stream: Stream<R, E, A>, s: S, f: (s: S, a: A) => IO<R1, E1, readonly [B, S]
|
|
656
|
+
export declare function mapAccumIO_<R, E, A, R1, E1, S, B>(stream: Stream<R, E, A>, s: S, f: (s: S, a: A) => IO<R1, E1, readonly [B, S]>, __tsplusTrace?: string): Stream<R | R1, E | E1, B>;
|
|
652
657
|
/**
|
|
653
658
|
* Transforms the chunks emitted by this stream.
|
|
654
659
|
* @tsplus fluent fncts.io.Stream mapChunks
|
|
655
660
|
* @tsplus location "@fncts/io/Stream/api"
|
|
656
661
|
*/
|
|
657
|
-
export declare function mapChunks_<R, E, A, A1>(stream: Stream<R, E, A>, f: (chunk: Conc<A>) => Conc<A1
|
|
662
|
+
export declare function mapChunks_<R, E, A, A1>(stream: Stream<R, E, A>, f: (chunk: Conc<A>) => Conc<A1>, __tsplusTrace?: string): Stream<R, E, A1>;
|
|
658
663
|
/**
|
|
659
664
|
* Effectfully transforms the chunks emitted by this stream.
|
|
660
665
|
* @tsplus fluent fncts.io.Stream mapChunksIO
|
|
661
666
|
* @tsplus location "@fncts/io/Stream/api"
|
|
662
667
|
*/
|
|
663
|
-
export declare function mapChunksIO_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, f: (chunk: Conc<A>) => IO<R1, E1, Conc<B
|
|
668
|
+
export declare function mapChunksIO_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, f: (chunk: Conc<A>) => IO<R1, E1, Conc<B>>, __tsplusTrace?: string): Stream<R | R1, E | E1, B>;
|
|
664
669
|
/**
|
|
665
670
|
* Maps each element to an iterable, and flattens the iterables into the
|
|
666
671
|
* output of this stream.
|
|
667
672
|
* @tsplus fluent fncts.io.Stream mapConcat
|
|
668
673
|
* @tsplus location "@fncts/io/Stream/api"
|
|
669
674
|
*/
|
|
670
|
-
export declare function mapConcat_<R, E, A, B>(stream: Stream<R, E, A>, f: (a: A) => Iterable<B
|
|
675
|
+
export declare function mapConcat_<R, E, A, B>(stream: Stream<R, E, A>, f: (a: A) => Iterable<B>, __tsplusTrace?: string): Stream<R, E, B>;
|
|
671
676
|
/**
|
|
672
677
|
* Maps each element to a chunk, and flattens the chunks into the output of
|
|
673
678
|
* this stream.
|
|
674
679
|
* @tsplus fluent fncts.io.Stream mapConcatChunk
|
|
675
680
|
* @tsplus location "@fncts/io/Stream/api"
|
|
676
681
|
*/
|
|
677
|
-
export declare function mapConcatChunk_<R, E, A, B>(stream: Stream<R, E, A>, f: (a: A) => Conc<B
|
|
682
|
+
export declare function mapConcatChunk_<R, E, A, B>(stream: Stream<R, E, A>, f: (a: A) => Conc<B>, __tsplusTrace?: string): Stream<R, E, B>;
|
|
678
683
|
/**
|
|
679
684
|
* Effectfully maps each element to a chunk, and flattens the chunks into
|
|
680
685
|
* the output of this stream.
|
|
681
686
|
* @tsplus fluent fncts.io.Stream mapConcatChunkIO
|
|
682
687
|
* @tsplus location "@fncts/io/Stream/api"
|
|
683
688
|
*/
|
|
684
|
-
export declare function mapConcatChunkIO_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, f: (a: A) => IO<R1, E1, Conc<B
|
|
689
|
+
export declare function mapConcatChunkIO_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, f: (a: A) => IO<R1, E1, Conc<B>>, __tsplusTrace?: string): Stream<R | R1, E | E1, B>;
|
|
685
690
|
/**
|
|
686
691
|
* Effectfully maps each element to an iterable, and flattens the iterables into
|
|
687
692
|
* the output of this stream.
|
|
688
693
|
* @tsplus fluent fncts.io.Stream mapConcatIO
|
|
689
694
|
* @tsplus location "@fncts/io/Stream/api"
|
|
690
695
|
*/
|
|
691
|
-
export declare function mapConcatIO_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, f: (a: A) => IO<R1, E1, Iterable<B
|
|
696
|
+
export declare function mapConcatIO_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, f: (a: A) => IO<R1, E1, Iterable<B>>, __tsplusTrace?: string): Stream<R | R1, E | E1, B>;
|
|
692
697
|
/**
|
|
693
698
|
* Transforms the errors emitted by this stream using `f`.
|
|
694
699
|
* @tsplus fluent fncts.io.Stream mapError
|
|
695
700
|
* @tsplus location "@fncts/io/Stream/api"
|
|
696
701
|
*/
|
|
697
|
-
export declare function mapError_<R, E, E1, A>(stream: Stream<R, E, A>, f: (e: E) => E1): Stream<R, E1, A>;
|
|
702
|
+
export declare function mapError_<R, E, E1, A>(stream: Stream<R, E, A>, f: (e: E) => E1, __tsplusTrace?: string): Stream<R, E1, A>;
|
|
698
703
|
/**
|
|
699
704
|
* Transforms the full causes of failures emitted by this stream.
|
|
700
705
|
* @tsplus fluent fncts.io.Stream mapErrorCause
|
|
701
706
|
* @tsplus location "@fncts/io/Stream/api"
|
|
702
707
|
*/
|
|
703
|
-
export declare function mapErrorCause_<R, E, A, E1>(fa: Stream<R, E, A>, f: (e: Cause<E>) => Cause<E1
|
|
708
|
+
export declare function mapErrorCause_<R, E, A, E1>(fa: Stream<R, E, A>, f: (e: Cause<E>) => Cause<E1>, __tsplusTrace?: string): Stream<R, E1, A>;
|
|
704
709
|
/**
|
|
705
710
|
* Maps over elements of the stream with the specified effectful function.
|
|
706
711
|
* @tsplus fluent fncts.io.Stream mapIO
|
|
707
712
|
* @tsplus location "@fncts/io/Stream/api"
|
|
708
713
|
*/
|
|
709
|
-
export declare function mapIO_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, f: (a: A) => IO<R1, E1, B
|
|
714
|
+
export declare function mapIO_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, f: (a: A) => IO<R1, E1, B>, __tsplusTrace?: string): Stream<R | R1, E | E1, B>;
|
|
710
715
|
/**
|
|
711
716
|
* Maps over elements of the stream with the specified effectful function,
|
|
712
717
|
* executing up to `n` invocations of `f` concurrently. Transformed elements
|
|
@@ -715,7 +720,7 @@ export declare function mapIO_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, f: (
|
|
|
715
720
|
* @tsplus fluent fncts.io.Stream mapIOC
|
|
716
721
|
* @tsplus location "@fncts/io/Stream/api"
|
|
717
722
|
*/
|
|
718
|
-
export declare function mapIOC_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, n: number, f: (a: A) => IO<R1, E1, B
|
|
723
|
+
export declare function mapIOC_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, n: number, f: (a: A) => IO<R1, E1, B>, __tsplusTrace?: string): Stream<R | R1, E | E1, B>;
|
|
719
724
|
/**
|
|
720
725
|
* Maps each element of this stream to another stream and returns the
|
|
721
726
|
* non-deterministic merge of those streams, executing up to `n` inner streams
|
|
@@ -724,7 +729,7 @@ export declare function mapIOC_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, n:
|
|
|
724
729
|
* @tsplus fluent fncts.io.Stream mergeMap
|
|
725
730
|
* @tsplus location "@fncts/io/Stream/api"
|
|
726
731
|
*/
|
|
727
|
-
export declare function mergeMap_<R, E, A, R1, E1, B>(ma: Stream<R, E, A>, f: (a: A) => Stream<R1, E1, B>, n: number, bufferSize?: number): Stream<R
|
|
732
|
+
export declare function mergeMap_<R, E, A, R1, E1, B>(ma: Stream<R, E, A>, f: (a: A) => Stream<R1, E1, B>, n: number, bufferSize?: number, __tsplusTrace?: string): Stream<R | R1, E | E1, B>;
|
|
728
733
|
/**
|
|
729
734
|
* Maps over elements of the stream with the specified effectful function,
|
|
730
735
|
* executing up to `n` invocations of `f` concurrently. The element order
|
|
@@ -732,19 +737,19 @@ export declare function mergeMap_<R, E, A, R1, E1, B>(ma: Stream<R, E, A>, f: (a
|
|
|
732
737
|
* @tsplus fluent fncts.io.Stream mergeMapIO
|
|
733
738
|
* @tsplus location "@fncts/io/Stream/api"
|
|
734
739
|
*/
|
|
735
|
-
export declare function mergeMapIO_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, f: (a: A) => IO<R1, E1, B>, n: number, bufferSize?: number): Stream<R
|
|
740
|
+
export declare function mergeMapIO_<R, E, A, R1, E1, B>(stream: Stream<R, E, A>, f: (a: A) => IO<R1, E1, B>, n: number, bufferSize?: number, __tsplusTrace?: string): Stream<R | R1, E | E1, B>;
|
|
736
741
|
/**
|
|
737
742
|
* @tsplus fluent fncts.io.Stream mergeEither
|
|
738
743
|
* @tsplus location "@fncts/io/Stream/api"
|
|
739
744
|
*/
|
|
740
|
-
export declare function mergeEither_<R, E, A, R1, E1, B>(fa: Stream<R, E, A>, fb: Stream<R1, E1, B
|
|
741
|
-
export declare function mergeWithHandler<R, E>(terminate: boolean): (exit: Exit<E, unknown>) => MergeDecision<R, E, unknown, E, unknown>;
|
|
745
|
+
export declare function mergeEither_<R, E, A, R1, E1, B>(fa: Stream<R, E, A>, fb: Stream<R1, E1, B>, __tsplusTrace?: string): Stream<R | R1, E | E1, Either<A, B>>;
|
|
746
|
+
export declare function mergeWithHandler<R, E>(terminate: boolean, __tsplusTrace?: string): (exit: Exit<E, unknown>) => MergeDecision<R, E, unknown, E, unknown>;
|
|
742
747
|
export declare type TerminationStrategy = "Left" | "Right" | "Both" | "Either";
|
|
743
748
|
/**
|
|
744
749
|
* @tsplus fluent fncts.io.Stream mergeWith
|
|
745
750
|
* @tsplus location "@fncts/io/Stream/api"
|
|
746
751
|
*/
|
|
747
|
-
export declare function mergeWith_<R, E, A, R1, E1, A1, B, C>(sa: Stream<R, E, A>, sb: Stream<R1, E1, A1>, l: (a: A) => B, r: (b: A1) => C, strategy?: TerminationStrategy): Stream<R
|
|
752
|
+
export declare function mergeWith_<R, E, A, R1, E1, A1, B, C>(sa: Stream<R, E, A>, sb: Stream<R1, E1, A1>, l: (a: A) => B, r: (b: A1) => C, strategy?: TerminationStrategy, __tsplusTrace?: string): Stream<R | R1, E | E1, B | C>;
|
|
748
753
|
/**
|
|
749
754
|
* Runs the specified effect if this stream fails, providing the error to the effect if it exists.
|
|
750
755
|
*
|
|
@@ -752,7 +757,7 @@ export declare function mergeWith_<R, E, A, R1, E1, A1, B, C>(sa: Stream<R, E, A
|
|
|
752
757
|
* @tsplus fluent fncts.io.Stream onError
|
|
753
758
|
* @tsplus location "@fncts/io/Stream/api"
|
|
754
759
|
*/
|
|
755
|
-
export declare function onError_<R, E, A, R1>(stream: Stream<R, E, A>, cleanup: (e: Cause<E>) => IO<R1, never, any
|
|
760
|
+
export declare function onError_<R, E, A, R1>(stream: Stream<R, E, A>, cleanup: (e: Cause<E>) => IO<R1, never, any>, __tsplusTrace?: string): Stream<R | R1, E, A>;
|
|
756
761
|
/**
|
|
757
762
|
* Switches to the provided stream in case this one fails with a typed error.
|
|
758
763
|
*
|
|
@@ -760,7 +765,7 @@ export declare function onError_<R, E, A, R1>(stream: Stream<R, E, A>, cleanup:
|
|
|
760
765
|
* @tsplus fluent fncts.io.Stream orElse
|
|
761
766
|
* @tsplus location "@fncts/io/Stream/api"
|
|
762
767
|
*/
|
|
763
|
-
export declare function orElse_<R, E, A, R1, E1, A1>(stream: Stream<R, E, A>, that: Lazy<Stream<R1, E1, A1
|
|
768
|
+
export declare function orElse_<R, E, A, R1, E1, A1>(stream: Stream<R, E, A>, that: Lazy<Stream<R1, E1, A1>>, __tsplusTrace?: string): Stream<R | R1, E1, A | A1>;
|
|
764
769
|
/**
|
|
765
770
|
* Switches to the provided stream in case this one fails with a typed error.
|
|
766
771
|
*
|
|
@@ -768,7 +773,7 @@ export declare function orElse_<R, E, A, R1, E1, A1>(stream: Stream<R, E, A>, th
|
|
|
768
773
|
* @tsplus fluent fncts.io.Stream orElseEither
|
|
769
774
|
* @tsplus location "@fncts/io/Stream/api"
|
|
770
775
|
*/
|
|
771
|
-
export declare function orElseEither_<R, E, A, R1, E1, A1>(stream: Stream<R, E, A>, that: Lazy<Stream<R1, E1, A1
|
|
776
|
+
export declare function orElseEither_<R, E, A, R1, E1, A1>(stream: Stream<R, E, A>, that: Lazy<Stream<R1, E1, A1>>, __tsplusTrace?: string): Stream<R | R1, E1, Either<A, A1>>;
|
|
772
777
|
/**
|
|
773
778
|
* Fails with given error in case this one fails with a typed error.
|
|
774
779
|
*
|
|
@@ -776,31 +781,31 @@ export declare function orElseEither_<R, E, A, R1, E1, A1>(stream: Stream<R, E,
|
|
|
776
781
|
* @tsplus fluent fncts.io.Stream orElseFail
|
|
777
782
|
* @tsplus location "@fncts/io/Stream/api"
|
|
778
783
|
*/
|
|
779
|
-
export declare function orElseFail_<R, E, A, E1>(stream: Stream<R, E, A>, e: Lazy<E1
|
|
784
|
+
export declare function orElseFail_<R, E, A, E1>(stream: Stream<R, E, A>, e: Lazy<E1>, __tsplusTrace?: string): Stream<R, E1, A>;
|
|
780
785
|
/**
|
|
781
786
|
* Switches to the provided stream in case this one fails with the `None` value.
|
|
782
787
|
*
|
|
783
788
|
* See also Stream#catchAll.
|
|
784
789
|
*/
|
|
785
|
-
export declare function orElseOptional_<R, E, A, R1, E1, A1>(stream: Stream<R, Maybe<E>, A>, that: Lazy<Stream<R1, Maybe<E1>, A1
|
|
790
|
+
export declare function orElseOptional_<R, E, A, R1, E1, A1>(stream: Stream<R, Maybe<E>, A>, that: Lazy<Stream<R1, Maybe<E1>, A1>>, __tsplusTrace?: string): Stream<R | R1, Maybe<E | E1>, A | A1>;
|
|
786
791
|
/**
|
|
787
792
|
* Succeeds with the specified value if this one fails with a typed error.
|
|
788
793
|
* @tsplus fluent fncts.io.Stream orElseSucceed
|
|
789
794
|
* @tsplus location "@fncts/io/Stream/api"
|
|
790
795
|
*/
|
|
791
|
-
export declare function orElseSucceed_<R, E, A, A1>(stream: Stream<R, E, A>, a: Lazy<A1
|
|
796
|
+
export declare function orElseSucceed_<R, E, A, A1>(stream: Stream<R, E, A>, a: Lazy<A1>, __tsplusTrace?: string): Stream<R, never, A | A1>;
|
|
792
797
|
/**
|
|
793
798
|
* @tsplus fluent fncts.io.Stream pipeThrough
|
|
794
799
|
* @tsplus location "@fncts/io/Stream/api"
|
|
795
800
|
*/
|
|
796
|
-
export declare function pipeThrough_<R, E, A, R1, E1, L, Z>(ma: Stream<R, E, A>, sa: Sink<R1, E1, A, L, Z
|
|
801
|
+
export declare function pipeThrough_<R, E, A, R1, E1, L, Z>(ma: Stream<R, E, A>, sa: Sink<R1, E1, A, L, Z>, __tsplusTrace?: string): Stream<R | R1, E | E1, L>;
|
|
797
802
|
/**
|
|
798
803
|
* Provides the stream with its required environment, which eliminates
|
|
799
804
|
* its dependency on `R`.
|
|
800
805
|
* @tsplus fluent fncts.io.Stream provideEnvironment
|
|
801
806
|
* @tsplus location "@fncts/io/Stream/api"
|
|
802
807
|
*/
|
|
803
|
-
export declare function provideEnvironment_<R, E, A>(ra: Stream<R, E, A>, r: Environment<R
|
|
808
|
+
export declare function provideEnvironment_<R, E, A>(ra: Stream<R, E, A>, r: Environment<R>, __tsplusTrace?: string): Stream<never, E, A>;
|
|
804
809
|
/**
|
|
805
810
|
* @tsplus fluent fncts.io.Stream provideLayer
|
|
806
811
|
* @tsplus location "@fncts/io/Stream/api"
|
|
@@ -810,7 +815,7 @@ export declare function provideLayer_<RIn, E, ROut, E1, A>(self: Stream<ROut, E,
|
|
|
810
815
|
* @tsplus fluent fncts.io.Stream provideSomeLayer
|
|
811
816
|
* @tsplus location "@fncts/io/Stream/api"
|
|
812
817
|
*/
|
|
813
|
-
export declare function provideSomeLayer_<R, E, A, RIn, E1, ROut>(self: Stream<R, E, A>, layer: Layer<RIn, E1, ROut>, __tsplusTrace?: string): Stream<RIn
|
|
818
|
+
export declare function provideSomeLayer_<R, E, A, RIn, E1, ROut>(self: Stream<R, E, A>, layer: Layer<RIn, E1, ROut>, __tsplusTrace?: string): Stream<RIn | Exclude<R, ROut>, E | E1, A>;
|
|
814
819
|
/**
|
|
815
820
|
* Re-chunks the elements of the stream into chunks of
|
|
816
821
|
* `n` elements each.
|
|
@@ -818,150 +823,150 @@ export declare function provideSomeLayer_<R, E, A, RIn, E1, ROut>(self: Stream<R
|
|
|
818
823
|
* @tsplus fluent fncts.io.Stream rechunk
|
|
819
824
|
* @tsplus location "@fncts/io/Stream/api"
|
|
820
825
|
*/
|
|
821
|
-
export declare function rechunk_<R, E, A>(stream: Stream<R, E, A>, n: number): Stream<R, E, A>;
|
|
826
|
+
export declare function rechunk_<R, E, A>(stream: Stream<R, E, A>, n: number, __tsplusTrace?: string): Stream<R, E, A>;
|
|
822
827
|
/**
|
|
823
828
|
* Repeats the provided value infinitely.
|
|
824
829
|
* @tsplus static fncts.io.StreamOps repeatValue
|
|
825
830
|
* @tsplus location "@fncts/io/Stream/api"
|
|
826
831
|
*/
|
|
827
|
-
export declare function repeatValue<A>(a: A): Stream<unknown, never, A>;
|
|
832
|
+
export declare function repeatValue<A>(a: A, __tsplusTrace?: string): Stream<unknown, never, A>;
|
|
828
833
|
/**
|
|
829
834
|
* Creates a stream from an effect producing a value of type `A` which repeats forever.
|
|
830
835
|
* @tsplus static fncts.io.StreamOps repeatIO
|
|
831
836
|
* @tsplus location "@fncts/io/Stream/api"
|
|
832
837
|
*/
|
|
833
|
-
export declare function repeatIO<R, E, A>(fa: IO<R, E, A
|
|
838
|
+
export declare function repeatIO<R, E, A>(fa: IO<R, E, A>, __tsplusTrace?: string): Stream<R, E, A>;
|
|
834
839
|
/**
|
|
835
840
|
* Creates a stream from an effect producing values of type `A` until it fails with None.
|
|
836
841
|
* @tsplus static fncts.io.StreamOps repeatIOMaybe
|
|
837
842
|
* @tsplus location "@fncts/io/Stream/api"
|
|
838
843
|
*/
|
|
839
|
-
export declare function repeatIOMaybe<R, E, A>(fa: IO<R, Maybe<E>, A
|
|
844
|
+
export declare function repeatIOMaybe<R, E, A>(fa: IO<R, Maybe<E>, A>, __tsplusTrace?: string): Stream<R, E, A>;
|
|
840
845
|
/**
|
|
841
846
|
* Creates a stream from an effect producing chunks of `A` values which repeats forever.
|
|
842
847
|
* @tsplus static fncts.io.StreamOps repeatIOChunk
|
|
843
848
|
* @tsplus location "@fncts/io/Stream/api"
|
|
844
849
|
*/
|
|
845
|
-
export declare function repeatIOChunk<R, E, A>(fa: IO<R, E, Conc<A
|
|
850
|
+
export declare function repeatIOChunk<R, E, A>(fa: IO<R, E, Conc<A>>, __tsplusTrace?: string): Stream<R, E, A>;
|
|
846
851
|
/**
|
|
847
852
|
* Creates a stream from an effect producing chunks of `A` values until it fails with None.
|
|
848
853
|
* @tsplus static fncts.io.StreamOps repeatIOChunkMaybe
|
|
849
854
|
* @tsplus location "@fncts/io/Stream/api"
|
|
850
855
|
*/
|
|
851
|
-
export declare function repeatIOChunkMaybe<R, E, A>(fa: IO<R, Maybe<E>, Conc<A
|
|
856
|
+
export declare function repeatIOChunkMaybe<R, E, A>(fa: IO<R, Maybe<E>, Conc<A>>, __tsplusTrace?: string): Stream<R, E, A>;
|
|
852
857
|
/**
|
|
853
858
|
* Runs the sink on the stream to produce either the sink's result or an error.
|
|
854
859
|
* @tsplus fluent fncts.io.Stream run
|
|
855
860
|
* @tsplus location "@fncts/io/Stream/api"
|
|
856
861
|
*/
|
|
857
|
-
export declare function run_<R, E, A, R2, E2, Z>(stream: Stream<R, E, A>, sink: Sink<R2, E2, A, unknown, Z
|
|
862
|
+
export declare function run_<R, E, A, R2, E2, Z>(stream: Stream<R, E, A>, sink: Sink<R2, E2, A, unknown, Z>, __tsplusTrace?: string): IO<R | R2, E | E2, Z>;
|
|
858
863
|
/**
|
|
859
864
|
* Runs the stream and collects all of its elements to a chunk.
|
|
860
865
|
* @tsplus getter fncts.io.Stream runCollect
|
|
861
866
|
* @tsplus location "@fncts/io/Stream/api"
|
|
862
867
|
*/
|
|
863
|
-
export declare function runCollect<R, E, A>(stream: Stream<R, E, A
|
|
868
|
+
export declare function runCollect<R, E, A>(stream: Stream<R, E, A>, __tsplusTrace?: string): IO<R, E, Conc<A>>;
|
|
864
869
|
/**
|
|
865
870
|
* Runs the stream and collects ignore its elements.
|
|
866
871
|
* @tsplus getter fncts.io.Stream runDrain
|
|
867
872
|
* @tsplus location "@fncts/io/Stream/api"
|
|
868
873
|
*/
|
|
869
|
-
export declare function runDrain<R, E, A>(stream: Stream<R, E, A
|
|
874
|
+
export declare function runDrain<R, E, A>(stream: Stream<R, E, A>, __tsplusTrace?: string): IO<R, E, void>;
|
|
870
875
|
/**
|
|
871
876
|
* @tsplus fluent fncts.io.Stream runForeachScoped
|
|
872
877
|
* @tsplus location "@fncts/io/Stream/api"
|
|
873
878
|
*/
|
|
874
|
-
export declare function runForeachScoped_<R, E, A, R2, E2>(self: Stream<R, E, A>, f: (a: A) => IO<R2, E2, any
|
|
879
|
+
export declare function runForeachScoped_<R, E, A, R2, E2>(self: Stream<R, E, A>, f: (a: A) => IO<R2, E2, any>, __tsplusTrace?: string): IO<R | R2 | Scope, E | E2, void>;
|
|
875
880
|
/**
|
|
876
881
|
* Like `into`, but provides the result as a `Managed` to allow for scope
|
|
877
882
|
* composition.
|
|
878
883
|
* @tsplus fluent fncts.io.Stream runIntoElementsScoped
|
|
879
884
|
* @tsplus location "@fncts/io/Stream/api"
|
|
880
885
|
*/
|
|
881
|
-
export declare function runIntoElementsScoped_<R, E, A, R1, E1>(stream: Stream<R, E, A>, queue: PQueue<R1, unknown, never, never, Exit<Maybe<E | E1>, A>, unknown
|
|
886
|
+
export declare function runIntoElementsScoped_<R, E, A, R1, E1>(stream: Stream<R, E, A>, queue: PQueue<R1, unknown, never, never, Exit<Maybe<E | E1>, A>, unknown>, __tsplusTrace?: string): IO<R | R1 | Scope, E | E1, void>;
|
|
882
887
|
/**
|
|
883
888
|
* Like `Stream#into`, but provides the result as a `Managed` to allow for scope
|
|
884
889
|
* composition.
|
|
885
890
|
* @tsplus fluent fncts.io.Stream runIntoQueueScoped
|
|
886
891
|
* @tsplus location "@fncts/io/Stream/api"
|
|
887
892
|
*/
|
|
888
|
-
export declare function runIntoQueueScoped_<R, R1, E extends E1, E1, A>(stream: Stream<R, E, A>, queue: PQueue<R1, never, never, unknown, Take<E1, A>, any
|
|
893
|
+
export declare function runIntoQueueScoped_<R, R1, E extends E1, E1, A>(stream: Stream<R, E, A>, queue: PQueue<R1, never, never, unknown, Take<E1, A>, any>, __tsplusTrace?: string): IO<R | R1 | Scope, E | E1, void>;
|
|
889
894
|
/**
|
|
890
895
|
* Like `Stream#runIntoHub`, but provides the result as a `Managed` to allow for scope
|
|
891
896
|
* composition.
|
|
892
897
|
* @tsplus fluent fncts.io.Stream runIntoHubScoped
|
|
893
898
|
* @tsplus location "@fncts/io/Stream/api"
|
|
894
899
|
*/
|
|
895
|
-
export declare function runIntoHubScoped_<R, R1, E extends E1, E1, A>(stream: Stream<R, E, A>, hub: PHub<R1, never, never, unknown, Take<E1, A>, any
|
|
900
|
+
export declare function runIntoHubScoped_<R, R1, E extends E1, E1, A>(stream: Stream<R, E, A>, hub: PHub<R1, never, never, unknown, Take<E1, A>, any>, __tsplusTrace?: string): IO<R | R1 | Scope, E | E1, void>;
|
|
896
901
|
/**
|
|
897
902
|
* Runs the sink on the stream to produce either the sink's result or an error.
|
|
898
903
|
* @tsplus fluent fncts.io.Stream runScoped
|
|
899
904
|
* @tsplus location "@fncts/io/Stream/api"
|
|
900
905
|
*/
|
|
901
|
-
export declare function runScoped_<R, E, A, R2, E2, Z>(stream: Stream<R, E, A>, sink: Sink<R2, E2, A, unknown, Z
|
|
906
|
+
export declare function runScoped_<R, E, A, R2, E2, Z>(stream: Stream<R, E, A>, sink: Sink<R2, E2, A, unknown, Z>, __tsplusTrace?: string): IO<R | R2 | Scope, E | E2, Z>;
|
|
902
907
|
/**
|
|
903
908
|
* Statefully maps over the elements of this stream to produce all intermediate results
|
|
904
909
|
* of type `B` given an initial B.
|
|
905
910
|
* @tsplus fluent fncts.io.Stream scan
|
|
906
911
|
* @tsplus location "@fncts/io/Stream/api"
|
|
907
912
|
*/
|
|
908
|
-
export declare function scan_<R, E, A, B>(sa: Stream<R, E, A>, b: B, f: (b: B, a: A) => B): Stream<R, E, B>;
|
|
913
|
+
export declare function scan_<R, E, A, B>(sa: Stream<R, E, A>, b: B, f: (b: B, a: A) => B, __tsplusTrace?: string): Stream<R, E, B>;
|
|
909
914
|
/**
|
|
910
915
|
* Statefully and effectfully maps over the elements of this stream to produce all
|
|
911
916
|
* intermediate results of type `B` given an initial B.
|
|
912
917
|
* @tsplus fluent fncts.io.Stream scanIO
|
|
913
918
|
* @tsplus location "@fncts/io/Stream/api"
|
|
914
919
|
*/
|
|
915
|
-
export declare function scanIO_<R, E, A, R1, E1, B>(sa: Stream<R, E, A>, b: B, f: (b: B, a: A) => IO<R1, E1, B
|
|
920
|
+
export declare function scanIO_<R, E, A, R1, E1, B>(sa: Stream<R, E, A>, b: B, f: (b: B, a: A) => IO<R1, E1, B>, __tsplusTrace?: string): Stream<R | R1, E | E1, B>;
|
|
916
921
|
/**
|
|
917
922
|
* Statefully maps over the elements of this stream to produce all
|
|
918
923
|
* intermediate results.
|
|
919
924
|
* @tsplus fluent fncts.io.Stream scanReduce
|
|
920
925
|
* @tsplus location "@fncts/io/Stream/api"
|
|
921
926
|
*/
|
|
922
|
-
export declare function scanReduce_<R, E, A extends B, B>(fa: Stream<R, E, A>, f: (b: B, a: A) => B): Stream<R, E, B>;
|
|
927
|
+
export declare function scanReduce_<R, E, A extends B, B>(fa: Stream<R, E, A>, f: (b: B, a: A) => B, __tsplusTrace?: string): Stream<R, E, B>;
|
|
923
928
|
/**
|
|
924
929
|
* Statefully and effectfully maps over the elements of this stream to produce
|
|
925
930
|
* all intermediate results.
|
|
926
931
|
* @tsplus fluent fncts.io.Stream scanReduceIO
|
|
927
932
|
* @tsplus location "@fncts/io/Stream/api"
|
|
928
933
|
*/
|
|
929
|
-
export declare function scanReduceIO_<R, E, A extends B, R1, E1, B>(fa: Stream<R, E, A>, f: (b: B, a: A) => IO<R1, E1, B
|
|
934
|
+
export declare function scanReduceIO_<R, E, A extends B, R1, E1, B>(fa: Stream<R, E, A>, f: (b: B, a: A) => IO<R1, E1, B>, __tsplusTrace?: string): Stream<R | R1, E | E1, B>;
|
|
930
935
|
/**
|
|
931
936
|
* Creates a single-valued pure stream
|
|
932
937
|
* @tsplus static fncts.io.StreamOps succeedNow
|
|
933
938
|
* @tsplus location "@fncts/io/Stream/api"
|
|
934
939
|
*/
|
|
935
|
-
export declare function succeedNow<O>(o: O): Stream<
|
|
940
|
+
export declare function succeedNow<O>(o: O, __tsplusTrace?: string): Stream<never, never, O>;
|
|
936
941
|
/**
|
|
937
942
|
* Creates a single-valued pure stream
|
|
938
943
|
* @tsplus static fncts.io.StreamOps succeed
|
|
939
944
|
* @tsplus location "@fncts/io/Stream/api"
|
|
940
945
|
*/
|
|
941
|
-
export declare function succeed<A>(a: Lazy<A
|
|
946
|
+
export declare function succeed<A>(a: Lazy<A>, __tsplusTrace?: string): Stream<never, never, A>;
|
|
942
947
|
/**
|
|
943
948
|
* Takes the specified number of elements from this stream.
|
|
944
949
|
* @tsplus fluent fncts.io.Stream take
|
|
945
950
|
* @tsplus location "@fncts/io/Stream/api"
|
|
946
951
|
*/
|
|
947
|
-
export declare function take_<R, E, A>(stream: Stream<R, E, A>, n: number): Stream<R, E, A>;
|
|
952
|
+
export declare function take_<R, E, A>(stream: Stream<R, E, A>, n: number, __tsplusTrace?: string): Stream<R, E, A>;
|
|
948
953
|
/**
|
|
949
954
|
* @tsplus fluent fncts.io.Stream takeUntilIO
|
|
950
955
|
* @tsplus location "@fncts/io/Stream/api"
|
|
951
956
|
*/
|
|
952
|
-
export declare function takeUntilIO_<R, E, A, R1, E1>(ma: Stream<R, E, A>, f: (a: A) => IO<R1, E1, boolean
|
|
957
|
+
export declare function takeUntilIO_<R, E, A, R1, E1>(ma: Stream<R, E, A>, f: (a: A) => IO<R1, E1, boolean>, __tsplusTrace?: string): Stream<R | R1, E | E1, A>;
|
|
953
958
|
/**
|
|
954
959
|
* Takes all elements of the stream until the specified predicate evaluates
|
|
955
960
|
* to `true`.
|
|
956
961
|
* @tsplus fluent fncts.io.Stream takeUntil
|
|
957
962
|
* @tsplus location "@fncts/io/Stream/api"
|
|
958
963
|
*/
|
|
959
|
-
export declare function takeUntil_<R, E, A>(fa: Stream<R, E, A>, p: Predicate<A
|
|
964
|
+
export declare function takeUntil_<R, E, A>(fa: Stream<R, E, A>, p: Predicate<A>, __tsplusTrace?: string): Stream<R, E, A>;
|
|
960
965
|
/**
|
|
961
966
|
* @tsplus fluent fncts.io.Stream tap
|
|
962
967
|
* @tsplus location "@fncts/io/Stream/api"
|
|
963
968
|
*/
|
|
964
|
-
export declare function tap_<R, E, A, R1, E1>(ma: Stream<R, E, A>, f: (a: A) => IO<R1, E1, any
|
|
969
|
+
export declare function tap_<R, E, A, R1, E1>(ma: Stream<R, E, A>, f: (a: A) => IO<R1, E1, any>, __tsplusTrace?: string): Stream<R | R1, E | E1, A>;
|
|
965
970
|
/**
|
|
966
971
|
* Throttles the chunks of this stream according to the given bandwidth parameters using the token bucket
|
|
967
972
|
* algorithm. Allows for burst in the processing of elements by allowing the token bucket to accumulate
|
|
@@ -970,7 +975,7 @@ export declare function tap_<R, E, A, R1, E1>(ma: Stream<R, E, A>, f: (a: A) =>
|
|
|
970
975
|
* @tsplus fluent fncts.io.Stream throttleEnforce
|
|
971
976
|
* @tsplus location "@fncts/io/Stream/api"
|
|
972
977
|
*/
|
|
973
|
-
export declare function throttleEnforce_<R, E, A>(sa: Stream<R, E, A>, costFn: (chunk: Conc<A>) => number, units: number, duration: number, burst?: number): Stream<R, E, A>;
|
|
978
|
+
export declare function throttleEnforce_<R, E, A>(sa: Stream<R, E, A>, costFn: (chunk: Conc<A>) => number, units: number, duration: number, burst?: number, __tsplusTrace?: string): Stream<R, E, A>;
|
|
974
979
|
/**
|
|
975
980
|
* Throttles the chunks of this stream according to the given bandwidth parameters using the token bucket
|
|
976
981
|
* algorithm. Allows for burst in the processing of elements by allowing the token bucket to accumulate
|
|
@@ -979,88 +984,88 @@ export declare function throttleEnforce_<R, E, A>(sa: Stream<R, E, A>, costFn: (
|
|
|
979
984
|
* @tsplus fluent fncts.io.Stream throttleEnforceIO
|
|
980
985
|
* @tsplus location "@fncts/io/Stream/api"
|
|
981
986
|
*/
|
|
982
|
-
export declare function throttleEnforceIO_<R, E, A, R1, E1>(sa: Stream<R, E, A>, costFn: (chunk: Conc<A>) => IO<R1, E1, number>, units: number, duration: number, burst?: number): Stream<R
|
|
987
|
+
export declare function throttleEnforceIO_<R, E, A, R1, E1>(sa: Stream<R, E, A>, costFn: (chunk: Conc<A>) => IO<R1, E1, number>, units: number, duration: number, burst?: number, __tsplusTrace?: string): Stream<R | R1, E | E1, A>;
|
|
983
988
|
/**
|
|
984
989
|
* Converts the stream to a managed hub of chunks. After the managed hub is used,
|
|
985
990
|
* the hub will never again produce values and should be discarded.
|
|
986
991
|
* @tsplus fluent fncts.io.Stream toHub
|
|
987
992
|
* @tsplus location "@fncts/io/Stream/api"
|
|
988
993
|
*/
|
|
989
|
-
export declare function toHub_<R, E, A>(stream: Stream<R, E, A>, capacity: number): IO<R
|
|
994
|
+
export declare function toHub_<R, E, A>(stream: Stream<R, E, A>, capacity: number, __tsplusTrace?: string): IO<R | Scope, never, Hub<Take<E, A>>>;
|
|
990
995
|
/**
|
|
991
996
|
* Interpret the stream as a managed pull
|
|
992
997
|
* @tsplus getter fncts.io.Stream toPull
|
|
993
998
|
* @tsplus location "@fncts/io/Stream/api"
|
|
994
999
|
*/
|
|
995
|
-
export declare function toPull<R, E, A>(stream: Stream<R, E, A
|
|
1000
|
+
export declare function toPull<R, E, A>(stream: Stream<R, E, A>, __tsplusTrace?: string): IO<R | Scope, never, IO<R, Maybe<E>, Conc<A>>>;
|
|
996
1001
|
/**
|
|
997
1002
|
* Converts the stream to a managed queue of chunks. After the managed queue is used,
|
|
998
1003
|
* the queue will never again produce values and should be discarded.
|
|
999
1004
|
* @tsplus fluent fncts.io.Stream toQueue
|
|
1000
1005
|
* @tsplus location "@fncts/io/Stream/api"
|
|
1001
1006
|
*/
|
|
1002
|
-
export declare function toQueue_<R, E, A>(stream: Stream<R, E, A>, capacity?: number): IO<R
|
|
1007
|
+
export declare function toQueue_<R, E, A>(stream: Stream<R, E, A>, capacity?: number, __tsplusTrace?: string): IO<R | Scope, never, Queue<Take<E, A>>>;
|
|
1003
1008
|
/**
|
|
1004
1009
|
* @tsplus fluent fncts.io.Stream toQueueDropping
|
|
1005
1010
|
* @tsplus location "@fncts/io/Stream/api"
|
|
1006
1011
|
*/
|
|
1007
|
-
export declare function toQueueDropping_<R, E, A>(stream: Stream<R, E, A>, capacity?: number): IO<R
|
|
1012
|
+
export declare function toQueueDropping_<R, E, A>(stream: Stream<R, E, A>, capacity?: number, __tsplusTrace?: string): IO<R | Scope, never, Queue.Dequeue<Take<E, A>>>;
|
|
1008
1013
|
/**
|
|
1009
1014
|
* @tsplus fluent fncts.io.Stream toQueueOfElements
|
|
1010
1015
|
* @tsplus location "@fncts/io/Stream/api"
|
|
1011
1016
|
*/
|
|
1012
|
-
export declare function toQueueOfElements_<R, E, A>(stream: Stream<R, E, A>, capacity?: number): IO<R
|
|
1017
|
+
export declare function toQueueOfElements_<R, E, A>(stream: Stream<R, E, A>, capacity?: number, __tsplusTrace?: string): IO<R | Scope, never, Queue.Dequeue<Exit<Maybe<E>, A>>>;
|
|
1013
1018
|
/**
|
|
1014
1019
|
* @tsplus fluent fncts.io.Stream toQueueSliding
|
|
1015
1020
|
* @tsplus location "@fncts/io/Stream/api"
|
|
1016
1021
|
*/
|
|
1017
|
-
export declare function toQueueSliding_<R, E, A>(stream: Stream<R, E, A>, capacity?: number): IO<R
|
|
1022
|
+
export declare function toQueueSliding_<R, E, A>(stream: Stream<R, E, A>, capacity?: number, __tsplusTrace?: string): IO<R | Scope, never, Queue.Dequeue<Take<E, A>>>;
|
|
1018
1023
|
/**
|
|
1019
1024
|
* Converts the stream into an unbounded managed queue. After the managed queue
|
|
1020
1025
|
* is used, the queue will never again produce values and should be discarded.
|
|
1021
1026
|
* @tsplus getter fncts.io.Stream toQueueUnbounded
|
|
1022
1027
|
* @tsplus location "@fncts/io/Stream/api"
|
|
1023
1028
|
*/
|
|
1024
|
-
export declare function toQueueUnbounded<R, E, A>(stream: Stream<R, E, A
|
|
1029
|
+
export declare function toQueueUnbounded<R, E, A>(stream: Stream<R, E, A>, __tsplusTrace?: string): IO<R | Scope, never, Queue<Take<E, A>>>;
|
|
1025
1030
|
/**
|
|
1026
1031
|
* Creates a stream by effectfully peeling off the "layers" of a value of type `S`
|
|
1027
1032
|
* @tsplus static fncts.io.StreamOps unfoldChunkIO
|
|
1028
1033
|
* @tsplus location "@fncts/io/Stream/api"
|
|
1029
1034
|
*/
|
|
1030
|
-
export declare function unfoldChunkIO<R, E, A, S>(s: S, f: (s: S) => IO<R, E, Maybe<readonly [Conc<A>, S]
|
|
1035
|
+
export declare function unfoldChunkIO<R, E, A, S>(s: S, f: (s: S) => IO<R, E, Maybe<readonly [Conc<A>, S]>>, __tsplusTrace?: string): Stream<R, E, A>;
|
|
1031
1036
|
/**
|
|
1032
1037
|
* Creates a stream by effectfully peeling off the "layers" of a value of type `S`
|
|
1033
1038
|
* @tsplus static fncts.io.StreamOps unfoldIO
|
|
1034
1039
|
* @tsplus location "@fncts/io/Stream/api"
|
|
1035
1040
|
*/
|
|
1036
|
-
export declare function unfoldIO<S, R, E, A>(s: S, f: (s: S) => IO<R, E, Maybe<readonly [A, S]
|
|
1041
|
+
export declare function unfoldIO<S, R, E, A>(s: S, f: (s: S) => IO<R, E, Maybe<readonly [A, S]>>, __tsplusTrace?: string): Stream<R, E, A>;
|
|
1037
1042
|
/**
|
|
1038
1043
|
* @tsplus static fncts.io.StreamOps unfoldChunk
|
|
1039
1044
|
* @tsplus location "@fncts/io/Stream/api"
|
|
1040
1045
|
*/
|
|
1041
|
-
export declare function unfoldChunk<S, A>(s: S, f: (s: S) => Maybe<readonly [Conc<A>, S]
|
|
1046
|
+
export declare function unfoldChunk<S, A>(s: S, f: (s: S) => Maybe<readonly [Conc<A>, S]>, __tsplusTrace?: string): Stream<never, never, A>;
|
|
1042
1047
|
/**
|
|
1043
1048
|
* @tsplus static fncts.io.StreamOps unfold
|
|
1044
1049
|
* @tsplus location "@fncts/io/Stream/api"
|
|
1045
1050
|
*/
|
|
1046
|
-
export declare function unfold<S, A>(s: S, f: (s: S) => Maybe<readonly [A, S]
|
|
1051
|
+
export declare function unfold<S, A>(s: S, f: (s: S) => Maybe<readonly [A, S]>, __tsplusTrace?: string): Stream<never, never, A>;
|
|
1047
1052
|
/**
|
|
1048
1053
|
* Creates a stream produced from an IO
|
|
1049
1054
|
* @tsplus static fncts.io.StreamOps unwrap
|
|
1050
1055
|
* @tsplus location "@fncts/io/Stream/api"
|
|
1051
1056
|
*/
|
|
1052
|
-
export declare function unwrap<R, E, R1, E1, A>(stream: IO<R, E, Stream<R1, E1, A
|
|
1057
|
+
export declare function unwrap<R, E, R1, E1, A>(stream: IO<R, E, Stream<R1, E1, A>>, __tsplusTrace?: string): Stream<R | R1, E | E1, A>;
|
|
1053
1058
|
/**
|
|
1054
1059
|
* Creates a stream produced from a managed
|
|
1055
1060
|
* @tsplus static fncts.io.StreamOps unwrapScoped
|
|
1056
1061
|
* @tsplus location "@fncts/io/Stream/api"
|
|
1057
1062
|
*/
|
|
1058
|
-
export declare function unwrapScoped<R0, E0, R, E, A>(stream: IO<R0
|
|
1063
|
+
export declare function unwrapScoped<R0, E0, R, E, A>(stream: IO<R0, E0, Stream<R, E, A>>, __tsplusTrace?: string): Stream<R | Exclude<R0, Scope>, E0 | E, A>;
|
|
1059
1064
|
/**
|
|
1060
1065
|
* @tsplus getter fncts.io.Stream zipWithIndex
|
|
1061
1066
|
* @tsplus location "@fncts/io/Stream/api"
|
|
1062
1067
|
*/
|
|
1063
|
-
export declare function zipWithIndex_<R, E, A>(self: Stream<R, E, A>,
|
|
1068
|
+
export declare function zipWithIndex_<R, E, A>(self: Stream<R, E, A>, __tsplusTrace?: string): Stream<R, E, readonly [A, number]>;
|
|
1064
1069
|
/**
|
|
1065
1070
|
* Zips the two streams so that when a value is emitted by either of the two
|
|
1066
1071
|
* streams, it is combined with the latest value from the other stream to
|
|
@@ -1072,4 +1077,4 @@ export declare function zipWithIndex_<R, E, A>(self: Stream<R, E, A>, __tsPlusTr
|
|
|
1072
1077
|
* @tsplus fluent fncts.io.Stream zipWithLatest
|
|
1073
1078
|
* @tsplus location "@fncts/io/Stream/api"
|
|
1074
1079
|
*/
|
|
1075
|
-
export declare function zipWithLatest_<R, E, A, R1, E1, B, C>(fa: Stream<R, E, A>, fb: Stream<R1, E1, B>, f: (a: A, b: B) => C): Stream<R
|
|
1080
|
+
export declare function zipWithLatest_<R, E, A, R1, E1, B, C>(fa: Stream<R, E, A>, fb: Stream<R1, E1, B>, f: (a: A, b: B) => C, __tsplusTrace?: string): Stream<R | R1, E | E1, C>;
|