@fncts/io 0.0.11 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
- 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/IO/api.d.ts
CHANGED
@@ -1,21 +1,21 @@
|
|
1
|
-
import { FiberId } from "@fncts/base/data/FiberId";
|
2
|
-
import { Maybe } from "@fncts/base/data/Maybe";
|
3
|
-
import { Either } from "@fncts/base/data/Either";
|
4
|
-
import { Lazy } from "@fncts/base/data/function";
|
5
|
-
import { Cause } from "@fncts/base/data/Cause";
|
1
|
+
import { FiberId } from "@fncts/base/data/FiberId/definition";
|
2
|
+
import { Maybe } from "@fncts/base/data/Maybe/definition";
|
3
|
+
import { Either } from "@fncts/base/data/Either/definition";
|
4
|
+
import { Lazy } from "@fncts/base/data/function/definition";
|
5
|
+
import { Cause } from "@fncts/base/data/Cause/definition";
|
6
6
|
import { InterruptStatus } from "@fncts/io/InterruptStatus";
|
7
7
|
import { URIO, FIO, UIO } from "@fncts/io/IO/definition";
|
8
8
|
import { RuntimeConfig } from "@fncts/io/RuntimeConfig";
|
9
9
|
import { FiberDescriptor } from "@fncts/io/FiberDescriptor";
|
10
10
|
import { Conc, ConcBuilder } from "@fncts/base/collection/immutable/Conc";
|
11
|
-
import { Refinement } from "@fncts/base/data/Refinement";
|
12
|
-
import { Predicate } from "@fncts/base/data/Predicate";
|
13
|
-
import { NonEmptyArray } from "@fncts/base/collection/immutable/ImmutableNonEmptyArray";
|
14
|
-
import { Eval } from "@fncts/base/control/Eval";
|
15
|
-
import { Exit } from "@fncts/base/data/Exit";
|
11
|
+
import { Refinement } from "@fncts/base/data/Refinement/definition";
|
12
|
+
import { Predicate } from "@fncts/base/data/Predicate/definition";
|
13
|
+
import { NonEmptyArray } from "@fncts/base/collection/immutable/ImmutableNonEmptyArray/definition";
|
14
|
+
import { Eval } from "@fncts/base/control/Eval/definition";
|
15
|
+
import { Exit } from "@fncts/base/data/Exit/definition";
|
16
16
|
import { Trace } from "@fncts/base/data/Trace/definition";
|
17
|
-
import { List } from "@fncts/base/collection/immutable/List";
|
18
|
-
import { ImmutableArray } from "@fncts/base/collection/immutable/ImmutableArray";
|
17
|
+
import { List } from "@fncts/base/collection/immutable/List/definition";
|
18
|
+
import { ImmutableArray } from "@fncts/base/collection/immutable/ImmutableArray/definition";
|
19
19
|
import { Supervisor } from "@fncts/io/Supervisor/definition";
|
20
20
|
import { FiberRefs } from "@fncts/io/FiberRefs";
|
21
21
|
import type * as P from "@fncts/base/typeclass";
|
@@ -70,19 +70,19 @@ export declare function absorbWith_<R, E, A>(ma: IO<R, E, A>, f: (e: E) => unkno
|
|
70
70
|
* @tsplus operator fncts.io.IO <
|
71
71
|
* @tsplus location "@fncts/io/IO/api"
|
72
72
|
*/
|
73
|
-
export declare function apFirst_<R, E, A, R1, E1, B>(self: IO<R, E, A>, fb: IO<R1, E1, B>, __tsplusTrace?: string): IO<R1
|
73
|
+
export declare function apFirst_<R, E, A, R1, E1, B>(self: IO<R, E, A>, fb: IO<R1, E1, B>, __tsplusTrace?: string): IO<R1 | R, E1 | E, A>;
|
74
74
|
/**
|
75
75
|
* Combine two effectful actions, keeping only the result of the second
|
76
76
|
* @tsplus fluent fncts.io.IO apSecond
|
77
77
|
* @tsplus operator fncts.io.IO >
|
78
78
|
* @tsplus location "@fncts/io/IO/api"
|
79
79
|
*/
|
80
|
-
export declare function apSecond_<R, E, A, R1, E1, B>(self: IO<R, E, A>, fb: IO<R1, E1, B>, __tsplusTrace?: string): IO<R1
|
80
|
+
export declare function apSecond_<R, E, A, R1, E1, B>(self: IO<R, E, A>, fb: IO<R1, E1, B>, __tsplusTrace?: string): IO<R1 | R, E1 | E, B>;
|
81
81
|
/**
|
82
82
|
* @tsplus fluent fncts.io.IO as
|
83
83
|
* @tsplus location "@fncts/io/IO/api"
|
84
84
|
*/
|
85
|
-
export declare function as_<R, E, A, B>(self: IO<R, E, A>, b: Lazy<B
|
85
|
+
export declare function as_<R, E, A, B>(self: IO<R, E, A>, b: Lazy<B>, __tsplusTrace?: string): IO<R, E, B>;
|
86
86
|
/**
|
87
87
|
* Maps the success value of this effect to an optional value.
|
88
88
|
* @tsplus getter fncts.io.IO asJust
|
@@ -99,7 +99,7 @@ export declare function asJustError<R, E, A>(ma: IO<R, E, A>, __tsplusTrace?: st
|
|
99
99
|
* @tsplus getter fncts.io.IO asUnit
|
100
100
|
* @tsplus location "@fncts/io/IO/api"
|
101
101
|
*/
|
102
|
-
export declare function asUnit<R, E, A>(self: IO<R, E, A
|
102
|
+
export declare function asUnit<R, E, A>(self: IO<R, E, A>, __tsplusTrace?: string): IO<R, E, void>;
|
103
103
|
/**
|
104
104
|
* Returns an IO whose failure and success channels have been mapped by
|
105
105
|
* the specified pair of functions, `f` and `g`.
|
@@ -113,7 +113,7 @@ export declare function bimap_<R, E, A, E1, B>(self: IO<R, E, A>, f: (e: E) => E
|
|
113
113
|
* @tsplus fluent fncts.io.IO bitap
|
114
114
|
* @tsplus location "@fncts/io/IO/api"
|
115
115
|
*/
|
116
|
-
export declare function bitap_<R, E, A, R1, E1, R2, E2>(self: IO<R, E, A>, onFailure: (e: E) => IO<R1, E1, any>, onSuccess: (a: A) => IO<R2, E2, any>, __tsplusTrace?: string): IO<R
|
116
|
+
export declare function bitap_<R, E, A, R1, E1, R2, E2>(self: IO<R, E, A>, onFailure: (e: E) => IO<R1, E1, any>, onSuccess: (a: A) => IO<R2, E2, any>, __tsplusTrace?: string): IO<R | R1 | R2, E | E1 | E2, A>;
|
117
117
|
/**
|
118
118
|
* Recovers from the specified error
|
119
119
|
* @tsplus fluent fncts.io.IO catch
|
@@ -121,7 +121,7 @@ export declare function bitap_<R, E, A, R1, E1, R2, E2>(self: IO<R, E, A>, onFai
|
|
121
121
|
*/
|
122
122
|
export declare function catch_<N extends keyof E, K extends E[N] & string, R, E, A, R1, E1, A1>(ma: IO<R, E, A>, tag: N, k: K, f: (e: Extract<E, {
|
123
123
|
[n in N]: K;
|
124
|
-
}>) => IO<R1, E1, A1>, __tsplusTrace?: string): IO<R
|
124
|
+
}>) => IO<R1, E1, A1>, __tsplusTrace?: string): IO<R | R1, Exclude<E, {
|
125
125
|
[n in N]: K;
|
126
126
|
}> | E1, A | A1>;
|
127
127
|
/**
|
@@ -129,26 +129,26 @@ export declare function catch_<N extends keyof E, K extends E[N] & string, R, E,
|
|
129
129
|
* @tsplus fluent fncts.io.IO catchAll
|
130
130
|
* @tsplus location "@fncts/io/IO/api"
|
131
131
|
*/
|
132
|
-
export declare function catchAll_<R, E, A, R1, E1, A1>(ma: IO<R, E, A>, f: (e: E) => IO<R1, E1, A1>, __tsplusTrace?: string): IO<R
|
132
|
+
export declare function catchAll_<R, E, A, R1, E1, A1>(ma: IO<R, E, A>, f: (e: E) => IO<R1, E1, A1>, __tsplusTrace?: string): IO<R | R1, E1, A | A1>;
|
133
133
|
/**
|
134
134
|
*
|
135
135
|
* Recovers from all errors with provided cause.
|
136
136
|
* @tsplus fluent fncts.io.IO catchAllCause
|
137
137
|
* @tsplus location "@fncts/io/IO/api"
|
138
138
|
*/
|
139
|
-
export declare function catchAllCause_<R, E, A, R1, E1, A1>(ma: IO<R, E, A>, f: (_: Cause<E>) => IO<R1, E1, A1>, __tsplusTrace?: string): IO<R
|
139
|
+
export declare function catchAllCause_<R, E, A, R1, E1, A1>(ma: IO<R, E, A>, f: (_: Cause<E>) => IO<R1, E1, A1>, __tsplusTrace?: string): IO<R | R1, E1, A | A1>;
|
140
140
|
/**
|
141
141
|
* Recovers from some or all of the error cases.
|
142
142
|
* @tsplus fluent fncts.io.IO catchJust
|
143
143
|
* @tsplus location "@fncts/io/IO/api"
|
144
144
|
*/
|
145
|
-
export declare function catchJust_<R, E, A, R1, E1, A1>(ma: IO<R, E, A>, f: (e: E) => Maybe<IO<R1, E1, A1>>, __tsplusTrace?: string): IO<R
|
145
|
+
export declare function catchJust_<R, E, A, R1, E1, A1>(ma: IO<R, E, A>, f: (e: E) => Maybe<IO<R1, E1, A1>>, __tsplusTrace?: string): IO<R | R1, E | E1, A | A1>;
|
146
146
|
/**
|
147
147
|
* Recovers from some or all of the error cases with provided cause.
|
148
148
|
* @tsplus fluent fncts.io.IO catchJustCause
|
149
149
|
* @tsplus location "@fncts/io/IO/api"
|
150
150
|
*/
|
151
|
-
export declare function catchJustCause_<R, E, A, R1, E1, A1>(ma: IO<R, E, A>, f: (_: Cause<E>) => Maybe<IO<R1, E1, A1
|
151
|
+
export declare function catchJustCause_<R, E, A, R1, E1, A1>(ma: IO<R, E, A>, f: (_: Cause<E>) => Maybe<IO<R1, E1, A1>>, __tsplusTrace?: string): IO<R | R1, E | E1, A | A1>;
|
152
152
|
/**
|
153
153
|
* Recovers from some or all of the defects with provided partial function.
|
154
154
|
*
|
@@ -159,7 +159,7 @@ export declare function catchJustCause_<R, E, A, R1, E1, A1>(ma: IO<R, E, A>, f:
|
|
159
159
|
* @tsplus fluent fncts.io.IO catchJustDefect
|
160
160
|
* @tsplus location "@fncts/io/IO/api"
|
161
161
|
*/
|
162
|
-
export declare function catchJustDefect_<R, E, A, R1, E1, A1>(ma: IO<R, E, A>, f: (_: unknown) => Maybe<IO<R1, E1, A1>>, __tsplusTrace?: string): IO<R
|
162
|
+
export declare function catchJustDefect_<R, E, A, R1, E1, A1>(ma: IO<R, E, A>, f: (_: unknown) => Maybe<IO<R1, E1, A1>>, __tsplusTrace?: string): IO<R | R1, E | E1, A | A1>;
|
163
163
|
/**
|
164
164
|
* Recovers from the specified error
|
165
165
|
* @tsplus fluent IO catchTag
|
@@ -169,7 +169,7 @@ export declare function catchTag_<K extends E["_tag"] & string, R, E extends {
|
|
169
169
|
_tag: string;
|
170
170
|
}, A, R1, E1, A1>(ma: IO<R, E, A>, k: K, f: (e: Extract<E, {
|
171
171
|
_tag: K;
|
172
|
-
}>) => IO<R1, E1, A1>, __tsplusTrace?: string): IO<R
|
172
|
+
}>) => IO<R1, E1, A1>, __tsplusTrace?: string): IO<R | R1, Exclude<E, {
|
173
173
|
_tag: K;
|
174
174
|
}> | E1, A | A1>;
|
175
175
|
/**
|
@@ -189,12 +189,12 @@ export declare function causeAsError<R, E, A>(ma: IO<R, E, A>, __tsplusTrace?: s
|
|
189
189
|
* @tsplus fluent fncts.io.IO flatMap
|
190
190
|
* @tsplus location "@fncts/io/IO/api"
|
191
191
|
*/
|
192
|
-
export declare function flatMap_<R, E, A, R1, E1, B>(ma: IO<R, E, A>, f: (a: A) => IO<R1, E1, B>, __tsplusTrace?: string): IO<R
|
192
|
+
export declare function flatMap_<R, E, A, R1, E1, B>(ma: IO<R, E, A>, f: (a: A) => IO<R1, E1, B>, __tsplusTrace?: string): IO<R | R1, E | E1, B>;
|
193
193
|
/**
|
194
194
|
* @tsplus fluent fncts.io.IO flatMapError
|
195
195
|
* @tsplus location "@fncts/io/IO/api"
|
196
196
|
*/
|
197
|
-
export declare function flatMapError_<R, R1, E, E1, A>(ma: IO<R, E, A>, f: (e: E) => IO<R1, never, E1
|
197
|
+
export declare function flatMapError_<R, R1, E, E1, A>(ma: IO<R, E, A>, f: (e: E) => IO<R1, never, E1>, __tsplusTrace?: string): IO<R | R1, E1, A>;
|
198
198
|
/**
|
199
199
|
* Checks the interrupt status, and produces the IO returned by the
|
200
200
|
* specified callback.
|
@@ -211,12 +211,12 @@ export declare function collect_<R, E, A, E1, A1>(ma: IO<R, E, A>, f: Lazy<E1>,
|
|
211
211
|
* @tsplus fluent fncts.io.IO collectIO
|
212
212
|
* @tsplus location "@fncts/io/IO/api"
|
213
213
|
*/
|
214
|
-
export declare function collectIO_<R, E, A, R1, E1, A1, E2>(ma: IO<R, E, A>, f: Lazy<E2>, pf: (a: A) => Maybe<IO<R1, E1, A1>>, __tsplusTrace?: string): IO<R
|
214
|
+
export declare function collectIO_<R, E, A, R1, E1, A1, E2>(ma: IO<R, E, A>, f: Lazy<E2>, pf: (a: A) => Maybe<IO<R1, E1, A1>>, __tsplusTrace?: string): IO<R | R1, E | E1 | E2, A1>;
|
215
215
|
/**
|
216
216
|
* @tsplus static fncts.io.IOOps condIO
|
217
217
|
* @tsplus location "@fncts/io/IO/api"
|
218
218
|
*/
|
219
|
-
export declare function condIO_<R, R1, E, A>(b: boolean, onTrue: URIO<R, A>, onFalse: URIO<R1, E
|
219
|
+
export declare function condIO_<R, R1, E, A>(b: boolean, onTrue: URIO<R, A>, onFalse: URIO<R1, E>, __tsplusTrace?: string): IO<R | R1, E, A>;
|
220
220
|
/**
|
221
221
|
* Returns a lazily constructed effect, whose construction may itself require
|
222
222
|
* effects. The effect must not throw any exceptions. When no environment is required (i.e., when R == unknown)
|
@@ -248,7 +248,7 @@ export declare function deferTry<R, E, A>(io: () => IO<R, E, A>, __tsplusTrace?:
|
|
248
248
|
* @tsplus static IOOps deferTryWith
|
249
249
|
* @tsplus location "@fncts/io/IO/api"
|
250
250
|
*/
|
251
|
-
export declare function deferTryWith<R, E, A>(io: (runtimeConfig: RuntimeConfig, id: FiberId) => IO<R, E, A
|
251
|
+
export declare function deferTryWith<R, E, A>(io: (runtimeConfig: RuntimeConfig, id: FiberId) => IO<R, E, A>, __tsplusTrace?: string): IO<R, unknown, A>;
|
252
252
|
/**
|
253
253
|
* Returns a lazily constructed effect, whose construction may itself require effects,
|
254
254
|
* translating any thrown exceptions into typed failed effects and mapping the error.
|
@@ -257,7 +257,7 @@ export declare function deferTryWith<R, E, A>(io: (runtimeConfig: RuntimeConfig,
|
|
257
257
|
* @tsplus static IOOps deferTryCatch
|
258
258
|
* @tsplus location "@fncts/io/IO/api"
|
259
259
|
*/
|
260
|
-
export declare function deferTryCatch<R, E, A, E1>(io: () => IO<R, E, A>, onThrow: (error: unknown) => E1): IO<R, E | E1, A>;
|
260
|
+
export declare function deferTryCatch<R, E, A, E1>(io: () => IO<R, E, A>, onThrow: (error: unknown) => E1, __tsplusTrace?: string): IO<R, E | E1, A>;
|
261
261
|
/**
|
262
262
|
* Returns a lazily constructed effect, whose construction may itself require effects,
|
263
263
|
* translating any thrown exceptions into typed failed effects and mapping the error.
|
@@ -266,12 +266,12 @@ export declare function deferTryCatch<R, E, A, E1>(io: () => IO<R, E, A>, onThro
|
|
266
266
|
* @tsplus static IOOps deferTryCatchWith
|
267
267
|
* @tsplus location "@fncts/io/IO/api"
|
268
268
|
*/
|
269
|
-
export declare function deferTryCatchWith<R, E, A, E1>(io: (runtimeConfig: RuntimeConfig, id: FiberId) => IO<R, E, A>, onThrow: (error: unknown) => E1): IO<R, E | E1, A>;
|
269
|
+
export declare function deferTryCatchWith<R, E, A, E1>(io: (runtimeConfig: RuntimeConfig, id: FiberId) => IO<R, E, A>, onThrow: (error: unknown) => E1, __tsplusTrace?: string): IO<R, E | E1, A>;
|
270
270
|
/**
|
271
271
|
* @tsplus static fncts.io.IOOps descriptor
|
272
272
|
* @tsplus location "@fncts/io/IO/api"
|
273
273
|
*/
|
274
|
-
export declare const descriptor: IO<
|
274
|
+
export declare const descriptor: IO<never, never, import("../FiberDescriptor").FiberDescriptor>;
|
275
275
|
/**
|
276
276
|
* Constructs an IO based on information about the current fiber, such as
|
277
277
|
* its identity.
|
@@ -289,7 +289,7 @@ export declare function either<R, E, A>(ma: IO<R, E, A>, __tsplusTrace?: string)
|
|
289
289
|
* @tsplus fluent fncts.io.IO ensuring
|
290
290
|
* @tsplus location "@fncts/io/IO/api"
|
291
291
|
*/
|
292
|
-
export declare function ensuring_<R, E, A, R1>(self: IO<R, E, A>, finalizer: IO<R1, never, any>, __tsplusTrace?: string): IO<R
|
292
|
+
export declare function ensuring_<R, E, A, R1>(self: IO<R, E, A>, finalizer: IO<R1, never, any>, __tsplusTrace?: string): IO<R | R1, E, A>;
|
293
293
|
/**
|
294
294
|
* @tsplus fluent fncts.io.IO errorAsCause
|
295
295
|
* @tsplus location "@fncts/io/IO/api"
|
@@ -332,7 +332,7 @@ export declare function failCause<E = never, A = never>(cause: Lazy<Cause<E>>, _
|
|
332
332
|
* @tsplus static fncts.io.IOOps fiberId
|
333
333
|
* @tsplus location "@fncts/io/IO/api"
|
334
334
|
*/
|
335
|
-
export declare const fiberId: IO<
|
335
|
+
export declare const fiberId: IO<never, never, FiberId>;
|
336
336
|
/**
|
337
337
|
* Filters the collection using the specified effectual predicate.
|
338
338
|
* @tsplus static fncts.io.IOOps filter
|
@@ -361,8 +361,8 @@ export declare function filterNot_<A, R, E>(as: Iterable<A>, f: (a: A) => IO<R,
|
|
361
361
|
* @tsplus fluent fncts.io.IO filterOrElse
|
362
362
|
* @tsplus location "@fncts/io/IO/api"
|
363
363
|
*/
|
364
|
-
export declare function filterOrElse_<R, E, A, B extends A, R1, E1, A1>(fa: IO<R, E, A>, refinement: Refinement<A, B>, or: (a: Exclude<A, B>) => IO<R1, E1, A1>, __tsplusTrace?: string): IO<R
|
365
|
-
export declare function filterOrElse_<R, E, A, R1, E1, A1>(fa: IO<R, E, A>, predicate: Predicate<A>, or: (a: A) => IO<R1, E1, A1>, __tsplusTrace?: string): IO<R
|
364
|
+
export declare function filterOrElse_<R, E, A, B extends A, R1, E1, A1>(fa: IO<R, E, A>, refinement: Refinement<A, B>, or: (a: Exclude<A, B>) => IO<R1, E1, A1>, __tsplusTrace?: string): IO<R | R1, E | E1, B | A1>;
|
365
|
+
export declare function filterOrElse_<R, E, A, R1, E1, A1>(fa: IO<R, E, A>, predicate: Predicate<A>, or: (a: A) => IO<R1, E1, A1>, __tsplusTrace?: string): IO<R | R1, E | E1, A | A1>;
|
366
366
|
/**
|
367
367
|
* Fails with `failWith` if the predicate fails.
|
368
368
|
* @tsplus fluent fncts.io.IO filterOrFail
|
@@ -376,7 +376,7 @@ export declare function filterOrFail_<R, E, A, E1>(fa: IO<R, E, A>, predicate: P
|
|
376
376
|
* @tsplus static fncts.io.IOOps firstSuccess
|
377
377
|
* @tsplus location "@fncts/io/IO/api"
|
378
378
|
*/
|
379
|
-
export declare function firstSuccess<R, E, A>(mas: NonEmptyArray<IO<R, E, A
|
379
|
+
export declare function firstSuccess<R, E, A>(mas: NonEmptyArray<IO<R, E, A>>, __tsplusTrace?: string): IO<R, E, A>;
|
380
380
|
/**
|
381
381
|
* Halts with specified `unknown` if the predicate fails.
|
382
382
|
* @tsplus fluent fncts.io.IO filterOrHalt
|
@@ -388,7 +388,7 @@ export declare function filterOrHalt_<R, E, A>(fa: IO<R, E, A>, predicate: Predi
|
|
388
388
|
* @tsplus getter fncts.io.IO flatten
|
389
389
|
* @tsplus location "@fncts/io/IO/api"
|
390
390
|
*/
|
391
|
-
export declare function flatten<R, E, R1, E1, A>(self: IO<R, E, IO<R1, E1, A
|
391
|
+
export declare function flatten<R, E, R1, E1, A>(self: IO<R, E, IO<R1, E1, A>>, __tsplusTrace?: string): IO<R | R1, E | E1, A>;
|
392
392
|
/**
|
393
393
|
* Folds an `Iterable<A>` using an effectful function f, working sequentially from left to right.
|
394
394
|
* @tsplus static fncts.io.IOOps foldLeft
|
@@ -407,7 +407,7 @@ export declare function foldMap_<R, E, A, M>(as: Iterable<IO<R, E, A>>, f: (a: A
|
|
407
407
|
* @tsplus static fncts.io.IOOps foldRight
|
408
408
|
* @tsplus location "@fncts/io/IO/api"
|
409
409
|
*/
|
410
|
-
export declare function foldRight_<A, B, R, E>(as: Iterable<A>, b: UIO<B>, f: (a: A, b: IO<R, E, B>) => IO<R, E, B
|
410
|
+
export declare function foldRight_<A, B, R, E>(as: Iterable<A>, b: UIO<B>, f: (a: A, b: IO<R, E, B>) => IO<R, E, B>, __tsplusTrace?: string): IO<R, E, B>;
|
411
411
|
/**
|
412
412
|
* Applies the function `f` to each element of the `Iterable<A>` and
|
413
413
|
* returns the results in a new `Conc<B>`.
|
@@ -427,25 +427,25 @@ export declare function foreach_<A, R, E, B>(as: Iterable<A>, f: (a: A) => IO<R,
|
|
427
427
|
* @tsplus static fncts.io.IOOps foreachWithIndex
|
428
428
|
* @tsplus location "@fncts/io/IO/api"
|
429
429
|
*/
|
430
|
-
export declare function foreachWithIndex_<A, R, E, B>(as: Iterable<A>, f: (i: number, a: A) => IO<R, E, B
|
430
|
+
export declare function foreachWithIndex_<A, R, E, B>(as: Iterable<A>, f: (i: number, a: A) => IO<R, E, B>, __tsplusTrace?: string): IO<R, E, Conc<B>>;
|
431
431
|
/**
|
432
432
|
* @tsplus static fncts.io.IOOps foreachWithIndexDiscard
|
433
433
|
* @tsplus location "@fncts/io/IO/api"
|
434
434
|
*/
|
435
|
-
export declare function foreachWithIndexDiscard_<A, R, E, B>(as: Iterable<A>, f: (i: number, a: A) => IO<R, E, B
|
435
|
+
export declare function foreachWithIndexDiscard_<A, R, E, B>(as: Iterable<A>, f: (i: number, a: A) => IO<R, E, B>, __tsplusTrace?: string): IO<R, E, void>;
|
436
436
|
/**
|
437
437
|
* Applies the function `f` to each element of the `Iterable<A>` and runs
|
438
438
|
* produced IOs sequentially.
|
439
439
|
* @tsplus static fncts.io.IOOps foreachDiscard
|
440
440
|
* @tsplus location "@fncts/io/IO/api"
|
441
441
|
*/
|
442
|
-
export declare function foreachDiscard_<A, R, E, B>(as: Iterable<A>, f: (a: A) => IO<R, E, B
|
442
|
+
export declare function foreachDiscard_<A, R, E, B>(as: Iterable<A>, f: (a: A) => IO<R, E, B>, __tsplusTrace?: string): IO<R, E, void>;
|
443
443
|
/**
|
444
444
|
* Repeats this effect forever (until the first failure).
|
445
445
|
* @tsplus getter fncts.io.IO forever
|
446
446
|
* @tsplus location "@fncts/io/IO/api"
|
447
447
|
*/
|
448
|
-
export declare function forever<R, E, A>(ma: IO<R, E, A
|
448
|
+
export declare function forever<R, E, A>(ma: IO<R, E, A>, __tsplusTrace?: string): IO<R, E, never>;
|
449
449
|
/**
|
450
450
|
* Returns an IO that forks this IO into its own separate fiber,
|
451
451
|
* returning the fiber immediately, without waiting for it to begin executing
|
@@ -476,19 +476,19 @@ export declare function fork<R, E, A>(ma: IO<R, E, A>, __tsplusTrace?: string):
|
|
476
476
|
* @tsplus static fncts.io.IOOps fromEither
|
477
477
|
* @tsplus location "@fncts/io/IO/api"
|
478
478
|
*/
|
479
|
-
export declare function fromEither<E, A>(either: Lazy<Either<E, A>>, __tsplusTrace?: string): IO<
|
479
|
+
export declare function fromEither<E, A>(either: Lazy<Either<E, A>>, __tsplusTrace?: string): IO<never, E, A>;
|
480
480
|
/**
|
481
481
|
* Lifts an `Either` into an `IO`
|
482
482
|
* @tsplus static fncts.io.IOOps fromEitherNow
|
483
483
|
* @tsplus location "@fncts/io/IO/api"
|
484
484
|
*/
|
485
|
-
export declare function fromEitherNow<E, A>(either: Either<E, A>, __tsplusTrace?: string): IO<
|
485
|
+
export declare function fromEitherNow<E, A>(either: Either<E, A>, __tsplusTrace?: string): IO<never, E, A>;
|
486
486
|
/**
|
487
487
|
* Lifts an `Eval` into an `IO`
|
488
488
|
* @tsplus static fncts.io.IOOps fromEval
|
489
489
|
* @tsplus location "@fncts/io/IO/api"
|
490
490
|
*/
|
491
|
-
export declare function fromEval<A>(computation: Eval<A>, __tsplusTrace?: string): IO<
|
491
|
+
export declare function fromEval<A>(computation: Eval<A>, __tsplusTrace?: string): IO<never, never, A>;
|
492
492
|
/**
|
493
493
|
* Creates a `IO` from an exit value
|
494
494
|
* @tsplus static fncts.io.IOOps fromExit
|
@@ -538,31 +538,31 @@ export declare function fromPromiseHalt<A>(promise: Lazy<Promise<A>>, __tsplusTr
|
|
538
538
|
* @tsplus getter fncts.io.IO get
|
539
539
|
* @tsplus location "@fncts/io/IO/api"
|
540
540
|
*/
|
541
|
-
export declare function get<R, E, A>(ma: IO<R, E, Maybe<A
|
541
|
+
export declare function get<R, E, A>(ma: IO<R, E, Maybe<A>>, __tsplusTrace?: string): IO<R, Maybe<E>, A>;
|
542
542
|
/**
|
543
543
|
* Extracts the optional value, or returns the given 'orElse'.
|
544
544
|
* @tsplus fluent fncts.io.IO getOrElse
|
545
545
|
* @tsplus location "@fncts/io/IO/api"
|
546
546
|
*/
|
547
|
-
export declare function getOrElse_<R, E, A, B>(ma: IO<R, E, Maybe<A>>, orElse: Lazy<B
|
547
|
+
export declare function getOrElse_<R, E, A, B>(ma: IO<R, E, Maybe<A>>, orElse: Lazy<B>, __tsplusTrace?: string): IO<R, E, A | B>;
|
548
548
|
/**
|
549
549
|
* Extracts the optional value, or executes the effect 'orElse'.
|
550
550
|
* @tsplus fluent fncts.io.IO getOrElseIO
|
551
551
|
* @tsplus location "@fncts/io/IO/api"
|
552
552
|
*/
|
553
|
-
export declare function getOrElseIO_<R, E, A, R1, E1, B>(ma: IO<R, E, Maybe<A>>, orElse: Lazy<IO<R1, E1, B
|
553
|
+
export declare function getOrElseIO_<R, E, A, R1, E1, B>(ma: IO<R, E, Maybe<A>>, orElse: Lazy<IO<R1, E1, B>>, __tsplusTrace?: string): IO<R | R1, E | E1, A | B>;
|
554
554
|
/**
|
555
555
|
* Lifts a Maybe into an IO. If the option is `Nothing`, fail with `onNothing`.
|
556
556
|
* @tsplus static fncts.io.IOOps getOrFailWith
|
557
557
|
* @tsplus location "@fncts/io/IO/api"
|
558
558
|
*/
|
559
|
-
export declare function getOrFailWith_<E, A>(maybe: Maybe<A>, onNothing: Lazy<E
|
559
|
+
export declare function getOrFailWith_<E, A>(maybe: Maybe<A>, onNothing: Lazy<E>, __tsplusTrace?: string): FIO<E, A>;
|
560
560
|
/**
|
561
561
|
* Lifts a Maybe into a IO, if the Maybe is `Nothing` it fails with Unit.
|
562
562
|
* @tsplus static fncts.io.IOOps getOrFailUnit
|
563
563
|
* @tsplus location "@fncts/io/IO/api"
|
564
564
|
*/
|
565
|
-
export declare function getOrFailUnit<A>(option: Maybe<A
|
565
|
+
export declare function getOrFailUnit<A>(option: Maybe<A>, __tsplusTrace?: string): FIO<void, A>;
|
566
566
|
/**
|
567
567
|
* Creates an `IO` that halts with the specified lazily-evaluated defect.
|
568
568
|
* This method can be used for terminating a fiber because a defect has been
|
@@ -583,29 +583,29 @@ export declare function haltNow(e: unknown, __tsplusTrace?: string): UIO<never>;
|
|
583
583
|
* @tsplus fluent fncts.io.IO ifIO
|
584
584
|
* @tsplus location "@fncts/io/IO/api"
|
585
585
|
*/
|
586
|
-
export declare function ifIO_<R, E, R1, E1, B, R2, E2, C>(self: IO<R, E, boolean>, onFalse: Lazy<IO<R1, E1, B>>, onTrue: Lazy<IO<R2, E2, C
|
586
|
+
export declare function ifIO_<R, E, R1, E1, B, R2, E2, C>(self: IO<R, E, boolean>, onFalse: Lazy<IO<R1, E1, B>>, onTrue: Lazy<IO<R2, E2, C>>, __tsplusTrace?: string): IO<R | R1 | R2, E | E1 | E2, B | C>;
|
587
587
|
/**
|
588
588
|
* @tsplus static fncts.io.IOOps if
|
589
589
|
* @tsplus location "@fncts/io/IO/api"
|
590
590
|
*/
|
591
|
-
export declare function if_<R, E, A, R1, E1, A1>(b: boolean, onTrue: Lazy<IO<R, E, A>>, onFalse: Lazy<IO<R1, E1, A1>>, __tsplusTrace?: string): IO<R
|
591
|
+
export declare function if_<R, E, A, R1, E1, A1>(b: boolean, onTrue: Lazy<IO<R, E, A>>, onFalse: Lazy<IO<R1, E1, A1>>, __tsplusTrace?: string): IO<R | R1, E | E1, A | A1>;
|
592
592
|
/**
|
593
593
|
* @tsplus getter fncts.io.IO ignore
|
594
594
|
* @tsplus location "@fncts/io/IO/api"
|
595
595
|
*/
|
596
|
-
export declare function ignore<R, E, A>(fa: IO<R, E, A
|
596
|
+
export declare function ignore<R, E, A>(fa: IO<R, E, A>, __tsplusTrace?: string): URIO<R, void>;
|
597
597
|
/**
|
598
598
|
* Folds a `IO` to a boolean describing whether or not it is a failure
|
599
599
|
* @tsplus getter fncts.io.IO isFailure
|
600
600
|
* @tsplus location "@fncts/io/IO/api"
|
601
601
|
*/
|
602
|
-
export declare function isFailure<R, E, A>(ma: IO<R, E, A
|
602
|
+
export declare function isFailure<R, E, A>(ma: IO<R, E, A>, __tsplusTrace?: string): IO<R, never, boolean>;
|
603
603
|
/**
|
604
604
|
* Folds a `IO` to a boolean describing whether or not it is a success
|
605
605
|
* @tsplus getter fncts.io.IO isSuccess
|
606
606
|
* @tsplus location "@fncts/io/IO/api"
|
607
607
|
*/
|
608
|
-
export declare function isSuccess<R, E, A>(ma: IO<R, E, A
|
608
|
+
export declare function isSuccess<R, E, A>(ma: IO<R, E, A>, __tsplusTrace?: string): IO<R, never, boolean>;
|
609
609
|
/**
|
610
610
|
* Iterates with the specified effectual function. The moral equivalent of:
|
611
611
|
*
|
@@ -627,7 +627,7 @@ export declare function iterate_<R, E, A>(initial: A, cont: (a: A) => boolean, b
|
|
627
627
|
* @tsplus static fncts.io.IOOps left
|
628
628
|
* @tsplus location "@fncts/io/IO/api"
|
629
629
|
*/
|
630
|
-
export declare function left<A>(a: Lazy<A
|
630
|
+
export declare function left<A>(a: Lazy<A>, __tsplusTrace?: string): UIO<Either<A, never>>;
|
631
631
|
/**
|
632
632
|
* @tsplus static fncts.io.IOOps log
|
633
633
|
* @tsplus location "@fncts/io/IO/api"
|
@@ -708,12 +708,12 @@ export declare function matchCause_<R, E, A, A1, A2>(self: IO<R, E, A>, onFailur
|
|
708
708
|
* @tsplus fluent fncts.io.IO matchCauseIO
|
709
709
|
* @tsplus location "@fncts/io/IO/api"
|
710
710
|
*/
|
711
|
-
export declare function matchCauseIO_<R, E, A, R1, E1, A1, R2, E2, A2>(self: IO<R, E, A>, onFailure: (cause: Cause<E>) => IO<R1, E1, A1>, onSuccess: (a: A) => IO<R2, E2, A2>, __tsplusTrace?: string): IO<R
|
711
|
+
export declare function matchCauseIO_<R, E, A, R1, E1, A1, R2, E2, A2>(self: IO<R, E, A>, onFailure: (cause: Cause<E>) => IO<R1, E1, A1>, onSuccess: (a: A) => IO<R2, E2, A2>, __tsplusTrace?: string): IO<R | R1 | R2, E1 | E2, A1 | A2>;
|
712
712
|
/**
|
713
713
|
* @tsplus fluent fncts.io.IO matchIO
|
714
714
|
* @tsplus location "@fncts/io/IO/api"
|
715
715
|
*/
|
716
|
-
export declare function matchIO_<R, R1, R2, E, E1, E2, A, A1, A2>(self: IO<R, E, A>, onFailure: (e: E) => IO<R1, E1, A1>, onSuccess: (a: A) => IO<R2, E2, A2>, __tsplusTrace?: string): IO<R
|
716
|
+
export declare function matchIO_<R, R1, R2, E, E1, E2, A, A1, A2>(self: IO<R, E, A>, onFailure: (e: E) => IO<R1, E1, A1>, onSuccess: (a: A) => IO<R2, E2, A2>, __tsplusTrace?: string): IO<R | R1 | R2, E1 | E2, A1 | A2>;
|
717
717
|
/**
|
718
718
|
* Folds over the failure value or the success value to yield an IO that
|
719
719
|
* does not fail, but succeeds with the value returned by the left or right
|
@@ -727,7 +727,7 @@ export declare function match_<R, E, A, B, C>(self: IO<R, E, A>, onFailure: (e:
|
|
727
727
|
* @tsplus fluent fncts.io.IO matchTraceIO
|
728
728
|
* @tsplus location "@fncts/io/IO/api"
|
729
729
|
*/
|
730
|
-
export declare function matchTraceIO_<R, E, A, R1, E1, A1, R2, E2, A2>(ma: IO<R, E, A>, onFailure: (e: E, trace: Trace) => IO<R1, E1, A1>, onSuccess: (a: A) => IO<R2, E2, A2>, __tsplusTrace?: string): IO<R
|
730
|
+
export declare function matchTraceIO_<R, E, A, R1, E1, A1, R2, E2, A2>(ma: IO<R, E, A>, onFailure: (e: E, trace: Trace) => IO<R1, E1, A1>, onSuccess: (a: A) => IO<R2, E2, A2>, __tsplusTrace?: string): IO<R | R1 | R2, E1 | E2, A1 | A2>;
|
731
731
|
/**
|
732
732
|
* @tsplus getter fncts.io.IO maybe
|
733
733
|
* @tsplus location "@fncts/io/IO/api"
|
@@ -756,7 +756,7 @@ export declare const never: UIO<never>;
|
|
756
756
|
* @tsplus getter fncts.io.IO optional
|
757
757
|
* @tsplus location "@fncts/io/IO/api"
|
758
758
|
*/
|
759
|
-
export declare function optional<R, E, A>(ma: IO<R, Maybe<E>, A
|
759
|
+
export declare function optional<R, E, A>(ma: IO<R, Maybe<E>, A>, __tsplusTrace?: string): IO<R, E, Maybe<A>>;
|
760
760
|
/**
|
761
761
|
* Returns the logical disjunction of the `Boolean` value returned by this
|
762
762
|
* effect and the `Boolean` value returned by the specified effect. This
|
@@ -765,27 +765,27 @@ export declare function optional<R, E, A>(ma: IO<R, Maybe<E>, A>): IO<R, E, Mayb
|
|
765
765
|
* @tsplus fluent fncts.io.IO or
|
766
766
|
* @tsplus location "@fncts/io/IO/api"
|
767
767
|
*/
|
768
|
-
export declare function or_<R, E, R1, E1>(ma: IO<R, E, boolean>, mb: IO<R1, E1, boolean>, __tsplusTrace?: string): IO<R
|
768
|
+
export declare function or_<R, E, R1, E1>(ma: IO<R, E, boolean>, mb: IO<R1, E1, boolean>, __tsplusTrace?: string): IO<R | R1, E | E1, boolean>;
|
769
769
|
/**
|
770
770
|
* @tsplus fluent fncts.io.IO orElse
|
771
771
|
* @tsplus location "@fncts/io/IO/api"
|
772
772
|
*/
|
773
|
-
export declare function orElse_<R, E, A, R1, E1, A1>(ma: IO<R, E, A>, that: Lazy<IO<R1, E1, A1>>, __tsplusTrace?: string): IO<R
|
773
|
+
export declare function orElse_<R, E, A, R1, E1, A1>(ma: IO<R, E, A>, that: Lazy<IO<R1, E1, A1>>, __tsplusTrace?: string): IO<R | R1, E1, A | A1>;
|
774
774
|
/**
|
775
775
|
* @tsplus fluent fncts.io.IO orElseEither
|
776
776
|
* @tsplus location "@fncts/io/IO/api"
|
777
777
|
*/
|
778
|
-
export declare function orElseEither_<R, E, A, R1, E1, A1>(self: IO<R, E, A>, that: Lazy<IO<R1, E1, A1>>, __tsplusTrace?: string): IO<R
|
778
|
+
export declare function orElseEither_<R, E, A, R1, E1, A1>(self: IO<R, E, A>, that: Lazy<IO<R1, E1, A1>>, __tsplusTrace?: string): IO<R | R1, E1, Either<A, A1>>;
|
779
779
|
/**
|
780
780
|
* @tsplus fluent fncts.io.IO orElseFail
|
781
781
|
* @tsplus location "@fncts/io/IO/api"
|
782
782
|
*/
|
783
|
-
export declare function orElseFail_<R, E, A, E1>(ma: IO<R, E, A>, e: Lazy<E1
|
783
|
+
export declare function orElseFail_<R, E, A, E1>(ma: IO<R, E, A>, e: Lazy<E1>, __tsplusTrace?: string): IO<R, E1, A>;
|
784
784
|
/**
|
785
785
|
* @tsplus fluent fncts.io.IO orElseMaybe
|
786
786
|
* @tsplus location "@fncts/io/IO/api"
|
787
787
|
*/
|
788
|
-
export declare function orElseMaybe_<R, E, A, R1, E1, A1>(ma: IO<R, Maybe<E>, A>, that: Lazy<IO<R1, Maybe<E1>, A1>>, __tsplusTrace?: string): IO<R
|
788
|
+
export declare function orElseMaybe_<R, E, A, R1, E1, A1>(ma: IO<R, Maybe<E>, A>, that: Lazy<IO<R1, Maybe<E1>, A1>>, __tsplusTrace?: string): IO<R | R1, Maybe<E | E1>, A | A1>;
|
789
789
|
/**
|
790
790
|
* @tsplus fluent fncts.io.IO orElseSucceed
|
791
791
|
* @tsplus location "@fncts/io/IO/api"
|
@@ -800,7 +800,7 @@ export declare function orHalt<R, E, A>(ma: IO<R, E, A>, __tsplusTrace?: string)
|
|
800
800
|
* @tsplus getter fncts.io.IO orHaltKeep
|
801
801
|
* @tsplus location "@fncts/io/IO/api"
|
802
802
|
*/
|
803
|
-
export declare function orHaltKeep<R, E, A>(ma: IO<R, E, A
|
803
|
+
export declare function orHaltKeep<R, E, A>(ma: IO<R, E, A>, __tsplusTrace?: string): IO<R, never, A>;
|
804
804
|
/**
|
805
805
|
* @tsplus fluent fncts.io.IO orHaltWith
|
806
806
|
* @tsplus location "@fncts/io/IO/api"
|
@@ -811,7 +811,7 @@ export declare function orHaltWith_<R, E, A>(ma: IO<R, E, A>, f: (e: E) => unkno
|
|
811
811
|
* @tsplus fluent fncts.io.IO parallelErrors
|
812
812
|
* @tsplus location "@fncts/io/IO/api"
|
813
813
|
*/
|
814
|
-
export declare function parallelErrors<R, E, A>(io: IO<R, E, A
|
814
|
+
export declare function parallelErrors<R, E, A>(io: IO<R, E, A>, __tsplusTrace?: string): IO<R, List<E>, A>;
|
815
815
|
/**
|
816
816
|
* Feeds elements of type `A` to a function `f` that returns an IO.
|
817
817
|
* Collects all successes and failures in a separated fashion.
|
@@ -831,7 +831,7 @@ export declare function refineOrHalt_<R, E, A, E1>(fa: IO<R, E, A>, pf: (e: E) =
|
|
831
831
|
* @tsplus fluent fncts.io.IO refineOrHaltWith
|
832
832
|
* @tsplus location "@fncts/io/IO/api"
|
833
833
|
*/
|
834
|
-
export declare function refineOrHaltWith_<R, E, A, E1>(fa: IO<R, E, A>, pf: (e: E) => Maybe<E1>, f: (e: E) => unknown): IO<R, E1, A>;
|
834
|
+
export declare function refineOrHaltWith_<R, E, A, E1>(fa: IO<R, E, A>, pf: (e: E) => Maybe<E1>, f: (e: E) => unknown, __tsplusTrace?: string): IO<R, E1, A>;
|
835
835
|
/**
|
836
836
|
* Fail with the returned value if the partial function `pf` matches, otherwise
|
837
837
|
* continue with the held value.
|
@@ -846,7 +846,7 @@ export declare function reject_<R, E, A, E1>(fa: IO<R, E, A>, pf: (a: A) => Mayb
|
|
846
846
|
* @tsplus fluent fncts.io.IO rejectIO
|
847
847
|
* @tsplus location "@fncts/io/IO/api"
|
848
848
|
*/
|
849
|
-
export declare function rejectIO_<R, E, A, R1, E1>(fa: IO<R, E, A>, pf: (a: A) => Maybe<IO<R1, E1, E1>>, __tsplusTrace?: string): IO<R
|
849
|
+
export declare function rejectIO_<R, E, A, R1, E1>(fa: IO<R, E, A>, pf: (a: A) => Maybe<IO<R1, E1, E1>>, __tsplusTrace?: string): IO<R | R1, E | E1, A>;
|
850
850
|
/**
|
851
851
|
* Repeats this effect the specified number of times.
|
852
852
|
* @tsplus fluent fncts.io.IO repeatN
|
@@ -864,19 +864,19 @@ export declare function repeatUntil_<R, E, A>(ma: IO<R, E, A>, f: (a: A) => bool
|
|
864
864
|
* @tsplus fluent fncts.io.IO repeatUntilIO
|
865
865
|
* @tsplus location "@fncts/io/IO/api"
|
866
866
|
*/
|
867
|
-
export declare function repeatUntilIO_<R, E, A, R1, E1>(ma: IO<R, E, A>, f: (a: A) => IO<R1, E1, boolean>, __tsplusTrace?: string): IO<R
|
867
|
+
export declare function repeatUntilIO_<R, E, A, R1, E1>(ma: IO<R, E, A>, f: (a: A) => IO<R1, E1, boolean>, __tsplusTrace?: string): IO<R | R1, E | E1, A>;
|
868
868
|
/**
|
869
869
|
* Repeats this effect while its error satisfies the specified predicate.
|
870
870
|
* @tsplus fluent fncts.io.IO repeatWhile
|
871
871
|
* @tsplus location "@fncts/io/IO/api"
|
872
872
|
*/
|
873
|
-
export declare function repeatWhile_<R, E, A>(ma: IO<R, E, A>, f: (a: A) => boolean): IO<R, E, A>;
|
873
|
+
export declare function repeatWhile_<R, E, A>(ma: IO<R, E, A>, f: (a: A) => boolean, __tsplusTrace?: string): IO<R, E, A>;
|
874
874
|
/**
|
875
875
|
* Repeats this effect while its error satisfies the specified effectful predicate.
|
876
876
|
* @tsplus fluent fncts.io.IO repeatWhileIO
|
877
877
|
* @tsplus location "@fncts/io/IO/api"
|
878
878
|
*/
|
879
|
-
export declare function repeatWhileIO_<R, E, A, R1, E1>(ma: IO<R, E, A>, f: (a: A) => IO<R1, E1, boolean>, __tsplusTrace?: string): IO<R
|
879
|
+
export declare function repeatWhileIO_<R, E, A, R1, E1>(ma: IO<R, E, A>, f: (a: A) => IO<R1, E1, boolean>, __tsplusTrace?: string): IO<R | R1, E | E1, A>;
|
880
880
|
/**
|
881
881
|
* @tsplus fluent fncts.io.IO replicate
|
882
882
|
* @tsplus location "@fncts/io/IO/api"
|
@@ -899,7 +899,7 @@ export declare function result<R, E, A>(ma: IO<R, E, A>, __tsplusTrace?: string)
|
|
899
899
|
*
|
900
900
|
* @trace call
|
901
901
|
*/
|
902
|
-
export declare function resurrect<R, E, A>(io: IO<R, E, A
|
902
|
+
export declare function resurrect<R, E, A>(io: IO<R, E, A>, __tsplusTrace?: string): IO<R, unknown, A>;
|
903
903
|
/**
|
904
904
|
* Retries this effect until its error satisfies the specified predicate.
|
905
905
|
* @tsplus fluent fncts.io.IO retryUntil
|
@@ -911,7 +911,7 @@ export declare function retryUntil_<R, E, A>(fa: IO<R, E, A>, f: (e: E) => boole
|
|
911
911
|
* @tsplus fluent fncts.io.IO retryUntilIO
|
912
912
|
* @tsplus location "@fncts/io/IO/api"
|
913
913
|
*/
|
914
|
-
export declare function retryUntilIO_<R, E, A, R1, E1>(fa: IO<R, E, A>, f: (e: E) => IO<R1, E1, boolean>, __tsplusTrace?: string): IO<R
|
914
|
+
export declare function retryUntilIO_<R, E, A, R1, E1>(fa: IO<R, E, A>, f: (e: E) => IO<R1, E1, boolean>, __tsplusTrace?: string): IO<R | R1, E | E1, A>;
|
915
915
|
/**
|
916
916
|
* Retries this effect while its error satisfies the specified predicate.
|
917
917
|
* @tsplus fluent fncts.io.IO retryWhile
|
@@ -923,7 +923,7 @@ export declare function retryWhile_<R, E, A>(fa: IO<R, E, A>, f: (e: E) => boole
|
|
923
923
|
* @tsplus fluent fncts.io.IO retryWhileIO
|
924
924
|
* @tsplus location "@fncts/io/IO/api"
|
925
925
|
*/
|
926
|
-
export declare function retryWhileIO_<R, E, A, R1, E1>(fa: IO<R, E, A>, f: (e: E) => IO<R1, E1, boolean>, __tsplusTrace?: string): IO<R
|
926
|
+
export declare function retryWhileIO_<R, E, A, R1, E1>(fa: IO<R, E, A>, f: (e: E) => IO<R1, E1, boolean>, __tsplusTrace?: string): IO<R | R1, E | E1, A>;
|
927
927
|
/**
|
928
928
|
* Retrieves the runtimeConfig that this effect is running on.
|
929
929
|
* @tsplus static fncts.io.IOOps runtimeConfig
|
@@ -951,7 +951,7 @@ export declare function setRuntimeConfig(runtimeConfig: Lazy<RuntimeConfig>, __t
|
|
951
951
|
* @tsplus static fncts.io.IOOps sequenceIterable
|
952
952
|
* @tsplus location "@fncts/io/IO/api"
|
953
953
|
*/
|
954
|
-
export declare function sequenceIterable<R, E, A>(as: Iterable<IO<R, E, A
|
954
|
+
export declare function sequenceIterable<R, E, A>(as: Iterable<IO<R, E, A>>, __tsplusTrace?: string): IO<R, E, Conc<A>>;
|
955
955
|
/**
|
956
956
|
* @tsplus static fncts.io.IOOps sequenceIterableDiscard
|
957
957
|
* @tsplus location "@fncts/io/IO/api"
|
@@ -962,7 +962,7 @@ export declare function sequenceIterableDiscard<R, E, A>(as: Iterable<IO<R, E, A
|
|
962
962
|
* @tsplus static fncts.io.IOOps succeedNow
|
963
963
|
* @tsplus location "@fncts/io/IO/api"
|
964
964
|
*/
|
965
|
-
export declare function succeedNow<A>(value: A, __tsplusTrace?: string): IO<
|
965
|
+
export declare function succeedNow<A>(value: A, __tsplusTrace?: string): IO<never, never, A>;
|
966
966
|
/**
|
967
967
|
* Imports a total synchronous effect into a pure `IO` value.
|
968
968
|
* The effect must not throw any exceptions. If you wonder if the effect
|
@@ -984,25 +984,25 @@ export declare function supervised_<R, E, A>(fa: IO<R, E, A>, supervisor: Superv
|
|
984
984
|
* @tsplus fluent fncts.io.IO summarized
|
985
985
|
* @tsplus location "@fncts/io/IO/api"
|
986
986
|
*/
|
987
|
-
export declare function summarized_<R, E, A, R1, E1, B, C>(ma: IO<R, E, A>, summary: IO<R1, E1, B>, f: (start: B, end: B) => C, __tsplusTrace?: string): IO<R
|
987
|
+
export declare function summarized_<R, E, A, R1, E1, B, C>(ma: IO<R, E, A>, summary: IO<R1, E1, B>, f: (start: B, end: B) => C, __tsplusTrace?: string): IO<R | R1, E | E1, readonly [C, A]>;
|
988
988
|
/**
|
989
989
|
* Swaps the positions of a Bifunctor's arguments
|
990
990
|
* @tsplus getter fncts.io.IO swap
|
991
991
|
* @tsplus location "@fncts/io/IO/api"
|
992
992
|
*/
|
993
|
-
export declare function swap<R, E, A>(pab: IO<R, E, A
|
993
|
+
export declare function swap<R, E, A>(pab: IO<R, E, A>, __tsplusTrace?: string): IO<R, A, E>;
|
994
994
|
/**
|
995
995
|
* Swaps the error/value parameters, applies the function `f` and flips the parameters back
|
996
996
|
* @tsplus fluent fncts.io.IO swapWith
|
997
997
|
* @tsplus location "@fncts/io/IO/api"
|
998
998
|
*/
|
999
|
-
export declare function swapWith_<R, E, A, R1, E1, A1>(fa: IO<R, E, A>, f: (ma: IO<R, A, E>) => IO<R1, A1, E1
|
999
|
+
export declare function swapWith_<R, E, A, R1, E1, A1>(fa: IO<R, E, A>, f: (ma: IO<R, A, E>) => IO<R1, A1, E1>, __tsplusTrace?: string): IO<R1, E1, A1>;
|
1000
1000
|
/**
|
1001
1001
|
* A more powerful variation of `timed` that allows specifying the clock.
|
1002
1002
|
* @tsplus fluent fncts.io.IO timedWith
|
1003
1003
|
* @tsplus location "@fncts/io/IO/api"
|
1004
1004
|
*/
|
1005
|
-
export declare function timedWith_<R, E, A, R1, E1>(ma: IO<R, E, A>, msTime: IO<R1, E1, number>, __tsplusTrace?: string): IO<R
|
1005
|
+
export declare function timedWith_<R, E, A, R1, E1>(ma: IO<R, E, A>, msTime: IO<R1, E1, number>, __tsplusTrace?: string): IO<R | R1, E | E1, readonly [number, A]>;
|
1006
1006
|
/**
|
1007
1007
|
* Creates a `IO` that has succeeded with a pure value
|
1008
1008
|
* @tsplus static fncts.io.IOOps tryCatch
|
@@ -1023,32 +1023,32 @@ export declare function absolve<R, E, E1, A>(ma: IO<R, E, Either<E1, A>>, __tspl
|
|
1023
1023
|
* @tsplus fluent fncts.io.IO tap
|
1024
1024
|
* @tsplus location "@fncts/io/IO/api"
|
1025
1025
|
*/
|
1026
|
-
export declare function tap_<R, E, A, R1, E1, B>(self: IO<R, E, A>, f: (a: A) => IO<R1, E1, B>, __tsplusTrace?: string): IO<R1
|
1026
|
+
export declare function tap_<R, E, A, R1, E1, B>(self: IO<R, E, A>, f: (a: A) => IO<R1, E1, B>, __tsplusTrace?: string): IO<R1 | R, E1 | E, A>;
|
1027
1027
|
/**
|
1028
1028
|
* Returns an IO that effectually "peeks" at the cause of the failure of
|
1029
1029
|
* this IO.
|
1030
1030
|
* @tsplus fluent fncts.io.IO tapCause
|
1031
1031
|
* @tsplus location "@fncts/io/IO/api"
|
1032
1032
|
*/
|
1033
|
-
export declare function tapCause_<R2, A2, R, E, E2>(ma: IO<R2, E2, A2>, f: (e: Cause<E2>) => IO<R, E, any>, __tsplusTrace?: string): IO<R2
|
1033
|
+
export declare function tapCause_<R2, A2, R, E, E2>(ma: IO<R2, E2, A2>, f: (e: Cause<E2>) => IO<R, E, any>, __tsplusTrace?: string): IO<R2 | R, E | E2, A2>;
|
1034
1034
|
/**
|
1035
1035
|
* Returns an IO that effectfully "peeks" at the failure of this effect.
|
1036
1036
|
* @tsplus fluent fncts.io.IO tapError
|
1037
1037
|
* @tsplus location "@fncts/io/IO/api"
|
1038
1038
|
*/
|
1039
|
-
export declare function tapError_<R, E, A, R1, E1>(self: IO<R, E, A>, f: (e: E) => IO<R1, E1, any>, __tsplusTrace?: string): IO<R
|
1039
|
+
export declare function tapError_<R, E, A, R1, E1>(self: IO<R, E, A>, f: (e: E) => IO<R1, E1, any>, __tsplusTrace?: string): IO<R | R1, E | E1, A>;
|
1040
1040
|
/**
|
1041
1041
|
* Returns an effect that effectually "peeks" at the cause of the failure of
|
1042
1042
|
* this effect.
|
1043
1043
|
* @tsplus fluent fncts.io.IO tapErrorCause
|
1044
1044
|
* @tsplus location "@fncts/io/IO/api"
|
1045
1045
|
*/
|
1046
|
-
export declare function tapErrorCause_<R, E, A, R1, E1>(self: IO<R, E, A>, f: (e: Cause<E>) => IO<R1, E1, any>, __tsplusTrace?: string): IO<R
|
1046
|
+
export declare function tapErrorCause_<R, E, A, R1, E1>(self: IO<R, E, A>, f: (e: Cause<E>) => IO<R1, E1, any>, __tsplusTrace?: string): IO<R | R1, E | E1, A>;
|
1047
1047
|
/**
|
1048
1048
|
* @tsplus fluent fncts.io.IO tryOrElse
|
1049
1049
|
* @tsplus location "@fncts/io/IO/api"
|
1050
1050
|
*/
|
1051
|
-
export declare function tryOrElse_<R, E, A, R1, E1, A1, R2, E2, A2>(ma: IO<R, E, A>, that: Lazy<IO<R1, E1, A1>>, onSuccess: (a: A) => IO<R2, E2, A2>, __tsplusTrace?: string): IO<R
|
1051
|
+
export declare function tryOrElse_<R, E, A, R1, E1, A1, R2, E2, A2>(ma: IO<R, E, A>, that: Lazy<IO<R1, E1, A1>>, onSuccess: (a: A) => IO<R2, E2, A2>, __tsplusTrace?: string): IO<R | R1 | R2, E1 | E2, A1 | A2>;
|
1052
1052
|
/**
|
1053
1053
|
* @tsplus static fncts.io.IOOps unit
|
1054
1054
|
* @tsplus location "@fncts/io/IO/api"
|
@@ -1059,7 +1059,7 @@ export declare const unit: UIO<void>;
|
|
1059
1059
|
* @tsplus getter fncts.io.IO unjust
|
1060
1060
|
* @tsplus location "@fncts/io/IO/api"
|
1061
1061
|
*/
|
1062
|
-
export declare function unjust<R, E, A>(self: IO<R, Maybe<E>, A
|
1062
|
+
export declare function unjust<R, E, A>(self: IO<R, Maybe<E>, A>, __tsplusTrace?: string): IO<R, E, Maybe<A>>;
|
1063
1063
|
/**
|
1064
1064
|
* Takes some fiber failures and converts them into errors, using the
|
1065
1065
|
* specified function to convert the `E` into an `E1 | E2`.
|
@@ -1072,7 +1072,7 @@ export declare function unrefineWith_<R, E, A, E1, E2>(fa: IO<R, E, A>, pf: (u:
|
|
1072
1072
|
* @tsplus getter fncts.io.IO unsandbox
|
1073
1073
|
* @tsplus location "@fncts/io/IO/api"
|
1074
1074
|
*/
|
1075
|
-
export declare function unsandbox<R, E, A>(ma: IO<R, Cause<E>, A
|
1075
|
+
export declare function unsandbox<R, E, A>(ma: IO<R, Cause<E>, A>, __tsplusTrace?: string): IO<R, E, A>;
|
1076
1076
|
/**
|
1077
1077
|
* Updates the `FiberRef` values for the fiber running this effect using the
|
1078
1078
|
* specified function
|
@@ -1095,7 +1095,7 @@ export declare function when_<R, E, A>(ma: IO<R, E, A>, b: Lazy<boolean>, __tspl
|
|
1095
1095
|
* @tsplus fluent fncts.io.IO whenIO
|
1096
1096
|
* @tsplus location "@fncts/io/IO/api"
|
1097
1097
|
*/
|
1098
|
-
export declare function whenIO_<R, E, A, R1, E1>(ma: IO<R, E, A>, mb: IO<R1, E1, boolean
|
1098
|
+
export declare function whenIO_<R, E, A, R1, E1>(ma: IO<R, E, A>, mb: IO<R1, E1, boolean>, __tsplusTrace?: string): IO<R1 | R, E | E1, void>;
|
1099
1099
|
/**
|
1100
1100
|
* Returns an effect that yields to the runtime system, starting on a fresh
|
1101
1101
|
* stack. Manual use of this method can improve fairness, at the cost of
|
@@ -1108,16 +1108,16 @@ export declare const yieldNow: UIO<void>;
|
|
1108
1108
|
* @tsplus fluent fncts.io.IO zip
|
1109
1109
|
* @tsplus location "@fncts/io/IO/api"
|
1110
1110
|
*/
|
1111
|
-
export declare function zip_<R, E, A, R1, E1, B>(self: IO<R, E, A>, that: IO<R1, E1, B
|
1111
|
+
export declare function zip_<R, E, A, R1, E1, B>(self: IO<R, E, A>, that: IO<R1, E1, B>, __tsplusTrace?: string): IO<R | R1, E | E1, readonly [A, B]>;
|
1112
1112
|
/**
|
1113
1113
|
* @tsplus fluent fncts.io.IO zipWith
|
1114
1114
|
* @tsplus location "@fncts/io/IO/api"
|
1115
1115
|
*/
|
1116
|
-
export declare function zipWith_<R, E, A, R1, E1, B, C>(self: IO<R, E, A>, that: IO<R1, E1, B>, f: (a: A, b: B) => C): IO<R
|
1116
|
+
export declare function zipWith_<R, E, A, R1, E1, B, C>(self: IO<R, E, A>, that: IO<R1, E1, B>, f: (a: A, b: B) => C, __tsplusTrace?: string): IO<R | R1, E | E1, C>;
|
1117
1117
|
export declare class GenIO<R, E, A> {
|
1118
1118
|
readonly effect: IO<R, E, A>;
|
1119
1119
|
readonly _trace?: string | undefined;
|
1120
|
-
readonly _R: (
|
1120
|
+
readonly _R: () => R;
|
1121
1121
|
readonly _E: () => E;
|
1122
1122
|
readonly _A: () => A;
|
1123
1123
|
constructor(effect: IO<R, E, A>, _trace?: string | undefined);
|
@@ -1134,4 +1134,4 @@ export declare const __adapter: (_: any) => any;
|
|
1134
1134
|
*/
|
1135
1135
|
export declare function gen<T extends GenIO<any, any, any>, A>(f: (i: {
|
1136
1136
|
<R, E, A>(_: IO<R, E, A>, __tsplusTrace?: string): GenIO<R, E, A>;
|
1137
|
-
}) => Generator<T, A, any
|
1137
|
+
}) => Generator<T, A, any>, __tsplusTrace?: string): IO<_R<T>, _E<T>, A>;
|