effect 4.0.0-beta.73 → 4.0.0-beta.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Array.d.ts +745 -627
- package/dist/Array.d.ts.map +1 -1
- package/dist/Array.js +277 -217
- package/dist/Array.js.map +1 -1
- package/dist/BigDecimal.d.ts +37 -30
- package/dist/BigDecimal.d.ts.map +1 -1
- package/dist/BigDecimal.js +19 -16
- package/dist/BigDecimal.js.map +1 -1
- package/dist/BigInt.d.ts +34 -40
- package/dist/BigInt.d.ts.map +1 -1
- package/dist/BigInt.js +16 -16
- package/dist/BigInt.js.map +1 -1
- package/dist/Boolean.d.ts +10 -10
- package/dist/Boolean.js +6 -6
- package/dist/Brand.d.ts +13 -11
- package/dist/Brand.d.ts.map +1 -1
- package/dist/Brand.js +10 -8
- package/dist/Brand.js.map +1 -1
- package/dist/Cause.d.ts +21 -23
- package/dist/Cause.d.ts.map +1 -1
- package/dist/Cause.js +21 -23
- package/dist/Cause.js.map +1 -1
- package/dist/Channel.d.ts +282 -72
- package/dist/Channel.d.ts.map +1 -1
- package/dist/Channel.js +108 -28
- package/dist/Channel.js.map +1 -1
- package/dist/ChannelSchema.d.ts +11 -11
- package/dist/ChannelSchema.js +5 -5
- package/dist/Chunk.d.ts +86 -33
- package/dist/Chunk.d.ts.map +1 -1
- package/dist/Chunk.js +48 -13
- package/dist/Chunk.js.map +1 -1
- package/dist/Clock.d.ts +3 -3
- package/dist/Clock.js +3 -3
- package/dist/Combiner.d.ts +9 -13
- package/dist/Combiner.d.ts.map +1 -1
- package/dist/Combiner.js +9 -13
- package/dist/Combiner.js.map +1 -1
- package/dist/Config.d.ts +49 -56
- package/dist/Config.d.ts.map +1 -1
- package/dist/Config.js +40 -43
- package/dist/Config.js.map +1 -1
- package/dist/ConfigProvider.d.ts +34 -44
- package/dist/ConfigProvider.d.ts.map +1 -1
- package/dist/ConfigProvider.js +24 -32
- package/dist/ConfigProvider.js.map +1 -1
- package/dist/Console.d.ts +2 -2
- package/dist/Console.js +2 -2
- package/dist/Context.d.ts +63 -75
- package/dist/Context.d.ts.map +1 -1
- package/dist/Context.js +29 -33
- package/dist/Context.js.map +1 -1
- package/dist/Cron.d.ts +6 -6
- package/dist/Cron.js +6 -6
- package/dist/Crypto.d.ts +4 -4
- package/dist/Crypto.js +4 -4
- package/dist/Data.d.ts +21 -15
- package/dist/Data.d.ts.map +1 -1
- package/dist/Data.js +7 -7
- package/dist/Data.js.map +1 -1
- package/dist/DateTime.d.ts +35 -16
- package/dist/DateTime.d.ts.map +1 -1
- package/dist/DateTime.js +35 -8
- package/dist/DateTime.js.map +1 -1
- package/dist/Deferred.d.ts +61 -52
- package/dist/Deferred.d.ts.map +1 -1
- package/dist/Deferred.js +21 -18
- package/dist/Deferred.js.map +1 -1
- package/dist/Duration.d.ts +50 -37
- package/dist/Duration.d.ts.map +1 -1
- package/dist/Duration.js +24 -13
- package/dist/Duration.js.map +1 -1
- package/dist/Effect.d.ts +574 -474
- package/dist/Effect.d.ts.map +1 -1
- package/dist/Effect.js +273 -213
- package/dist/Effect.js.map +1 -1
- package/dist/Encoding.d.ts +5 -0
- package/dist/Encoding.d.ts.map +1 -1
- package/dist/Encoding.js +5 -0
- package/dist/Encoding.js.map +1 -1
- package/dist/Equal.d.ts +28 -41
- package/dist/Equal.d.ts.map +1 -1
- package/dist/Equal.js +12 -19
- package/dist/Equal.js.map +1 -1
- package/dist/Equivalence.d.ts +72 -100
- package/dist/Equivalence.d.ts.map +1 -1
- package/dist/Equivalence.js +54 -74
- package/dist/Equivalence.js.map +1 -1
- package/dist/ErrorReporter.d.ts +1 -1
- package/dist/ErrorReporter.js +1 -1
- package/dist/ExecutionPlan.d.ts +2 -2
- package/dist/ExecutionPlan.js +1 -1
- package/dist/Exit.d.ts +79 -96
- package/dist/Exit.d.ts.map +1 -1
- package/dist/Exit.js +57 -64
- package/dist/Exit.js.map +1 -1
- package/dist/Fiber.d.ts +8 -6
- package/dist/Fiber.d.ts.map +1 -1
- package/dist/Fiber.js +8 -6
- package/dist/Fiber.js.map +1 -1
- package/dist/FiberHandle.d.ts +25 -0
- package/dist/FiberHandle.d.ts.map +1 -1
- package/dist/FiberHandle.js +15 -0
- package/dist/FiberHandle.js.map +1 -1
- package/dist/FiberMap.d.ts +35 -0
- package/dist/FiberMap.d.ts.map +1 -1
- package/dist/FiberMap.js +15 -0
- package/dist/FiberMap.js.map +1 -1
- package/dist/FiberSet.d.ts +20 -0
- package/dist/FiberSet.d.ts.map +1 -1
- package/dist/FiberSet.js +10 -0
- package/dist/FiberSet.js.map +1 -1
- package/dist/FileSystem.d.ts +6 -6
- package/dist/FileSystem.js +2 -2
- package/dist/Filter.d.ts +4 -4
- package/dist/Filter.js +4 -4
- package/dist/Formatter.d.ts +14 -19
- package/dist/Formatter.d.ts.map +1 -1
- package/dist/Formatter.js +14 -19
- package/dist/Formatter.js.map +1 -1
- package/dist/Function.d.ts +20 -21
- package/dist/Function.d.ts.map +1 -1
- package/dist/Function.js +14 -15
- package/dist/Function.js.map +1 -1
- package/dist/Graph.d.ts +13 -13
- package/dist/Graph.js +7 -7
- package/dist/HKT.d.ts +3 -3
- package/dist/Hash.d.ts +2 -1
- package/dist/Hash.d.ts.map +1 -1
- package/dist/Hash.js +2 -1
- package/dist/Hash.js.map +1 -1
- package/dist/HashMap.d.ts +18 -3
- package/dist/HashMap.d.ts.map +1 -1
- package/dist/HashMap.js +5 -0
- package/dist/HashMap.js.map +1 -1
- package/dist/HashRing.d.ts +9 -9
- package/dist/HashRing.js +3 -3
- package/dist/HashSet.d.ts +1 -1
- package/dist/Iterable.d.ts +39 -27
- package/dist/Iterable.d.ts.map +1 -1
- package/dist/Iterable.js +21 -11
- package/dist/Iterable.js.map +1 -1
- package/dist/JsonPatch.d.ts +2 -3
- package/dist/JsonPatch.d.ts.map +1 -1
- package/dist/JsonPatch.js +2 -3
- package/dist/JsonPatch.js.map +1 -1
- package/dist/JsonPointer.d.ts +2 -6
- package/dist/JsonPointer.d.ts.map +1 -1
- package/dist/JsonPointer.js +2 -6
- package/dist/JsonPointer.js.map +1 -1
- package/dist/JsonSchema.d.ts +17 -13
- package/dist/JsonSchema.d.ts.map +1 -1
- package/dist/JsonSchema.js +17 -13
- package/dist/JsonSchema.js.map +1 -1
- package/dist/Latch.d.ts +4 -3
- package/dist/Latch.d.ts.map +1 -1
- package/dist/Latch.js +4 -3
- package/dist/Latch.js.map +1 -1
- package/dist/Layer.d.ts +108 -130
- package/dist/Layer.d.ts.map +1 -1
- package/dist/Layer.js +43 -51
- package/dist/Layer.js.map +1 -1
- package/dist/Logger.d.ts +16 -19
- package/dist/Logger.d.ts.map +1 -1
- package/dist/Logger.js +15 -18
- package/dist/Logger.js.map +1 -1
- package/dist/ManagedRuntime.d.ts +2 -2
- package/dist/Match.d.ts +22 -22
- package/dist/Match.js +18 -18
- package/dist/Metric.d.ts +105 -125
- package/dist/Metric.d.ts.map +1 -1
- package/dist/Metric.js +54 -64
- package/dist/Metric.js.map +1 -1
- package/dist/MutableHashMap.d.ts +21 -12
- package/dist/MutableHashMap.d.ts.map +1 -1
- package/dist/MutableHashMap.js +7 -4
- package/dist/MutableHashMap.js.map +1 -1
- package/dist/MutableList.d.ts +15 -0
- package/dist/MutableList.d.ts.map +1 -1
- package/dist/MutableList.js +15 -0
- package/dist/MutableList.js.map +1 -1
- package/dist/MutableRef.d.ts +56 -42
- package/dist/MutableRef.d.ts.map +1 -1
- package/dist/MutableRef.js +28 -22
- package/dist/MutableRef.js.map +1 -1
- package/dist/Newtype.d.ts +10 -7
- package/dist/Newtype.d.ts.map +1 -1
- package/dist/Newtype.js +10 -7
- package/dist/Newtype.js.map +1 -1
- package/dist/Number.d.ts +23 -11
- package/dist/Number.d.ts.map +1 -1
- package/dist/Number.js +9 -5
- package/dist/Number.js.map +1 -1
- package/dist/Optic.d.ts +16 -16
- package/dist/Optic.d.ts.map +1 -1
- package/dist/Optic.js +10 -9
- package/dist/Optic.js.map +1 -1
- package/dist/Option.d.ts +232 -204
- package/dist/Option.d.ts.map +1 -1
- package/dist/Option.js +113 -96
- package/dist/Option.js.map +1 -1
- package/dist/Order.d.ts +119 -180
- package/dist/Order.d.ts.map +1 -1
- package/dist/Order.js +93 -145
- package/dist/Order.js.map +1 -1
- package/dist/PartitionedSemaphore.d.ts +14 -14
- package/dist/PartitionedSemaphore.js +6 -6
- package/dist/Path.d.ts +3 -3
- package/dist/Path.js +3 -3
- package/dist/Pipeable.d.ts +3 -3
- package/dist/Pipeable.js +3 -3
- package/dist/PlatformError.d.ts +4 -4
- package/dist/PlatformError.js +4 -4
- package/dist/Pool.d.ts +7 -11
- package/dist/Pool.d.ts.map +1 -1
- package/dist/Pool.js +3 -5
- package/dist/Pool.js.map +1 -1
- package/dist/Predicate.d.ts +279 -268
- package/dist/Predicate.d.ts.map +1 -1
- package/dist/Predicate.js +128 -123
- package/dist/Predicate.js.map +1 -1
- package/dist/PubSub.d.ts +33 -23
- package/dist/PubSub.d.ts.map +1 -1
- package/dist/PubSub.js +21 -11
- package/dist/PubSub.js.map +1 -1
- package/dist/Pull.d.ts +4 -4
- package/dist/Pull.js +4 -4
- package/dist/Queue.d.ts +70 -31
- package/dist/Queue.d.ts.map +1 -1
- package/dist/Queue.js +66 -27
- package/dist/Queue.js.map +1 -1
- package/dist/RcRef.d.ts +0 -4
- package/dist/RcRef.d.ts.map +1 -1
- package/dist/RcRef.js.map +1 -1
- package/dist/Record.d.ts +15 -15
- package/dist/Record.js +5 -5
- package/dist/Redactable.d.ts +2 -2
- package/dist/Redactable.js +2 -2
- package/dist/Redacted.d.ts +5 -5
- package/dist/Redacted.js +4 -4
- package/dist/Reducer.d.ts +2 -3
- package/dist/Reducer.d.ts.map +1 -1
- package/dist/Reducer.js +2 -3
- package/dist/Reducer.js.map +1 -1
- package/dist/Ref.d.ts +23 -22
- package/dist/Ref.d.ts.map +1 -1
- package/dist/Ref.js +21 -20
- package/dist/Ref.js.map +1 -1
- package/dist/References.d.ts +4 -4
- package/dist/References.js +4 -4
- package/dist/RegExp.d.ts +1 -1
- package/dist/RegExp.js +1 -1
- package/dist/Request.d.ts +22 -22
- package/dist/Request.js +6 -6
- package/dist/RequestResolver.d.ts +6 -6
- package/dist/RequestResolver.js +2 -2
- package/dist/Resource.d.ts +3 -3
- package/dist/Resource.js +3 -3
- package/dist/Result.d.ts +95 -51
- package/dist/Result.d.ts.map +1 -1
- package/dist/Result.js +53 -30
- package/dist/Result.js.map +1 -1
- package/dist/Runtime.d.ts +11 -8
- package/dist/Runtime.d.ts.map +1 -1
- package/dist/Runtime.js +11 -8
- package/dist/Runtime.js.map +1 -1
- package/dist/Schedule.d.ts +151 -89
- package/dist/Schedule.d.ts.map +1 -1
- package/dist/Schedule.js +59 -47
- package/dist/Schedule.js.map +1 -1
- package/dist/Scheduler.d.ts +6 -4
- package/dist/Scheduler.d.ts.map +1 -1
- package/dist/Scheduler.js +6 -4
- package/dist/Scheduler.js.map +1 -1
- package/dist/Schema.d.ts +620 -830
- package/dist/Schema.d.ts.map +1 -1
- package/dist/Schema.js +543 -452
- package/dist/Schema.js.map +1 -1
- package/dist/SchemaAST.d.ts +43 -22
- package/dist/SchemaAST.d.ts.map +1 -1
- package/dist/SchemaAST.js +80 -59
- package/dist/SchemaAST.js.map +1 -1
- package/dist/SchemaGetter.d.ts +139 -119
- package/dist/SchemaGetter.d.ts.map +1 -1
- package/dist/SchemaGetter.js +133 -113
- package/dist/SchemaGetter.js.map +1 -1
- package/dist/SchemaIssue.d.ts +37 -39
- package/dist/SchemaIssue.d.ts.map +1 -1
- package/dist/SchemaIssue.js +16 -17
- package/dist/SchemaIssue.js.map +1 -1
- package/dist/SchemaParser.d.ts +75 -156
- package/dist/SchemaParser.d.ts.map +1 -1
- package/dist/SchemaParser.js +75 -148
- package/dist/SchemaParser.js.map +1 -1
- package/dist/SchemaRepresentation.d.ts +30 -21
- package/dist/SchemaRepresentation.d.ts.map +1 -1
- package/dist/SchemaRepresentation.js +26 -22
- package/dist/SchemaRepresentation.js.map +1 -1
- package/dist/SchemaTransformation.d.ts +169 -145
- package/dist/SchemaTransformation.d.ts.map +1 -1
- package/dist/SchemaTransformation.js +183 -159
- package/dist/SchemaTransformation.js.map +1 -1
- package/dist/SchemaUtils.js +2 -2
- package/dist/SchemaUtils.js.map +1 -1
- package/dist/Scope.d.ts +16 -1
- package/dist/Scope.d.ts.map +1 -1
- package/dist/Scope.js +16 -1
- package/dist/Scope.js.map +1 -1
- package/dist/ScopedCache.d.ts +1 -1
- package/dist/ScopedCache.js +1 -1
- package/dist/ScopedRef.d.ts +14 -18
- package/dist/ScopedRef.d.ts.map +1 -1
- package/dist/ScopedRef.js +6 -8
- package/dist/ScopedRef.js.map +1 -1
- package/dist/Semaphore.d.ts +9 -9
- package/dist/Semaphore.js +3 -3
- package/dist/Sink.d.ts +18 -18
- package/dist/Sink.d.ts.map +1 -1
- package/dist/Sink.js +12 -12
- package/dist/Sink.js.map +1 -1
- package/dist/Stdio.d.ts +4 -5
- package/dist/Stdio.d.ts.map +1 -1
- package/dist/Stdio.js +4 -5
- package/dist/Stdio.js.map +1 -1
- package/dist/Stream.d.ts +376 -99
- package/dist/Stream.d.ts.map +1 -1
- package/dist/Stream.js +158 -43
- package/dist/Stream.js.map +1 -1
- package/dist/String.d.ts +11 -14
- package/dist/String.d.ts.map +1 -1
- package/dist/String.js +5 -6
- package/dist/String.js.map +1 -1
- package/dist/Struct.d.ts +23 -21
- package/dist/Struct.d.ts.map +1 -1
- package/dist/Struct.js +14 -12
- package/dist/Struct.js.map +1 -1
- package/dist/SubscriptionRef.d.ts +24 -19
- package/dist/SubscriptionRef.d.ts.map +1 -1
- package/dist/SubscriptionRef.js +12 -7
- package/dist/SubscriptionRef.js.map +1 -1
- package/dist/SynchronizedRef.d.ts +145 -120
- package/dist/SynchronizedRef.d.ts.map +1 -1
- package/dist/SynchronizedRef.js +51 -42
- package/dist/SynchronizedRef.js.map +1 -1
- package/dist/Terminal.d.ts +1 -1
- package/dist/Terminal.js +1 -1
- package/dist/Tracer.d.ts +9 -9
- package/dist/Tracer.js +6 -6
- package/dist/Trie.d.ts +15 -0
- package/dist/Trie.d.ts.map +1 -1
- package/dist/Trie.js +5 -0
- package/dist/Trie.js.map +1 -1
- package/dist/Tuple.d.ts +39 -33
- package/dist/Tuple.d.ts.map +1 -1
- package/dist/Tuple.js +23 -19
- package/dist/Tuple.js.map +1 -1
- package/dist/TxHashMap.d.ts +3 -3
- package/dist/TxHashSet.d.ts +1 -1
- package/dist/TxReentrantLock.d.ts +6 -3
- package/dist/TxReentrantLock.d.ts.map +1 -1
- package/dist/TxReentrantLock.js +2 -1
- package/dist/TxReentrantLock.js.map +1 -1
- package/dist/TxRef.d.ts +16 -16
- package/dist/TxRef.js +8 -8
- package/dist/TxSubscriptionRef.d.ts +43 -27
- package/dist/TxSubscriptionRef.d.ts.map +1 -1
- package/dist/TxSubscriptionRef.js +19 -13
- package/dist/TxSubscriptionRef.js.map +1 -1
- package/dist/Types.d.ts +12 -38
- package/dist/Types.d.ts.map +1 -1
- package/dist/Types.js +0 -2
- package/dist/UndefinedOr.d.ts +15 -14
- package/dist/UndefinedOr.d.ts.map +1 -1
- package/dist/UndefinedOr.js +11 -10
- package/dist/UndefinedOr.js.map +1 -1
- package/dist/Unify.d.ts +9 -9
- package/dist/Unify.js +1 -1
- package/dist/internal/schema/annotations.js.map +1 -1
- package/dist/internal/schema/arbitrary.js +9 -9
- package/dist/internal/schema/arbitrary.js.map +1 -1
- package/dist/internal/schema/equivalence.js +9 -9
- package/dist/internal/schema/equivalence.js.map +1 -1
- package/dist/internal/schema/representation.js +14 -14
- package/dist/internal/schema/representation.js.map +1 -1
- package/dist/internal/schema/schema.js +11 -11
- package/dist/internal/schema/schema.js.map +1 -1
- package/dist/testing/TestClock.d.ts +5 -5
- package/dist/testing/TestClock.js +4 -4
- package/dist/testing/TestConsole.d.ts +3 -3
- package/dist/testing/TestConsole.js +3 -3
- package/dist/testing/TestSchema.d.ts +10 -10
- package/dist/testing/TestSchema.d.ts.map +1 -1
- package/dist/testing/TestSchema.js +9 -9
- package/dist/testing/TestSchema.js.map +1 -1
- package/dist/unstable/ai/AiError.d.ts +4 -2
- package/dist/unstable/ai/AiError.d.ts.map +1 -1
- package/dist/unstable/ai/AiError.js +4 -2
- package/dist/unstable/ai/AiError.js.map +1 -1
- package/dist/unstable/ai/AnthropicStructuredOutput.d.ts +17 -20
- package/dist/unstable/ai/AnthropicStructuredOutput.d.ts.map +1 -1
- package/dist/unstable/ai/AnthropicStructuredOutput.js +36 -39
- package/dist/unstable/ai/AnthropicStructuredOutput.js.map +1 -1
- package/dist/unstable/ai/Chat.d.ts +6 -7
- package/dist/unstable/ai/Chat.d.ts.map +1 -1
- package/dist/unstable/ai/Chat.js +6 -7
- package/dist/unstable/ai/Chat.js.map +1 -1
- package/dist/unstable/ai/EmbeddingModel.d.ts +5 -5
- package/dist/unstable/ai/EmbeddingModel.js +4 -4
- package/dist/unstable/ai/IdGenerator.d.ts +4 -5
- package/dist/unstable/ai/IdGenerator.d.ts.map +1 -1
- package/dist/unstable/ai/IdGenerator.js +3 -4
- package/dist/unstable/ai/IdGenerator.js.map +1 -1
- package/dist/unstable/ai/LanguageModel.d.ts +7 -6
- package/dist/unstable/ai/LanguageModel.d.ts.map +1 -1
- package/dist/unstable/ai/LanguageModel.js +6 -5
- package/dist/unstable/ai/LanguageModel.js.map +1 -1
- package/dist/unstable/ai/McpSchema.d.ts +14 -12
- package/dist/unstable/ai/McpSchema.d.ts.map +1 -1
- package/dist/unstable/ai/McpSchema.js +19 -17
- package/dist/unstable/ai/McpSchema.js.map +1 -1
- package/dist/unstable/ai/McpServer.d.ts +11 -4
- package/dist/unstable/ai/McpServer.d.ts.map +1 -1
- package/dist/unstable/ai/McpServer.js +8 -5
- package/dist/unstable/ai/McpServer.js.map +1 -1
- package/dist/unstable/ai/OpenAiStructuredOutput.d.ts +20 -18
- package/dist/unstable/ai/OpenAiStructuredOutput.d.ts.map +1 -1
- package/dist/unstable/ai/OpenAiStructuredOutput.js +45 -43
- package/dist/unstable/ai/OpenAiStructuredOutput.js.map +1 -1
- package/dist/unstable/ai/Prompt.d.ts +17 -17
- package/dist/unstable/ai/Prompt.js +4 -4
- package/dist/unstable/ai/Prompt.js.map +1 -1
- package/dist/unstable/ai/ResponseIdTracker.d.ts +3 -2
- package/dist/unstable/ai/ResponseIdTracker.d.ts.map +1 -1
- package/dist/unstable/ai/ResponseIdTracker.js +3 -2
- package/dist/unstable/ai/ResponseIdTracker.js.map +1 -1
- package/dist/unstable/ai/Telemetry.d.ts +26 -11
- package/dist/unstable/ai/Telemetry.d.ts.map +1 -1
- package/dist/unstable/ai/Telemetry.js +9 -4
- package/dist/unstable/ai/Telemetry.js.map +1 -1
- package/dist/unstable/ai/Tokenizer.d.ts +1 -1
- package/dist/unstable/ai/Tokenizer.js +1 -1
- package/dist/unstable/ai/Tool.d.ts +13 -12
- package/dist/unstable/ai/Tool.d.ts.map +1 -1
- package/dist/unstable/ai/Tool.js +14 -13
- package/dist/unstable/ai/Tool.js.map +1 -1
- package/dist/unstable/ai/Toolkit.d.ts +2 -2
- package/dist/unstable/ai/Toolkit.js +2 -2
- package/dist/unstable/cli/Command.d.ts +37 -16
- package/dist/unstable/cli/Command.d.ts.map +1 -1
- package/dist/unstable/cli/Command.js +16 -9
- package/dist/unstable/cli/Command.js.map +1 -1
- package/dist/unstable/cli/Completions.d.ts +1 -1
- package/dist/unstable/cli/Completions.js +1 -1
- package/dist/unstable/cli/Flag.d.ts +7 -6
- package/dist/unstable/cli/Flag.d.ts.map +1 -1
- package/dist/unstable/cli/Flag.js +7 -6
- package/dist/unstable/cli/Flag.js.map +1 -1
- package/dist/unstable/cli/GlobalFlag.d.ts +6 -1
- package/dist/unstable/cli/GlobalFlag.d.ts.map +1 -1
- package/dist/unstable/cli/GlobalFlag.js +7 -2
- package/dist/unstable/cli/GlobalFlag.js.map +1 -1
- package/dist/unstable/cli/Param.d.ts +4 -4
- package/dist/unstable/cli/Param.d.ts.map +1 -1
- package/dist/unstable/cli/Param.js +13 -10
- package/dist/unstable/cli/Param.js.map +1 -1
- package/dist/unstable/cli/Primitive.d.ts +6 -5
- package/dist/unstable/cli/Primitive.d.ts.map +1 -1
- package/dist/unstable/cli/Primitive.js +4 -3
- package/dist/unstable/cli/Primitive.js.map +1 -1
- package/dist/unstable/cli/Prompt.d.ts +11 -11
- package/dist/unstable/cli/internal/parser.js +145 -10
- package/dist/unstable/cli/internal/parser.js.map +1 -1
- package/dist/unstable/cluster/ClusterCron.d.ts +1 -2
- package/dist/unstable/cluster/ClusterCron.d.ts.map +1 -1
- package/dist/unstable/cluster/ClusterCron.js.map +1 -1
- package/dist/unstable/cluster/ClusterMetrics.d.ts +5 -0
- package/dist/unstable/cluster/ClusterMetrics.d.ts.map +1 -1
- package/dist/unstable/cluster/ClusterMetrics.js +5 -0
- package/dist/unstable/cluster/ClusterMetrics.js.map +1 -1
- package/dist/unstable/cluster/ClusterSchema.d.ts +3 -3
- package/dist/unstable/cluster/ClusterSchema.js +3 -3
- package/dist/unstable/cluster/ClusterWorkflowEngine.js +15 -15
- package/dist/unstable/cluster/ClusterWorkflowEngine.js.map +1 -1
- package/dist/unstable/cluster/Entity.d.ts +1 -1
- package/dist/unstable/cluster/Entity.js +1 -1
- package/dist/unstable/cluster/EntityResource.d.ts +10 -0
- package/dist/unstable/cluster/EntityResource.d.ts.map +1 -1
- package/dist/unstable/cluster/EntityResource.js +10 -0
- package/dist/unstable/cluster/EntityResource.js.map +1 -1
- package/dist/unstable/cluster/Envelope.d.ts +2 -2
- package/dist/unstable/cluster/Envelope.d.ts.map +1 -1
- package/dist/unstable/cluster/Envelope.js +2 -2
- package/dist/unstable/cluster/Envelope.js.map +1 -1
- package/dist/unstable/cluster/HttpRunner.d.ts +2 -2
- package/dist/unstable/cluster/HttpRunner.js +2 -2
- package/dist/unstable/cluster/K8sHttpClient.d.ts +1 -1
- package/dist/unstable/cluster/K8sHttpClient.js +1 -1
- package/dist/unstable/cluster/Reply.d.ts +2 -2
- package/dist/unstable/cluster/Reply.d.ts.map +1 -1
- package/dist/unstable/cluster/Reply.js +12 -12
- package/dist/unstable/cluster/Reply.js.map +1 -1
- package/dist/unstable/cluster/RunnerHealth.d.ts +2 -1
- package/dist/unstable/cluster/RunnerHealth.d.ts.map +1 -1
- package/dist/unstable/cluster/RunnerHealth.js +2 -1
- package/dist/unstable/cluster/RunnerHealth.js.map +1 -1
- package/dist/unstable/cluster/RunnerServer.d.ts +2 -2
- package/dist/unstable/cluster/RunnerServer.js +2 -2
- package/dist/unstable/cluster/Runners.d.ts +4 -4
- package/dist/unstable/cluster/Runners.js +4 -4
- package/dist/unstable/cluster/ShardId.js +3 -3
- package/dist/unstable/cluster/ShardId.js.map +1 -1
- package/dist/unstable/cluster/Sharding.d.ts +4 -4
- package/dist/unstable/cluster/Sharding.js +4 -4
- package/dist/unstable/cluster/ShardingConfig.d.ts +4 -4
- package/dist/unstable/cluster/ShardingConfig.js +4 -4
- package/dist/unstable/cluster/SingletonAddress.d.ts +1 -1
- package/dist/unstable/cluster/SingletonAddress.js +1 -1
- package/dist/unstable/cluster/Snowflake.d.ts +6 -6
- package/dist/unstable/cluster/Snowflake.js +8 -8
- package/dist/unstable/cluster/Snowflake.js.map +1 -1
- package/dist/unstable/cluster/internal/entityManager.js +2 -2
- package/dist/unstable/cluster/internal/entityManager.js.map +1 -1
- package/dist/unstable/devtools/DevToolsClient.d.ts +1 -1
- package/dist/unstable/devtools/DevToolsClient.js +1 -1
- package/dist/unstable/encoding/Msgpack.d.ts +2 -2
- package/dist/unstable/encoding/Msgpack.d.ts.map +1 -1
- package/dist/unstable/encoding/Msgpack.js +5 -5
- package/dist/unstable/encoding/Msgpack.js.map +1 -1
- package/dist/unstable/encoding/Ndjson.d.ts +5 -0
- package/dist/unstable/encoding/Ndjson.d.ts.map +1 -1
- package/dist/unstable/encoding/Ndjson.js +5 -0
- package/dist/unstable/encoding/Ndjson.js.map +1 -1
- package/dist/unstable/encoding/Sse.d.ts +2 -2
- package/dist/unstable/encoding/Sse.d.ts.map +1 -1
- package/dist/unstable/encoding/Sse.js +2 -2
- package/dist/unstable/encoding/Sse.js.map +1 -1
- package/dist/unstable/eventlog/EventGroup.d.ts +2 -1
- package/dist/unstable/eventlog/EventGroup.d.ts.map +1 -1
- package/dist/unstable/eventlog/EventGroup.js +2 -1
- package/dist/unstable/eventlog/EventGroup.js.map +1 -1
- package/dist/unstable/eventlog/EventJournal.d.ts +10 -0
- package/dist/unstable/eventlog/EventJournal.d.ts.map +1 -1
- package/dist/unstable/eventlog/EventJournal.js +10 -0
- package/dist/unstable/eventlog/EventJournal.js.map +1 -1
- package/dist/unstable/eventlog/EventLog.d.ts +4 -4
- package/dist/unstable/eventlog/EventLog.js +4 -4
- package/dist/unstable/eventlog/EventLogEncryption.d.ts +1 -1
- package/dist/unstable/eventlog/EventLogEncryption.js +1 -1
- package/dist/unstable/eventlog/EventLogRemote.d.ts +1 -1
- package/dist/unstable/eventlog/EventLogRemote.js +1 -1
- package/dist/unstable/eventlog/EventLogServerEncrypted.d.ts +2 -3
- package/dist/unstable/eventlog/EventLogServerEncrypted.d.ts.map +1 -1
- package/dist/unstable/eventlog/EventLogServerEncrypted.js +2 -3
- package/dist/unstable/eventlog/EventLogServerEncrypted.js.map +1 -1
- package/dist/unstable/eventlog/EventLogServerUnencrypted.d.ts +8 -10
- package/dist/unstable/eventlog/EventLogServerUnencrypted.d.ts.map +1 -1
- package/dist/unstable/eventlog/EventLogServerUnencrypted.js +8 -10
- package/dist/unstable/eventlog/EventLogServerUnencrypted.js.map +1 -1
- package/dist/unstable/eventlog/EventLogSessionAuth.d.ts +4 -4
- package/dist/unstable/eventlog/EventLogSessionAuth.js +4 -4
- package/dist/unstable/http/Cookies.d.ts +1 -1
- package/dist/unstable/http/Cookies.js +4 -4
- package/dist/unstable/http/Cookies.js.map +1 -1
- package/dist/unstable/http/Etag.d.ts +3 -4
- package/dist/unstable/http/Etag.d.ts.map +1 -1
- package/dist/unstable/http/Etag.js +3 -4
- package/dist/unstable/http/Etag.js.map +1 -1
- package/dist/unstable/http/FetchHttpClient.d.ts +2 -2
- package/dist/unstable/http/FetchHttpClient.js +2 -2
- package/dist/unstable/http/Headers.js +2 -2
- package/dist/unstable/http/Headers.js.map +1 -1
- package/dist/unstable/http/HttpBody.js +2 -2
- package/dist/unstable/http/HttpBody.js.map +1 -1
- package/dist/unstable/http/HttpClient.d.ts +3 -3
- package/dist/unstable/http/HttpClient.js +3 -3
- package/dist/unstable/http/HttpClientRequest.d.ts +32 -5
- package/dist/unstable/http/HttpClientRequest.d.ts.map +1 -1
- package/dist/unstable/http/HttpClientRequest.js +10 -1
- package/dist/unstable/http/HttpClientRequest.js.map +1 -1
- package/dist/unstable/http/HttpMiddleware.d.ts +1 -1
- package/dist/unstable/http/HttpMiddleware.js +1 -1
- package/dist/unstable/http/HttpPlatform.d.ts +1 -1
- package/dist/unstable/http/HttpPlatform.js +1 -1
- package/dist/unstable/http/HttpRouter.d.ts +5 -5
- package/dist/unstable/http/HttpRouter.js +5 -5
- package/dist/unstable/http/HttpServerResponse.d.ts +28 -23
- package/dist/unstable/http/HttpServerResponse.d.ts.map +1 -1
- package/dist/unstable/http/HttpServerResponse.js +13 -8
- package/dist/unstable/http/HttpServerResponse.js.map +1 -1
- package/dist/unstable/http/Multipart.js +3 -3
- package/dist/unstable/http/Multipart.js.map +1 -1
- package/dist/unstable/http/Url.d.ts +33 -33
- package/dist/unstable/http/Url.js +11 -11
- package/dist/unstable/http/UrlParams.d.ts +30 -0
- package/dist/unstable/http/UrlParams.d.ts.map +1 -1
- package/dist/unstable/http/UrlParams.js +16 -6
- package/dist/unstable/http/UrlParams.js.map +1 -1
- package/dist/unstable/httpapi/HttpApi.d.ts +4 -3
- package/dist/unstable/httpapi/HttpApi.d.ts.map +1 -1
- package/dist/unstable/httpapi/HttpApi.js +4 -3
- package/dist/unstable/httpapi/HttpApi.js.map +1 -1
- package/dist/unstable/httpapi/HttpApiBuilder.d.ts.map +1 -1
- package/dist/unstable/httpapi/HttpApiBuilder.js +10 -8
- package/dist/unstable/httpapi/HttpApiBuilder.js.map +1 -1
- package/dist/unstable/httpapi/HttpApiClient.js +15 -15
- package/dist/unstable/httpapi/HttpApiClient.js.map +1 -1
- package/dist/unstable/httpapi/HttpApiError.d.ts +13 -13
- package/dist/unstable/httpapi/HttpApiError.js +13 -13
- package/dist/unstable/httpapi/HttpApiMiddleware.d.ts +3 -3
- package/dist/unstable/httpapi/HttpApiMiddleware.js +3 -3
- package/dist/unstable/httpapi/HttpApiSchema.d.ts +2 -2
- package/dist/unstable/httpapi/HttpApiSchema.d.ts.map +1 -1
- package/dist/unstable/httpapi/HttpApiSchema.js +9 -9
- package/dist/unstable/httpapi/HttpApiSchema.js.map +1 -1
- package/dist/unstable/httpapi/OpenApi.js +11 -11
- package/dist/unstable/httpapi/OpenApi.js.map +1 -1
- package/dist/unstable/observability/OtlpResource.d.ts +5 -0
- package/dist/unstable/observability/OtlpResource.d.ts.map +1 -1
- package/dist/unstable/observability/OtlpResource.js +5 -0
- package/dist/unstable/observability/OtlpResource.js.map +1 -1
- package/dist/unstable/observability/PrometheusMetrics.d.ts +8 -6
- package/dist/unstable/observability/PrometheusMetrics.d.ts.map +1 -1
- package/dist/unstable/observability/PrometheusMetrics.js +6 -4
- package/dist/unstable/observability/PrometheusMetrics.js.map +1 -1
- package/dist/unstable/persistence/KeyValueStore.d.ts +3 -3
- package/dist/unstable/persistence/KeyValueStore.js +1 -1
- package/dist/unstable/persistence/Persistable.d.ts +2 -2
- package/dist/unstable/persistence/Persistable.js +2 -2
- package/dist/unstable/persistence/PersistedQueue.d.ts +8 -8
- package/dist/unstable/persistence/PersistedQueue.js +8 -8
- package/dist/unstable/persistence/RateLimiter.d.ts +1 -1
- package/dist/unstable/persistence/RateLimiter.js +1 -1
- package/dist/unstable/process/ChildProcess.d.ts +5 -5
- package/dist/unstable/process/ChildProcess.js +2 -2
- package/dist/unstable/reactivity/AsyncResult.d.ts +4 -4
- package/dist/unstable/reactivity/AsyncResult.js +1 -1
- package/dist/unstable/reactivity/Atom.d.ts +4 -4
- package/dist/unstable/reactivity/Atom.js +4 -4
- package/dist/unstable/reactivity/AtomRegistry.d.ts +1 -1
- package/dist/unstable/reactivity/AtomRegistry.js +1 -1
- package/dist/unstable/reactivity/Reactivity.d.ts +1 -1
- package/dist/unstable/reactivity/Reactivity.js +1 -1
- package/dist/unstable/rpc/Rpc.d.ts +5 -5
- package/dist/unstable/rpc/Rpc.js +1 -1
- package/dist/unstable/rpc/RpcMiddleware.d.ts +1 -1
- package/dist/unstable/rpc/RpcMiddleware.js +1 -1
- package/dist/unstable/rpc/RpcSchema.d.ts +5 -5
- package/dist/unstable/rpc/RpcSchema.d.ts.map +1 -1
- package/dist/unstable/rpc/RpcSchema.js +2 -2
- package/dist/unstable/rpc/RpcSerialization.d.ts +2 -2
- package/dist/unstable/rpc/RpcSerialization.js +2 -2
- package/dist/unstable/schema/Model.d.ts +2 -2
- package/dist/unstable/schema/Model.js +6 -6
- package/dist/unstable/schema/Model.js.map +1 -1
- package/dist/unstable/schema/VariantSchema.d.ts +2 -2
- package/dist/unstable/schema/VariantSchema.d.ts.map +1 -1
- package/dist/unstable/socket/Socket.d.ts +3 -3
- package/dist/unstable/socket/Socket.js +3 -3
- package/dist/unstable/socket/SocketServer.d.ts +1 -1
- package/dist/unstable/socket/SocketServer.js +1 -1
- package/dist/unstable/sql/Migrator.d.ts +1 -1
- package/dist/unstable/sql/SqlClient.d.ts +3 -3
- package/dist/unstable/sql/SqlClient.js +2 -2
- package/dist/unstable/sql/SqlConnection.d.ts +1 -1
- package/dist/unstable/sql/SqlConnection.js +1 -1
- package/dist/unstable/sql/SqlSchema.d.ts +4 -4
- package/dist/unstable/sql/SqlSchema.js +4 -4
- package/dist/unstable/sql/Statement.d.ts +2 -2
- package/dist/unstable/sql/Statement.js +2 -2
- package/dist/unstable/workers/Transferable.d.ts +3 -3
- package/dist/unstable/workers/Transferable.d.ts.map +1 -1
- package/dist/unstable/workers/Transferable.js +6 -6
- package/dist/unstable/workers/Transferable.js.map +1 -1
- package/dist/unstable/workers/Worker.d.ts +1 -1
- package/dist/unstable/workers/Worker.js +1 -1
- package/dist/unstable/workflow/Activity.d.ts +1 -1
- package/dist/unstable/workflow/Activity.js +1 -1
- package/dist/unstable/workflow/DurableDeferred.d.ts +1 -1
- package/dist/unstable/workflow/DurableDeferred.js +8 -8
- package/dist/unstable/workflow/DurableDeferred.js.map +1 -1
- package/dist/unstable/workflow/DurableQueue.d.ts +1 -2
- package/dist/unstable/workflow/DurableQueue.d.ts.map +1 -1
- package/dist/unstable/workflow/DurableQueue.js +1 -2
- package/dist/unstable/workflow/DurableQueue.js.map +1 -1
- package/dist/unstable/workflow/Workflow.d.ts +35 -15
- package/dist/unstable/workflow/Workflow.d.ts.map +1 -1
- package/dist/unstable/workflow/Workflow.js +94 -72
- package/dist/unstable/workflow/Workflow.js.map +1 -1
- package/dist/unstable/workflow/WorkflowEngine.d.ts +10 -2
- package/dist/unstable/workflow/WorkflowEngine.d.ts.map +1 -1
- package/dist/unstable/workflow/WorkflowEngine.js +16 -8
- package/dist/unstable/workflow/WorkflowEngine.js.map +1 -1
- package/dist/unstable/workflow/WorkflowProxy.d.ts +2 -4
- package/dist/unstable/workflow/WorkflowProxy.d.ts.map +1 -1
- package/dist/unstable/workflow/WorkflowProxy.js +9 -11
- package/dist/unstable/workflow/WorkflowProxy.js.map +1 -1
- package/dist/unstable/workflow/WorkflowProxyServer.js +7 -7
- package/dist/unstable/workflow/WorkflowProxyServer.js.map +1 -1
- package/package.json +1 -1
- package/src/Array.ts +745 -627
- package/src/BigDecimal.ts +37 -30
- package/src/BigInt.ts +34 -40
- package/src/Boolean.ts +10 -10
- package/src/Brand.ts +16 -14
- package/src/Cause.ts +21 -23
- package/src/Channel.ts +316 -76
- package/src/ChannelSchema.ts +11 -11
- package/src/Chunk.ts +87 -34
- package/src/Clock.ts +3 -3
- package/src/Combiner.ts +9 -13
- package/src/Config.ts +60 -67
- package/src/ConfigProvider.ts +34 -44
- package/src/Console.ts +2 -2
- package/src/Context.ts +64 -76
- package/src/Cron.ts +6 -6
- package/src/Crypto.ts +4 -4
- package/src/Data.ts +21 -15
- package/src/DateTime.ts +35 -16
- package/src/Deferred.ts +61 -52
- package/src/Duration.ts +50 -37
- package/src/Effect.ts +574 -474
- package/src/Encoding.ts +5 -0
- package/src/Equal.ts +28 -41
- package/src/Equivalence.ts +72 -100
- package/src/ErrorReporter.ts +1 -1
- package/src/ExecutionPlan.ts +2 -2
- package/src/Exit.ts +79 -96
- package/src/Fiber.ts +8 -6
- package/src/FiberHandle.ts +25 -0
- package/src/FiberMap.ts +35 -0
- package/src/FiberSet.ts +20 -0
- package/src/FileSystem.ts +6 -6
- package/src/Filter.ts +4 -4
- package/src/Formatter.ts +14 -19
- package/src/Function.ts +20 -21
- package/src/Graph.ts +13 -13
- package/src/HKT.ts +3 -3
- package/src/Hash.ts +2 -1
- package/src/HashMap.ts +18 -3
- package/src/HashRing.ts +9 -9
- package/src/HashSet.ts +1 -1
- package/src/Iterable.ts +39 -27
- package/src/JsonPatch.ts +2 -3
- package/src/JsonPointer.ts +2 -6
- package/src/JsonSchema.ts +17 -13
- package/src/Latch.ts +4 -3
- package/src/Layer.ts +108 -130
- package/src/Logger.ts +22 -25
- package/src/ManagedRuntime.ts +2 -2
- package/src/Match.ts +22 -22
- package/src/Metric.ts +129 -157
- package/src/MutableHashMap.ts +35 -20
- package/src/MutableList.ts +15 -0
- package/src/MutableRef.ts +56 -42
- package/src/Newtype.ts +10 -7
- package/src/Number.ts +23 -11
- package/src/Optic.ts +25 -22
- package/src/Option.ts +232 -204
- package/src/Order.ts +119 -180
- package/src/PartitionedSemaphore.ts +14 -14
- package/src/Path.ts +3 -3
- package/src/Pipeable.ts +3 -3
- package/src/PlatformError.ts +4 -4
- package/src/Pool.ts +7 -11
- package/src/Predicate.ts +279 -268
- package/src/PubSub.ts +33 -23
- package/src/Pull.ts +4 -4
- package/src/Queue.ts +70 -31
- package/src/RcRef.ts +0 -4
- package/src/Record.ts +15 -15
- package/src/Redactable.ts +2 -2
- package/src/Redacted.ts +5 -5
- package/src/Reducer.ts +2 -3
- package/src/Ref.ts +61 -58
- package/src/References.ts +4 -4
- package/src/RegExp.ts +1 -1
- package/src/Request.ts +22 -22
- package/src/RequestResolver.ts +8 -8
- package/src/Resource.ts +3 -3
- package/src/Result.ts +105 -51
- package/src/Runtime.ts +11 -8
- package/src/Schedule.ts +157 -90
- package/src/Scheduler.ts +6 -4
- package/src/Schema.ts +1020 -1108
- package/src/SchemaAST.ts +149 -118
- package/src/SchemaGetter.ts +155 -134
- package/src/SchemaIssue.ts +39 -41
- package/src/SchemaParser.ts +176 -232
- package/src/SchemaRepresentation.ts +38 -28
- package/src/SchemaTransformation.ts +233 -207
- package/src/SchemaUtils.ts +2 -2
- package/src/Scope.ts +16 -1
- package/src/ScopedCache.ts +1 -1
- package/src/ScopedRef.ts +14 -18
- package/src/Semaphore.ts +9 -9
- package/src/Sink.ts +18 -18
- package/src/Stdio.ts +4 -5
- package/src/Stream.ts +411 -114
- package/src/String.ts +11 -14
- package/src/Struct.ts +23 -21
- package/src/SubscriptionRef.ts +24 -19
- package/src/SynchronizedRef.ts +145 -120
- package/src/Terminal.ts +1 -1
- package/src/Tracer.ts +9 -9
- package/src/Trie.ts +15 -0
- package/src/Tuple.ts +39 -33
- package/src/TxHashMap.ts +3 -3
- package/src/TxHashSet.ts +1 -1
- package/src/TxReentrantLock.ts +6 -3
- package/src/TxRef.ts +16 -16
- package/src/TxSubscriptionRef.ts +43 -27
- package/src/Types.ts +12 -39
- package/src/UndefinedOr.ts +15 -14
- package/src/Unify.ts +9 -9
- package/src/internal/schema/annotations.ts +4 -4
- package/src/internal/schema/arbitrary.ts +16 -16
- package/src/internal/schema/equivalence.ts +11 -11
- package/src/internal/schema/representation.ts +23 -23
- package/src/internal/schema/schema.ts +17 -17
- package/src/testing/TestClock.ts +5 -5
- package/src/testing/TestConsole.ts +3 -3
- package/src/testing/TestSchema.ts +20 -20
- package/src/unstable/ai/AiError.ts +4 -2
- package/src/unstable/ai/AnthropicStructuredOutput.ts +59 -56
- package/src/unstable/ai/Chat.ts +6 -7
- package/src/unstable/ai/EmbeddingModel.ts +5 -5
- package/src/unstable/ai/IdGenerator.ts +4 -5
- package/src/unstable/ai/LanguageModel.ts +9 -8
- package/src/unstable/ai/McpSchema.ts +19 -17
- package/src/unstable/ai/McpServer.ts +14 -7
- package/src/unstable/ai/OpenAiStructuredOutput.ts +72 -61
- package/src/unstable/ai/Prompt.ts +20 -20
- package/src/unstable/ai/ResponseIdTracker.ts +3 -2
- package/src/unstable/ai/Telemetry.ts +26 -11
- package/src/unstable/ai/Tokenizer.ts +1 -1
- package/src/unstable/ai/Tool.ts +17 -16
- package/src/unstable/ai/Toolkit.ts +2 -2
- package/src/unstable/cli/Command.ts +42 -17
- package/src/unstable/cli/Completions.ts +1 -1
- package/src/unstable/cli/Flag.ts +7 -6
- package/src/unstable/cli/GlobalFlag.ts +7 -1
- package/src/unstable/cli/Param.ts +24 -19
- package/src/unstable/cli/Primitive.ts +6 -5
- package/src/unstable/cli/Prompt.ts +11 -11
- package/src/unstable/cli/internal/parser.ts +204 -10
- package/src/unstable/cluster/ClusterCron.ts +1 -2
- package/src/unstable/cluster/ClusterMetrics.ts +5 -0
- package/src/unstable/cluster/ClusterSchema.ts +3 -3
- package/src/unstable/cluster/ClusterWorkflowEngine.ts +15 -15
- package/src/unstable/cluster/Entity.ts +1 -1
- package/src/unstable/cluster/EntityResource.ts +10 -0
- package/src/unstable/cluster/Envelope.ts +3 -3
- package/src/unstable/cluster/HttpRunner.ts +2 -2
- package/src/unstable/cluster/K8sHttpClient.ts +1 -1
- package/src/unstable/cluster/Reply.ts +14 -12
- package/src/unstable/cluster/RunnerHealth.ts +2 -1
- package/src/unstable/cluster/RunnerServer.ts +2 -2
- package/src/unstable/cluster/Runners.ts +4 -4
- package/src/unstable/cluster/ShardId.ts +3 -3
- package/src/unstable/cluster/Sharding.ts +4 -4
- package/src/unstable/cluster/ShardingConfig.ts +4 -4
- package/src/unstable/cluster/SingletonAddress.ts +1 -1
- package/src/unstable/cluster/Snowflake.ts +8 -8
- package/src/unstable/cluster/internal/entityManager.ts +2 -2
- package/src/unstable/devtools/DevToolsClient.ts +1 -1
- package/src/unstable/encoding/Msgpack.ts +6 -6
- package/src/unstable/encoding/Ndjson.ts +5 -0
- package/src/unstable/encoding/Sse.ts +2 -2
- package/src/unstable/eventlog/EventGroup.ts +2 -1
- package/src/unstable/eventlog/EventJournal.ts +10 -0
- package/src/unstable/eventlog/EventLog.ts +4 -4
- package/src/unstable/eventlog/EventLogEncryption.ts +1 -1
- package/src/unstable/eventlog/EventLogRemote.ts +1 -1
- package/src/unstable/eventlog/EventLogServerEncrypted.ts +2 -3
- package/src/unstable/eventlog/EventLogServerUnencrypted.ts +8 -10
- package/src/unstable/eventlog/EventLogSessionAuth.ts +4 -4
- package/src/unstable/http/Cookies.ts +5 -5
- package/src/unstable/http/Etag.ts +3 -4
- package/src/unstable/http/FetchHttpClient.ts +2 -2
- package/src/unstable/http/Headers.ts +2 -2
- package/src/unstable/http/HttpBody.ts +2 -2
- package/src/unstable/http/HttpClient.ts +3 -3
- package/src/unstable/http/HttpClientRequest.ts +32 -5
- package/src/unstable/http/HttpMiddleware.ts +1 -1
- package/src/unstable/http/HttpPlatform.ts +1 -1
- package/src/unstable/http/HttpRouter.ts +5 -5
- package/src/unstable/http/HttpServerResponse.ts +28 -23
- package/src/unstable/http/Multipart.ts +3 -3
- package/src/unstable/http/Url.ts +33 -33
- package/src/unstable/http/UrlParams.ts +36 -6
- package/src/unstable/httpapi/HttpApi.ts +6 -5
- package/src/unstable/httpapi/HttpApiBuilder.ts +14 -13
- package/src/unstable/httpapi/HttpApiClient.ts +16 -16
- package/src/unstable/httpapi/HttpApiError.ts +13 -13
- package/src/unstable/httpapi/HttpApiMiddleware.ts +3 -3
- package/src/unstable/httpapi/HttpApiSchema.ts +15 -15
- package/src/unstable/httpapi/OpenApi.ts +18 -18
- package/src/unstable/observability/OtlpResource.ts +5 -0
- package/src/unstable/observability/PrometheusMetrics.ts +8 -6
- package/src/unstable/persistence/KeyValueStore.ts +3 -3
- package/src/unstable/persistence/Persistable.ts +2 -2
- package/src/unstable/persistence/PersistedQueue.ts +8 -8
- package/src/unstable/persistence/RateLimiter.ts +1 -1
- package/src/unstable/process/ChildProcess.ts +5 -5
- package/src/unstable/reactivity/AsyncResult.ts +4 -4
- package/src/unstable/reactivity/Atom.ts +4 -4
- package/src/unstable/reactivity/AtomRegistry.ts +1 -1
- package/src/unstable/reactivity/Reactivity.ts +1 -1
- package/src/unstable/rpc/Rpc.ts +5 -5
- package/src/unstable/rpc/RpcMiddleware.ts +1 -1
- package/src/unstable/rpc/RpcSchema.ts +5 -5
- package/src/unstable/rpc/RpcSerialization.ts +2 -2
- package/src/unstable/schema/Model.ts +7 -7
- package/src/unstable/schema/VariantSchema.ts +2 -2
- package/src/unstable/socket/Socket.ts +3 -3
- package/src/unstable/socket/SocketServer.ts +1 -1
- package/src/unstable/sql/Migrator.ts +1 -1
- package/src/unstable/sql/SqlClient.ts +3 -3
- package/src/unstable/sql/SqlConnection.ts +1 -1
- package/src/unstable/sql/SqlSchema.ts +4 -4
- package/src/unstable/sql/Statement.ts +2 -2
- package/src/unstable/workers/Transferable.ts +7 -7
- package/src/unstable/workers/Worker.ts +1 -1
- package/src/unstable/workflow/Activity.ts +1 -1
- package/src/unstable/workflow/DurableDeferred.ts +8 -8
- package/src/unstable/workflow/DurableQueue.ts +1 -2
- package/src/unstable/workflow/Workflow.ts +159 -114
- package/src/unstable/workflow/WorkflowEngine.ts +16 -8
- package/src/unstable/workflow/WorkflowProxy.ts +9 -11
- package/src/unstable/workflow/WorkflowProxyServer.ts +7 -7
package/src/Stream.ts
CHANGED
|
@@ -234,7 +234,7 @@ export interface StreamUnifyIgnore {
|
|
|
234
234
|
* // Equivalent to: Stream<number, string, never>
|
|
235
235
|
* ```
|
|
236
236
|
*
|
|
237
|
-
* @category
|
|
237
|
+
* @category type lambdas
|
|
238
238
|
* @since 2.0.0
|
|
239
239
|
*/
|
|
240
240
|
export interface StreamTypeLambda extends TypeLambda {
|
|
@@ -286,7 +286,7 @@ export interface VarianceStruct<out A, out E, out R> {
|
|
|
286
286
|
* // SuccessType is number
|
|
287
287
|
* ```
|
|
288
288
|
*
|
|
289
|
-
* @category
|
|
289
|
+
* @category utility types
|
|
290
290
|
* @since 3.4.0
|
|
291
291
|
*/
|
|
292
292
|
export type Success<T extends Stream<any, any, any>> = [T] extends [Stream<infer _A, infer _E, infer _R>] ? _A : never
|
|
@@ -304,7 +304,7 @@ export type Success<T extends Stream<any, any, any>> = [T] extends [Stream<infer
|
|
|
304
304
|
* // ErrorType is string
|
|
305
305
|
* ```
|
|
306
306
|
*
|
|
307
|
-
* @category
|
|
307
|
+
* @category utility types
|
|
308
308
|
* @since 3.4.0
|
|
309
309
|
*/
|
|
310
310
|
export type Error<T extends Stream<any, any, any>> = [T] extends [Stream<infer _A, infer _E, infer _R>] ? _E : never
|
|
@@ -325,7 +325,7 @@ export type Error<T extends Stream<any, any, any>> = [T] extends [Stream<infer _
|
|
|
325
325
|
* // RequiredServices is { db: Database }
|
|
326
326
|
* ```
|
|
327
327
|
*
|
|
328
|
-
* @category
|
|
328
|
+
* @category utility types
|
|
329
329
|
* @since 4.0.0
|
|
330
330
|
*/
|
|
331
331
|
export type Services<T extends Stream<any, any, any>> = [T] extends [Stream<infer _A, infer _E, infer _R>] ? _R
|
|
@@ -373,7 +373,7 @@ export const isStream = (u: unknown): u is Stream<unknown, unknown, unknown> =>
|
|
|
373
373
|
* // Output: 4096
|
|
374
374
|
* ```
|
|
375
375
|
*
|
|
376
|
-
* @category
|
|
376
|
+
* @category constants
|
|
377
377
|
* @since 2.0.0
|
|
378
378
|
*/
|
|
379
379
|
export const DefaultChunkSize: number = Channel.DefaultChunkSize
|
|
@@ -464,7 +464,7 @@ export const fromEffect = <A, E, R>(effect: Effect.Effect<A, E, R>): Stream<A, E
|
|
|
464
464
|
* // Output: [ "Hello, World!" ]
|
|
465
465
|
* ```
|
|
466
466
|
*
|
|
467
|
-
* @category
|
|
467
|
+
* @category context
|
|
468
468
|
* @since 4.0.0
|
|
469
469
|
*/
|
|
470
470
|
export const service = <I, S>(service: Context.Key<I, S>): Stream<S, never, I> => fromEffect(Effect.service(service))
|
|
@@ -475,8 +475,8 @@ export const service = <I, S>(service: Context.Key<I, S>): Stream<S, never, I> =
|
|
|
475
475
|
*
|
|
476
476
|
* **When to use**
|
|
477
477
|
*
|
|
478
|
-
* Use
|
|
479
|
-
*
|
|
478
|
+
* Use when you need a stream that emits an optional service from the context
|
|
479
|
+
* without requiring that service to be present.
|
|
480
480
|
*
|
|
481
481
|
* **Example** (Accessing an optional service as a stream)
|
|
482
482
|
*
|
|
@@ -509,7 +509,7 @@ export const service = <I, S>(service: Context.Key<I, S>): Stream<S, never, I> =
|
|
|
509
509
|
* // Output: [ "Hello, World!" ]
|
|
510
510
|
* ```
|
|
511
511
|
*
|
|
512
|
-
* @category
|
|
512
|
+
* @category context
|
|
513
513
|
* @since 4.0.0
|
|
514
514
|
*/
|
|
515
515
|
export const serviceOption = <I, S>(service: Context.Key<I, S>): Stream<Option.Option<S>> =>
|
|
@@ -810,8 +810,8 @@ export const toChannel = <A, E, R>(
|
|
|
810
810
|
*
|
|
811
811
|
* **When to use**
|
|
812
812
|
*
|
|
813
|
-
* Use when you
|
|
814
|
-
*
|
|
813
|
+
* Use when you need callback-based code to emit stream values by offering to a
|
|
814
|
+
* `Queue`, or signal stream completion through the `Queue` module APIs.
|
|
815
815
|
*
|
|
816
816
|
* By default it uses an "unbounded" buffer size.
|
|
817
817
|
* You can customize the buffer size and strategy by passing an object as the
|
|
@@ -1183,6 +1183,11 @@ export const fromIterable = <A>(
|
|
|
1183
1183
|
/**
|
|
1184
1184
|
* Creates a stream from an effect producing an iterable of values.
|
|
1185
1185
|
*
|
|
1186
|
+
* **When to use**
|
|
1187
|
+
*
|
|
1188
|
+
* Use when the iterable must be acquired from an Effect before the stream emits,
|
|
1189
|
+
* and acquisition services or failures should be part of the stream.
|
|
1190
|
+
*
|
|
1186
1191
|
* **Example** (Creating a stream from an iterable effect)
|
|
1187
1192
|
*
|
|
1188
1193
|
* ```ts
|
|
@@ -1272,6 +1277,11 @@ export const fromArray = <A>(array: ReadonlyArray<A>): Stream<A> =>
|
|
|
1272
1277
|
/**
|
|
1273
1278
|
* Creates a stream from an effect that produces an array of values.
|
|
1274
1279
|
*
|
|
1280
|
+
* **When to use**
|
|
1281
|
+
*
|
|
1282
|
+
* Use when the array must be acquired from an Effect before the stream emits,
|
|
1283
|
+
* and acquisition services or failures should be part of the stream.
|
|
1284
|
+
*
|
|
1275
1285
|
* **Example** (Creating a stream from an effect that produces an array of values)
|
|
1276
1286
|
*
|
|
1277
1287
|
* ```ts
|
|
@@ -1559,8 +1569,9 @@ export const fromSchedule = <O, E, R>(schedule: Schedule.Schedule<O, unknown, E,
|
|
|
1559
1569
|
*
|
|
1560
1570
|
* **When to use**
|
|
1561
1571
|
*
|
|
1562
|
-
* Use
|
|
1563
|
-
*
|
|
1572
|
+
* Use when you already have a `PubSub.Subscription` and want to expose its
|
|
1573
|
+
* messages as a `Stream`, with `Stream.take` or cancellation controlling how
|
|
1574
|
+
* many values are consumed.
|
|
1564
1575
|
*
|
|
1565
1576
|
* **Example** (Creating a stream from a PubSub subscription)
|
|
1566
1577
|
*
|
|
@@ -2200,6 +2211,11 @@ export const mapArray: {
|
|
|
2200
2211
|
/**
|
|
2201
2212
|
* Maps over elements of the stream with the specified effectful function.
|
|
2202
2213
|
*
|
|
2214
|
+
* **When to use**
|
|
2215
|
+
*
|
|
2216
|
+
* Use when each stream element transformation needs an Effect, service
|
|
2217
|
+
* dependency, failure channel, or configured concurrency.
|
|
2218
|
+
*
|
|
2203
2219
|
* **Example** (Effectfully mapping stream values)
|
|
2204
2220
|
*
|
|
2205
2221
|
* ```ts
|
|
@@ -2236,6 +2252,11 @@ export const mapEffect: {
|
|
|
2236
2252
|
/**
|
|
2237
2253
|
* Maps over elements of the stream with the specified effectful function.
|
|
2238
2254
|
*
|
|
2255
|
+
* **When to use**
|
|
2256
|
+
*
|
|
2257
|
+
* Use when each stream element transformation needs an Effect, service
|
|
2258
|
+
* dependency, failure channel, or configured concurrency.
|
|
2259
|
+
*
|
|
2239
2260
|
* **Example** (Effectfully mapping stream values)
|
|
2240
2261
|
*
|
|
2241
2262
|
* ```ts
|
|
@@ -2278,6 +2299,11 @@ export const mapEffect: {
|
|
|
2278
2299
|
/**
|
|
2279
2300
|
* Maps over elements of the stream with the specified effectful function.
|
|
2280
2301
|
*
|
|
2302
|
+
* **When to use**
|
|
2303
|
+
*
|
|
2304
|
+
* Use when each stream element transformation needs an Effect, service
|
|
2305
|
+
* dependency, failure channel, or configured concurrency.
|
|
2306
|
+
*
|
|
2281
2307
|
* **Example** (Effectfully mapping stream values)
|
|
2282
2308
|
*
|
|
2283
2309
|
* ```ts
|
|
@@ -2336,6 +2362,11 @@ export const mapEffect: {
|
|
|
2336
2362
|
/**
|
|
2337
2363
|
* Flattens a stream of `Effect` values into a stream of their results.
|
|
2338
2364
|
*
|
|
2365
|
+
* **When to use**
|
|
2366
|
+
*
|
|
2367
|
+
* Use when stream elements already are effects and their successes should become
|
|
2368
|
+
* stream elements while their failures enter the stream error channel.
|
|
2369
|
+
*
|
|
2339
2370
|
* **Example** (Flattening a stream of Effect values into a stream of their results)
|
|
2340
2371
|
*
|
|
2341
2372
|
* ```ts
|
|
@@ -2385,6 +2416,11 @@ export const flattenEffect: <
|
|
|
2385
2416
|
/**
|
|
2386
2417
|
* Maps over non-empty array chunks emitted by the stream effectfully.
|
|
2387
2418
|
*
|
|
2419
|
+
* **When to use**
|
|
2420
|
+
*
|
|
2421
|
+
* Use when transformation needs to see and replace each non-empty emitted chunk
|
|
2422
|
+
* effectfully instead of mapping individual stream elements.
|
|
2423
|
+
*
|
|
2388
2424
|
* **Example** (Effectfully mapping stream chunks)
|
|
2389
2425
|
*
|
|
2390
2426
|
* ```ts
|
|
@@ -2412,6 +2448,11 @@ export const mapArrayEffect: {
|
|
|
2412
2448
|
/**
|
|
2413
2449
|
* Maps over non-empty array chunks emitted by the stream effectfully.
|
|
2414
2450
|
*
|
|
2451
|
+
* **When to use**
|
|
2452
|
+
*
|
|
2453
|
+
* Use when transformation needs to see and replace each non-empty emitted chunk
|
|
2454
|
+
* effectfully instead of mapping individual stream elements.
|
|
2455
|
+
*
|
|
2415
2456
|
* **Example** (Effectfully mapping stream chunks)
|
|
2416
2457
|
*
|
|
2417
2458
|
* ```ts
|
|
@@ -2441,6 +2482,11 @@ export const mapArrayEffect: {
|
|
|
2441
2482
|
/**
|
|
2442
2483
|
* Maps over non-empty array chunks emitted by the stream effectfully.
|
|
2443
2484
|
*
|
|
2485
|
+
* **When to use**
|
|
2486
|
+
*
|
|
2487
|
+
* Use when transformation needs to see and replace each non-empty emitted chunk
|
|
2488
|
+
* effectfully instead of mapping individual stream elements.
|
|
2489
|
+
*
|
|
2444
2490
|
* **Example** (Effectfully mapping stream chunks)
|
|
2445
2491
|
*
|
|
2446
2492
|
* ```ts
|
|
@@ -4146,7 +4192,7 @@ export const prepend: {
|
|
|
4146
4192
|
* // Output: [ 1, 2, 3, 4 ]
|
|
4147
4193
|
* ```
|
|
4148
4194
|
*
|
|
4149
|
-
* @category
|
|
4195
|
+
* @category merging
|
|
4150
4196
|
* @since 2.0.0
|
|
4151
4197
|
*/
|
|
4152
4198
|
export const merge: {
|
|
@@ -4175,7 +4221,7 @@ export const merge: {
|
|
|
4175
4221
|
* // Output: [ 1, 2, 3, 4 ]
|
|
4176
4222
|
* ```
|
|
4177
4223
|
*
|
|
4178
|
-
* @category
|
|
4224
|
+
* @category merging
|
|
4179
4225
|
* @since 2.0.0
|
|
4180
4226
|
*/
|
|
4181
4227
|
<A2, E2, R2>(
|
|
@@ -4209,7 +4255,7 @@ export const merge: {
|
|
|
4209
4255
|
* // Output: [ 1, 2, 3, 4 ]
|
|
4210
4256
|
* ```
|
|
4211
4257
|
*
|
|
4212
|
-
* @category
|
|
4258
|
+
* @category merging
|
|
4213
4259
|
* @since 2.0.0
|
|
4214
4260
|
*/
|
|
4215
4261
|
<A, E, R, A2, E2, R2>(
|
|
@@ -4233,6 +4279,11 @@ export const merge: {
|
|
|
4233
4279
|
/**
|
|
4234
4280
|
* Merges this stream with a background effect, keeping the stream's elements.
|
|
4235
4281
|
*
|
|
4282
|
+
* **When to use**
|
|
4283
|
+
*
|
|
4284
|
+
* Use when an effect should run concurrently for the lifetime of a stream while
|
|
4285
|
+
* only the stream's elements remain in the output.
|
|
4286
|
+
*
|
|
4236
4287
|
* **Details**
|
|
4237
4288
|
*
|
|
4238
4289
|
* The effect runs concurrently, fails the stream if it fails, and is interrupted
|
|
@@ -4257,13 +4308,18 @@ export const merge: {
|
|
|
4257
4308
|
* // Output: [ 1, 2, 3 ]
|
|
4258
4309
|
* ```
|
|
4259
4310
|
*
|
|
4260
|
-
* @category
|
|
4311
|
+
* @category merging
|
|
4261
4312
|
* @since 4.0.0
|
|
4262
4313
|
*/
|
|
4263
4314
|
export const mergeEffect: {
|
|
4264
4315
|
/**
|
|
4265
4316
|
* Merges this stream with a background effect, keeping the stream's elements.
|
|
4266
4317
|
*
|
|
4318
|
+
* **When to use**
|
|
4319
|
+
*
|
|
4320
|
+
* Use when an effect should run concurrently for the lifetime of a stream while
|
|
4321
|
+
* only the stream's elements remain in the output.
|
|
4322
|
+
*
|
|
4267
4323
|
* **Details**
|
|
4268
4324
|
*
|
|
4269
4325
|
* The effect runs concurrently, fails the stream if it fails, and is interrupted
|
|
@@ -4288,13 +4344,18 @@ export const mergeEffect: {
|
|
|
4288
4344
|
* // Output: [ 1, 2, 3 ]
|
|
4289
4345
|
* ```
|
|
4290
4346
|
*
|
|
4291
|
-
* @category
|
|
4347
|
+
* @category merging
|
|
4292
4348
|
* @since 4.0.0
|
|
4293
4349
|
*/
|
|
4294
4350
|
<A2, E2, R2>(effect: Effect.Effect<A2, E2, R2>): <A, E, R>(self: Stream<A, E, R>) => Stream<A, E2 | E, R2 | R>
|
|
4295
4351
|
/**
|
|
4296
4352
|
* Merges this stream with a background effect, keeping the stream's elements.
|
|
4297
4353
|
*
|
|
4354
|
+
* **When to use**
|
|
4355
|
+
*
|
|
4356
|
+
* Use when an effect should run concurrently for the lifetime of a stream while
|
|
4357
|
+
* only the stream's elements remain in the output.
|
|
4358
|
+
*
|
|
4298
4359
|
* **Details**
|
|
4299
4360
|
*
|
|
4300
4361
|
* The effect runs concurrently, fails the stream if it fails, and is interrupted
|
|
@@ -4319,7 +4380,7 @@ export const mergeEffect: {
|
|
|
4319
4380
|
* // Output: [ 1, 2, 3 ]
|
|
4320
4381
|
* ```
|
|
4321
4382
|
*
|
|
4322
|
-
* @category
|
|
4383
|
+
* @category merging
|
|
4323
4384
|
* @since 4.0.0
|
|
4324
4385
|
*/
|
|
4325
4386
|
<A, E, R, A2, E2, R2>(self: Stream<A, E, R>, effect: Effect.Effect<A2, E2, R2>): Stream<A, E | E2, R | R2>
|
|
@@ -4336,6 +4397,12 @@ export const mergeEffect: {
|
|
|
4336
4397
|
* Merges this stream and the specified stream together, tagging values from the
|
|
4337
4398
|
* left stream as `Result.succeed` and values from the right stream as `Result.fail`.
|
|
4338
4399
|
*
|
|
4400
|
+
* **When to use**
|
|
4401
|
+
*
|
|
4402
|
+
* Use when values from both streams should be emitted and downstream code needs
|
|
4403
|
+
* left values wrapped as successful `Result` values and right values wrapped as
|
|
4404
|
+
* failed `Result` values.
|
|
4405
|
+
*
|
|
4339
4406
|
* **Example** (Merging streams into results)
|
|
4340
4407
|
*
|
|
4341
4408
|
* ```ts
|
|
@@ -4363,7 +4430,7 @@ export const mergeEffect: {
|
|
|
4363
4430
|
* // Output: [ "left:left", "right:right" ]
|
|
4364
4431
|
* ```
|
|
4365
4432
|
*
|
|
4366
|
-
* @category
|
|
4433
|
+
* @category merging
|
|
4367
4434
|
* @since 4.0.0
|
|
4368
4435
|
*/
|
|
4369
4436
|
export const mergeResult: {
|
|
@@ -4371,6 +4438,12 @@ export const mergeResult: {
|
|
|
4371
4438
|
* Merges this stream and the specified stream together, tagging values from the
|
|
4372
4439
|
* left stream as `Result.succeed` and values from the right stream as `Result.fail`.
|
|
4373
4440
|
*
|
|
4441
|
+
* **When to use**
|
|
4442
|
+
*
|
|
4443
|
+
* Use when values from both streams should be emitted and downstream code needs
|
|
4444
|
+
* left values wrapped as successful `Result` values and right values wrapped as
|
|
4445
|
+
* failed `Result` values.
|
|
4446
|
+
*
|
|
4374
4447
|
* **Example** (Merging streams into results)
|
|
4375
4448
|
*
|
|
4376
4449
|
* ```ts
|
|
@@ -4398,7 +4471,7 @@ export const mergeResult: {
|
|
|
4398
4471
|
* // Output: [ "left:left", "right:right" ]
|
|
4399
4472
|
* ```
|
|
4400
4473
|
*
|
|
4401
|
-
* @category
|
|
4474
|
+
* @category merging
|
|
4402
4475
|
* @since 4.0.0
|
|
4403
4476
|
*/
|
|
4404
4477
|
<A2, E2, R2>(that: Stream<A2, E2, R2>): <A, E, R>(self: Stream<A, E, R>) => Stream<Result.Result<A, A2>, E2 | E, R2 | R>
|
|
@@ -4406,6 +4479,12 @@ export const mergeResult: {
|
|
|
4406
4479
|
* Merges this stream and the specified stream together, tagging values from the
|
|
4407
4480
|
* left stream as `Result.succeed` and values from the right stream as `Result.fail`.
|
|
4408
4481
|
*
|
|
4482
|
+
* **When to use**
|
|
4483
|
+
*
|
|
4484
|
+
* Use when values from both streams should be emitted and downstream code needs
|
|
4485
|
+
* left values wrapped as successful `Result` values and right values wrapped as
|
|
4486
|
+
* failed `Result` values.
|
|
4487
|
+
*
|
|
4409
4488
|
* **Example** (Merging streams into results)
|
|
4410
4489
|
*
|
|
4411
4490
|
* ```ts
|
|
@@ -4433,7 +4512,7 @@ export const mergeResult: {
|
|
|
4433
4512
|
* // Output: [ "left:left", "right:right" ]
|
|
4434
4513
|
* ```
|
|
4435
4514
|
*
|
|
4436
|
-
* @category
|
|
4515
|
+
* @category merging
|
|
4437
4516
|
* @since 4.0.0
|
|
4438
4517
|
*/
|
|
4439
4518
|
<A, E, R, A2, E2, R2>(self: Stream<A, E, R>, that: Stream<A2, E2, R2>): Stream<Result.Result<A, A2>, E | E2, R | R2>
|
|
@@ -4452,6 +4531,11 @@ export const mergeResult: {
|
|
|
4452
4531
|
/**
|
|
4453
4532
|
* Merges two streams while emitting only the values from the left stream.
|
|
4454
4533
|
*
|
|
4534
|
+
* **When to use**
|
|
4535
|
+
*
|
|
4536
|
+
* Use when the right stream is needed for its effects or failures, but downstream
|
|
4537
|
+
* consumers should only receive values from the left stream.
|
|
4538
|
+
*
|
|
4455
4539
|
* **Details**
|
|
4456
4540
|
*
|
|
4457
4541
|
* The right stream still runs for its effects, and any failures from the right
|
|
@@ -4474,13 +4558,18 @@ export const mergeResult: {
|
|
|
4474
4558
|
* // Output: [ 1, 2 ]
|
|
4475
4559
|
* ```
|
|
4476
4560
|
*
|
|
4477
|
-
* @category
|
|
4561
|
+
* @category merging
|
|
4478
4562
|
* @since 2.0.0
|
|
4479
4563
|
*/
|
|
4480
4564
|
export const mergeLeft: {
|
|
4481
4565
|
/**
|
|
4482
4566
|
* Merges two streams while emitting only the values from the left stream.
|
|
4483
4567
|
*
|
|
4568
|
+
* **When to use**
|
|
4569
|
+
*
|
|
4570
|
+
* Use when the right stream is needed for its effects or failures, but downstream
|
|
4571
|
+
* consumers should only receive values from the left stream.
|
|
4572
|
+
*
|
|
4484
4573
|
* **Details**
|
|
4485
4574
|
*
|
|
4486
4575
|
* The right stream still runs for its effects, and any failures from the right
|
|
@@ -4503,13 +4592,18 @@ export const mergeLeft: {
|
|
|
4503
4592
|
* // Output: [ 1, 2 ]
|
|
4504
4593
|
* ```
|
|
4505
4594
|
*
|
|
4506
|
-
* @category
|
|
4595
|
+
* @category merging
|
|
4507
4596
|
* @since 2.0.0
|
|
4508
4597
|
*/
|
|
4509
4598
|
<AR, ER, RR>(right: Stream<AR, ER, RR>): <AL, EL, RL>(left: Stream<AL, EL, RL>) => Stream<AL, ER | EL, RR | RL>
|
|
4510
4599
|
/**
|
|
4511
4600
|
* Merges two streams while emitting only the values from the left stream.
|
|
4512
4601
|
*
|
|
4602
|
+
* **When to use**
|
|
4603
|
+
*
|
|
4604
|
+
* Use when the right stream is needed for its effects or failures, but downstream
|
|
4605
|
+
* consumers should only receive values from the left stream.
|
|
4606
|
+
*
|
|
4513
4607
|
* **Details**
|
|
4514
4608
|
*
|
|
4515
4609
|
* The right stream still runs for its effects, and any failures from the right
|
|
@@ -4532,7 +4626,7 @@ export const mergeLeft: {
|
|
|
4532
4626
|
* // Output: [ 1, 2 ]
|
|
4533
4627
|
* ```
|
|
4534
4628
|
*
|
|
4535
|
-
* @category
|
|
4629
|
+
* @category merging
|
|
4536
4630
|
* @since 2.0.0
|
|
4537
4631
|
*/
|
|
4538
4632
|
<AL, EL, RL, AR, ER, RR>(left: Stream<AL, EL, RL>, right: Stream<AR, ER, RR>): Stream<AL, EL | ER, RL | RR>
|
|
@@ -4546,6 +4640,11 @@ export const mergeLeft: {
|
|
|
4546
4640
|
* Merges this stream and the specified stream together, emitting only the
|
|
4547
4641
|
* values from the right stream while the left stream runs for its effects.
|
|
4548
4642
|
*
|
|
4643
|
+
* **When to use**
|
|
4644
|
+
*
|
|
4645
|
+
* Use when the left stream is needed for its effects or failures, but downstream
|
|
4646
|
+
* consumers should only receive values from the right stream.
|
|
4647
|
+
*
|
|
4549
4648
|
* **Details**
|
|
4550
4649
|
*
|
|
4551
4650
|
* The merged stream ends when the right stream completes, interrupting the
|
|
@@ -4572,7 +4671,7 @@ export const mergeLeft: {
|
|
|
4572
4671
|
* // Output: [ 1, 2 ]
|
|
4573
4672
|
* ```
|
|
4574
4673
|
*
|
|
4575
|
-
* @category
|
|
4674
|
+
* @category merging
|
|
4576
4675
|
* @since 2.0.0
|
|
4577
4676
|
*/
|
|
4578
4677
|
export const mergeRight: {
|
|
@@ -4580,6 +4679,11 @@ export const mergeRight: {
|
|
|
4580
4679
|
* Merges this stream and the specified stream together, emitting only the
|
|
4581
4680
|
* values from the right stream while the left stream runs for its effects.
|
|
4582
4681
|
*
|
|
4682
|
+
* **When to use**
|
|
4683
|
+
*
|
|
4684
|
+
* Use when the left stream is needed for its effects or failures, but downstream
|
|
4685
|
+
* consumers should only receive values from the right stream.
|
|
4686
|
+
*
|
|
4583
4687
|
* **Details**
|
|
4584
4688
|
*
|
|
4585
4689
|
* The merged stream ends when the right stream completes, interrupting the
|
|
@@ -4606,7 +4710,7 @@ export const mergeRight: {
|
|
|
4606
4710
|
* // Output: [ 1, 2 ]
|
|
4607
4711
|
* ```
|
|
4608
4712
|
*
|
|
4609
|
-
* @category
|
|
4713
|
+
* @category merging
|
|
4610
4714
|
* @since 2.0.0
|
|
4611
4715
|
*/
|
|
4612
4716
|
<AR, ER, RR>(right: Stream<AR, ER, RR>): <AL, EL, RL>(left: Stream<AL, EL, RL>) => Stream<AR, ER | EL, RR | RL>
|
|
@@ -4614,6 +4718,11 @@ export const mergeRight: {
|
|
|
4614
4718
|
* Merges this stream and the specified stream together, emitting only the
|
|
4615
4719
|
* values from the right stream while the left stream runs for its effects.
|
|
4616
4720
|
*
|
|
4721
|
+
* **When to use**
|
|
4722
|
+
*
|
|
4723
|
+
* Use when the left stream is needed for its effects or failures, but downstream
|
|
4724
|
+
* consumers should only receive values from the right stream.
|
|
4725
|
+
*
|
|
4617
4726
|
* **Details**
|
|
4618
4727
|
*
|
|
4619
4728
|
* The merged stream ends when the right stream completes, interrupting the
|
|
@@ -4640,7 +4749,7 @@ export const mergeRight: {
|
|
|
4640
4749
|
* // Output: [ 1, 2 ]
|
|
4641
4750
|
* ```
|
|
4642
4751
|
*
|
|
4643
|
-
* @category
|
|
4752
|
+
* @category merging
|
|
4644
4753
|
* @since 2.0.0
|
|
4645
4754
|
*/
|
|
4646
4755
|
<AL, EL, RL, AR, ER, RR>(left: Stream<AL, EL, RL>, right: Stream<AR, ER, RR>): Stream<AR, EL | ER, RL | RR>
|
|
@@ -4688,7 +4797,7 @@ export const mergeRight: {
|
|
|
4688
4797
|
* @see {@link merge} for merging exactly two streams and choosing a halt strategy
|
|
4689
4798
|
* @see {@link flatten} for flattening a stream that already emits streams
|
|
4690
4799
|
*
|
|
4691
|
-
* @category
|
|
4800
|
+
* @category merging
|
|
4692
4801
|
* @since 2.0.0
|
|
4693
4802
|
*/
|
|
4694
4803
|
export const mergeAll: {
|
|
@@ -4730,7 +4839,7 @@ export const mergeAll: {
|
|
|
4730
4839
|
* @see {@link merge} for merging exactly two streams and choosing a halt strategy
|
|
4731
4840
|
* @see {@link flatten} for flattening a stream that already emits streams
|
|
4732
4841
|
*
|
|
4733
|
-
* @category
|
|
4842
|
+
* @category merging
|
|
4734
4843
|
* @since 2.0.0
|
|
4735
4844
|
*/
|
|
4736
4845
|
(
|
|
@@ -4777,7 +4886,7 @@ export const mergeAll: {
|
|
|
4777
4886
|
* @see {@link merge} for merging exactly two streams and choosing a halt strategy
|
|
4778
4887
|
* @see {@link flatten} for flattening a stream that already emits streams
|
|
4779
4888
|
*
|
|
4780
|
-
* @category
|
|
4889
|
+
* @category merging
|
|
4781
4890
|
* @since 2.0.0
|
|
4782
4891
|
*/
|
|
4783
4892
|
<A, E, R>(
|
|
@@ -5823,6 +5932,11 @@ export const zipWithPreviousAndNext = <A, E, R>(
|
|
|
5823
5932
|
* Zips multiple streams so that when a value is emitted by any stream, it is
|
|
5824
5933
|
* combined with the latest values from the other streams to produce a result.
|
|
5825
5934
|
*
|
|
5935
|
+
* **When to use**
|
|
5936
|
+
*
|
|
5937
|
+
* Use when each stream should contribute its latest value after all streams have
|
|
5938
|
+
* emitted at least once.
|
|
5939
|
+
*
|
|
5826
5940
|
* **Gotchas**
|
|
5827
5941
|
*
|
|
5828
5942
|
* Note: tracking the latest value is done on a per-array basis. That means
|
|
@@ -5894,6 +6008,11 @@ export const zipLatestAll = <T extends ReadonlyArray<Stream<any, any, any>>>(
|
|
|
5894
6008
|
/**
|
|
5895
6009
|
* Combines two streams by emitting each new element with the latest value from the other stream.
|
|
5896
6010
|
*
|
|
6011
|
+
* **When to use**
|
|
6012
|
+
*
|
|
6013
|
+
* Use when two streams should start emitting combined pairs after both have
|
|
6014
|
+
* produced at least one value.
|
|
6015
|
+
*
|
|
5897
6016
|
* **Gotchas**
|
|
5898
6017
|
*
|
|
5899
6018
|
* Note: tracking the latest value is done on a per-array basis. That means
|
|
@@ -5923,6 +6042,11 @@ export const zipLatest: {
|
|
|
5923
6042
|
/**
|
|
5924
6043
|
* Combines two streams by emitting each new element with the latest value from the other stream.
|
|
5925
6044
|
*
|
|
6045
|
+
* **When to use**
|
|
6046
|
+
*
|
|
6047
|
+
* Use when two streams should start emitting combined pairs after both have
|
|
6048
|
+
* produced at least one value.
|
|
6049
|
+
*
|
|
5926
6050
|
* **Gotchas**
|
|
5927
6051
|
*
|
|
5928
6052
|
* Note: tracking the latest value is done on a per-array basis. That means
|
|
@@ -5952,6 +6076,11 @@ export const zipLatest: {
|
|
|
5952
6076
|
/**
|
|
5953
6077
|
* Combines two streams by emitting each new element with the latest value from the other stream.
|
|
5954
6078
|
*
|
|
6079
|
+
* **When to use**
|
|
6080
|
+
*
|
|
6081
|
+
* Use when two streams should start emitting combined pairs after both have
|
|
6082
|
+
* produced at least one value.
|
|
6083
|
+
*
|
|
5955
6084
|
* **Gotchas**
|
|
5956
6085
|
*
|
|
5957
6086
|
* Note: tracking the latest value is done on a per-array basis. That means
|
|
@@ -5990,6 +6119,11 @@ export const zipLatest: {
|
|
|
5990
6119
|
* Combines the latest values from both streams whenever either emits, using
|
|
5991
6120
|
* the provided function.
|
|
5992
6121
|
*
|
|
6122
|
+
* **When to use**
|
|
6123
|
+
*
|
|
6124
|
+
* Use when two streams should start emitting custom combined values after both
|
|
6125
|
+
* have produced at least one value.
|
|
6126
|
+
*
|
|
5993
6127
|
* **Gotchas**
|
|
5994
6128
|
*
|
|
5995
6129
|
* Note: tracking the latest value is done on a per-array basis. That means
|
|
@@ -6024,6 +6158,11 @@ export const zipLatestWith: {
|
|
|
6024
6158
|
* Combines the latest values from both streams whenever either emits, using
|
|
6025
6159
|
* the provided function.
|
|
6026
6160
|
*
|
|
6161
|
+
* **When to use**
|
|
6162
|
+
*
|
|
6163
|
+
* Use when two streams should start emitting custom combined values after both
|
|
6164
|
+
* have produced at least one value.
|
|
6165
|
+
*
|
|
6027
6166
|
* **Gotchas**
|
|
6028
6167
|
*
|
|
6029
6168
|
* Note: tracking the latest value is done on a per-array basis. That means
|
|
@@ -6058,6 +6197,11 @@ export const zipLatestWith: {
|
|
|
6058
6197
|
* Combines the latest values from both streams whenever either emits, using
|
|
6059
6198
|
* the provided function.
|
|
6060
6199
|
*
|
|
6200
|
+
* **When to use**
|
|
6201
|
+
*
|
|
6202
|
+
* Use when two streams should start emitting custom combined values after both
|
|
6203
|
+
* have produced at least one value.
|
|
6204
|
+
*
|
|
6061
6205
|
* **Gotchas**
|
|
6062
6206
|
*
|
|
6063
6207
|
* Note: tracking the latest value is done on a per-array basis. That means
|
|
@@ -6128,7 +6272,7 @@ export const zipLatestWith: {
|
|
|
6128
6272
|
* // Output: [ 0, 1, 2 ]
|
|
6129
6273
|
* ```
|
|
6130
6274
|
*
|
|
6131
|
-
* @category
|
|
6275
|
+
* @category racing
|
|
6132
6276
|
* @since 3.5.0
|
|
6133
6277
|
*/
|
|
6134
6278
|
export const raceAll = <S extends ReadonlyArray<Stream<any, any, any>>>(
|
|
@@ -6189,7 +6333,7 @@ export const raceAll = <S extends ReadonlyArray<Stream<any, any, any>>>(
|
|
|
6189
6333
|
* // Output: [ 0, 1, 2 ]
|
|
6190
6334
|
* ```
|
|
6191
6335
|
*
|
|
6192
|
-
* @category
|
|
6336
|
+
* @category racing
|
|
6193
6337
|
* @since 3.7.0
|
|
6194
6338
|
*/
|
|
6195
6339
|
export const race: {
|
|
@@ -6222,7 +6366,7 @@ export const race: {
|
|
|
6222
6366
|
* // Output: [ 0, 1, 2 ]
|
|
6223
6367
|
* ```
|
|
6224
6368
|
*
|
|
6225
|
-
* @category
|
|
6369
|
+
* @category racing
|
|
6226
6370
|
* @since 3.7.0
|
|
6227
6371
|
*/
|
|
6228
6372
|
<AR, ER, RR>(right: Stream<AR, ER, RR>): <AL, EL, RL>(left: Stream<AL, EL, RL>) => Stream<AL | AR, EL | ER, RL | RR>
|
|
@@ -6255,7 +6399,7 @@ export const race: {
|
|
|
6255
6399
|
* // Output: [ 0, 1, 2 ]
|
|
6256
6400
|
* ```
|
|
6257
6401
|
*
|
|
6258
|
-
* @category
|
|
6402
|
+
* @category racing
|
|
6259
6403
|
* @since 3.7.0
|
|
6260
6404
|
*/
|
|
6261
6405
|
<AL, EL, RL, AR, ER, RR>(left: Stream<AL, EL, RL>, right: Stream<AR, ER, RR>): Stream<AL | AR, EL | ER, RL | RR>
|
|
@@ -6955,8 +7099,8 @@ export const partitionQueue: {
|
|
|
6955
7099
|
*
|
|
6956
7100
|
* **When to use**
|
|
6957
7101
|
*
|
|
6958
|
-
* Use when each stream element
|
|
6959
|
-
* both passing and failing mapped values
|
|
7102
|
+
* Use when you need to classify each stream element with an effectful `Filter`
|
|
7103
|
+
* and consume both passing and failing mapped values as streams.
|
|
6960
7104
|
*
|
|
6961
7105
|
* **Details**
|
|
6962
7106
|
*
|
|
@@ -6978,8 +7122,8 @@ export const partitionEffect: {
|
|
|
6978
7122
|
*
|
|
6979
7123
|
* **When to use**
|
|
6980
7124
|
*
|
|
6981
|
-
* Use when each stream element
|
|
6982
|
-
* both passing and failing mapped values
|
|
7125
|
+
* Use when you need to classify each stream element with an effectful `Filter`
|
|
7126
|
+
* and consume both passing and failing mapped values as streams.
|
|
6983
7127
|
*
|
|
6984
7128
|
* **Details**
|
|
6985
7129
|
*
|
|
@@ -7014,8 +7158,8 @@ export const partitionEffect: {
|
|
|
7014
7158
|
*
|
|
7015
7159
|
* **When to use**
|
|
7016
7160
|
*
|
|
7017
|
-
* Use when each stream element
|
|
7018
|
-
* both passing and failing mapped values
|
|
7161
|
+
* Use when you need to classify each stream element with an effectful `Filter`
|
|
7162
|
+
* and consume both passing and failing mapped values as streams.
|
|
7019
7163
|
*
|
|
7020
7164
|
* **Details**
|
|
7021
7165
|
*
|
|
@@ -7069,8 +7213,8 @@ export const partitionEffect: {
|
|
|
7069
7213
|
*
|
|
7070
7214
|
* **When to use**
|
|
7071
7215
|
*
|
|
7072
|
-
* Use when each stream element
|
|
7073
|
-
* both passing and failing mapped values
|
|
7216
|
+
* Use when you need to classify each stream element with an effectful `Filter`
|
|
7217
|
+
* and consume both passing and failing mapped values as streams.
|
|
7074
7218
|
*
|
|
7075
7219
|
* **Details**
|
|
7076
7220
|
*
|
|
@@ -7091,8 +7235,8 @@ export const partitionEffect: {
|
|
|
7091
7235
|
*
|
|
7092
7236
|
* **When to use**
|
|
7093
7237
|
*
|
|
7094
|
-
* Use when each stream element
|
|
7095
|
-
* both passing and failing mapped values
|
|
7238
|
+
* Use when you need to classify each stream element with an effectful `Filter`
|
|
7239
|
+
* and consume both passing and failing mapped values as streams.
|
|
7096
7240
|
*
|
|
7097
7241
|
* **Details**
|
|
7098
7242
|
*
|
|
@@ -7113,8 +7257,8 @@ export const partitionEffect: {
|
|
|
7113
7257
|
*
|
|
7114
7258
|
* **When to use**
|
|
7115
7259
|
*
|
|
7116
|
-
* Use when each stream element
|
|
7117
|
-
* both passing and failing mapped values
|
|
7260
|
+
* Use when you need to classify each stream element with an effectful `Filter`
|
|
7261
|
+
* and consume both passing and failing mapped values as streams.
|
|
7118
7262
|
*
|
|
7119
7263
|
* **Details**
|
|
7120
7264
|
*
|
|
@@ -7135,8 +7279,8 @@ export const partitionEffect: {
|
|
|
7135
7279
|
*
|
|
7136
7280
|
* **When to use**
|
|
7137
7281
|
*
|
|
7138
|
-
* Use when each stream element
|
|
7139
|
-
* both passing and failing mapped values
|
|
7282
|
+
* Use when you need to classify each stream element with an effectful `Filter`
|
|
7283
|
+
* and consume both passing and failing mapped values as streams.
|
|
7140
7284
|
*
|
|
7141
7285
|
* **Details**
|
|
7142
7286
|
*
|
|
@@ -7157,8 +7301,8 @@ export const partitionEffect: {
|
|
|
7157
7301
|
*
|
|
7158
7302
|
* **When to use**
|
|
7159
7303
|
*
|
|
7160
|
-
* Use when each stream element
|
|
7161
|
-
* both passing and failing mapped values
|
|
7304
|
+
* Use when you need to classify each stream element with an effectful `Filter`
|
|
7305
|
+
* and consume both passing and failing mapped values as streams.
|
|
7162
7306
|
*
|
|
7163
7307
|
* **Details**
|
|
7164
7308
|
*
|
|
@@ -8421,8 +8565,8 @@ export const catchFilter: {
|
|
|
8421
8565
|
*
|
|
8422
8566
|
* **When to use**
|
|
8423
8567
|
*
|
|
8424
|
-
* Use when
|
|
8425
|
-
*
|
|
8568
|
+
* Use when you need to handle a specific error case from a stream whose error
|
|
8569
|
+
* type is a tagged union with a readonly `_tag` field.
|
|
8426
8570
|
*
|
|
8427
8571
|
* **Example** (Catching tagged failures)
|
|
8428
8572
|
*
|
|
@@ -8456,8 +8600,8 @@ export const catchTag: {
|
|
|
8456
8600
|
*
|
|
8457
8601
|
* **When to use**
|
|
8458
8602
|
*
|
|
8459
|
-
* Use when
|
|
8460
|
-
*
|
|
8603
|
+
* Use when you need to handle a specific error case from a stream whose error
|
|
8604
|
+
* type is a tagged union with a readonly `_tag` field.
|
|
8461
8605
|
*
|
|
8462
8606
|
* **Example** (Catching tagged failures)
|
|
8463
8607
|
*
|
|
@@ -8516,8 +8660,8 @@ export const catchTag: {
|
|
|
8516
8660
|
*
|
|
8517
8661
|
* **When to use**
|
|
8518
8662
|
*
|
|
8519
|
-
* Use when
|
|
8520
|
-
*
|
|
8663
|
+
* Use when you need to handle a specific error case from a stream whose error
|
|
8664
|
+
* type is a tagged union with a readonly `_tag` field.
|
|
8521
8665
|
*
|
|
8522
8666
|
* **Example** (Catching tagged failures)
|
|
8523
8667
|
*
|
|
@@ -8791,7 +8935,11 @@ export const catchTags: {
|
|
|
8791
8935
|
* **When to use**
|
|
8792
8936
|
*
|
|
8793
8937
|
* Use to handle nested error causes without removing the parent error
|
|
8794
|
-
* from the error channel.
|
|
8938
|
+
* from the error channel.
|
|
8939
|
+
*
|
|
8940
|
+
* **Details**
|
|
8941
|
+
*
|
|
8942
|
+
* The handler receives the unwrapped reason.
|
|
8795
8943
|
*
|
|
8796
8944
|
* **Example** (Catching a tagged error reason)
|
|
8797
8945
|
*
|
|
@@ -8838,7 +8986,11 @@ export const catchReason: {
|
|
|
8838
8986
|
* **When to use**
|
|
8839
8987
|
*
|
|
8840
8988
|
* Use to handle nested error causes without removing the parent error
|
|
8841
|
-
* from the error channel.
|
|
8989
|
+
* from the error channel.
|
|
8990
|
+
*
|
|
8991
|
+
* **Details**
|
|
8992
|
+
*
|
|
8993
|
+
* The handler receives the unwrapped reason.
|
|
8842
8994
|
*
|
|
8843
8995
|
* **Example** (Catching a tagged error reason)
|
|
8844
8996
|
*
|
|
@@ -8914,7 +9066,11 @@ export const catchReason: {
|
|
|
8914
9066
|
* **When to use**
|
|
8915
9067
|
*
|
|
8916
9068
|
* Use to handle nested error causes without removing the parent error
|
|
8917
|
-
* from the error channel.
|
|
9069
|
+
* from the error channel.
|
|
9070
|
+
*
|
|
9071
|
+
* **Details**
|
|
9072
|
+
*
|
|
9073
|
+
* The handler receives the unwrapped reason.
|
|
8918
9074
|
*
|
|
8919
9075
|
* **Example** (Catching a tagged error reason)
|
|
8920
9076
|
*
|
|
@@ -9441,7 +9597,7 @@ export const catchCauseIf: {
|
|
|
9441
9597
|
* **When to use**
|
|
9442
9598
|
*
|
|
9443
9599
|
* Use when you need to recover a stream only from causes selected by a
|
|
9444
|
-
* `Filter`,
|
|
9600
|
+
* `Filter`, while giving the recovery both the selected value and the original
|
|
9445
9601
|
* `Cause`.
|
|
9446
9602
|
*
|
|
9447
9603
|
* **Details**
|
|
@@ -9465,7 +9621,7 @@ export const catchCauseFilter: {
|
|
|
9465
9621
|
* **When to use**
|
|
9466
9622
|
*
|
|
9467
9623
|
* Use when you need to recover a stream only from causes selected by a
|
|
9468
|
-
* `Filter`,
|
|
9624
|
+
* `Filter`, while giving the recovery both the selected value and the original
|
|
9469
9625
|
* `Cause`.
|
|
9470
9626
|
*
|
|
9471
9627
|
* **Details**
|
|
@@ -9494,7 +9650,7 @@ export const catchCauseFilter: {
|
|
|
9494
9650
|
* **When to use**
|
|
9495
9651
|
*
|
|
9496
9652
|
* Use when you need to recover a stream only from causes selected by a
|
|
9497
|
-
* `Filter`,
|
|
9653
|
+
* `Filter`, while giving the recovery both the selected value and the original
|
|
9498
9654
|
* `Cause`.
|
|
9499
9655
|
*
|
|
9500
9656
|
* **Details**
|
|
@@ -9721,8 +9877,12 @@ export const orDie = <A, E, R>(self: Stream<A, E, R>): Stream<A, never, R> => fr
|
|
|
9721
9877
|
* **When to use**
|
|
9722
9878
|
*
|
|
9723
9879
|
* Use when you want a failing stream to end gracefully rather than propagate
|
|
9724
|
-
* the error.
|
|
9725
|
-
*
|
|
9880
|
+
* the error.
|
|
9881
|
+
*
|
|
9882
|
+
* **Details**
|
|
9883
|
+
*
|
|
9884
|
+
* The `log` option controls whether the failure is logged before the stream
|
|
9885
|
+
* terminates.
|
|
9726
9886
|
*
|
|
9727
9887
|
* **Example** (Ignoring stream failures)
|
|
9728
9888
|
*
|
|
@@ -9788,9 +9948,8 @@ export const ignore: <
|
|
|
9788
9948
|
*
|
|
9789
9949
|
* **When to use**
|
|
9790
9950
|
*
|
|
9791
|
-
* Use when
|
|
9792
|
-
*
|
|
9793
|
-
* propagate it downstream.
|
|
9951
|
+
* Use when you need to silently suppress a stream's entire failure cause,
|
|
9952
|
+
* including both typed errors and defects, rather than propagate it downstream.
|
|
9794
9953
|
*
|
|
9795
9954
|
* **Example** (Ignoring stream failure causes)
|
|
9796
9955
|
*
|
|
@@ -10533,6 +10692,11 @@ export const takeUntil: {
|
|
|
10533
10692
|
/**
|
|
10534
10693
|
* Takes stream elements until an effectful predicate returns `true`.
|
|
10535
10694
|
*
|
|
10695
|
+
* **When to use**
|
|
10696
|
+
*
|
|
10697
|
+
* Use when the stopping condition needs an Effect or service and predicate
|
|
10698
|
+
* failure should fail the stream.
|
|
10699
|
+
*
|
|
10536
10700
|
* **Example** (Taking until an effectful predicate matches)
|
|
10537
10701
|
*
|
|
10538
10702
|
* ```ts
|
|
@@ -10557,6 +10721,11 @@ export const takeUntilEffect: {
|
|
|
10557
10721
|
/**
|
|
10558
10722
|
* Takes stream elements until an effectful predicate returns `true`.
|
|
10559
10723
|
*
|
|
10724
|
+
* **When to use**
|
|
10725
|
+
*
|
|
10726
|
+
* Use when the stopping condition needs an Effect or service and predicate
|
|
10727
|
+
* failure should fail the stream.
|
|
10728
|
+
*
|
|
10560
10729
|
* **Example** (Taking until an effectful predicate matches)
|
|
10561
10730
|
*
|
|
10562
10731
|
* ```ts
|
|
@@ -10586,6 +10755,11 @@ export const takeUntilEffect: {
|
|
|
10586
10755
|
/**
|
|
10587
10756
|
* Takes stream elements until an effectful predicate returns `true`.
|
|
10588
10757
|
*
|
|
10758
|
+
* **When to use**
|
|
10759
|
+
*
|
|
10760
|
+
* Use when the stopping condition needs an Effect or service and predicate
|
|
10761
|
+
* failure should fail the stream.
|
|
10762
|
+
*
|
|
10589
10763
|
* **Example** (Taking until an effectful predicate matches)
|
|
10590
10764
|
*
|
|
10591
10765
|
* ```ts
|
|
@@ -10885,6 +11059,11 @@ export const takeWhileFilter: {
|
|
|
10885
11059
|
/**
|
|
10886
11060
|
* Takes elements from the stream while the effectful predicate is `true`.
|
|
10887
11061
|
*
|
|
11062
|
+
* **When to use**
|
|
11063
|
+
*
|
|
11064
|
+
* Use when the leading-prefix predicate needs an Effect or service and the
|
|
11065
|
+
* stream should stop before the first false result.
|
|
11066
|
+
*
|
|
10888
11067
|
* **Example** (Effectfully taking while a predicate holds)
|
|
10889
11068
|
*
|
|
10890
11069
|
* ```ts
|
|
@@ -10909,6 +11088,11 @@ export const takeWhileEffect: {
|
|
|
10909
11088
|
/**
|
|
10910
11089
|
* Takes elements from the stream while the effectful predicate is `true`.
|
|
10911
11090
|
*
|
|
11091
|
+
* **When to use**
|
|
11092
|
+
*
|
|
11093
|
+
* Use when the leading-prefix predicate needs an Effect or service and the
|
|
11094
|
+
* stream should stop before the first false result.
|
|
11095
|
+
*
|
|
10912
11096
|
* **Example** (Effectfully taking while a predicate holds)
|
|
10913
11097
|
*
|
|
10914
11098
|
* ```ts
|
|
@@ -10933,6 +11117,11 @@ export const takeWhileEffect: {
|
|
|
10933
11117
|
/**
|
|
10934
11118
|
* Takes elements from the stream while the effectful predicate is `true`.
|
|
10935
11119
|
*
|
|
11120
|
+
* **When to use**
|
|
11121
|
+
*
|
|
11122
|
+
* Use when the leading-prefix predicate needs an Effect or service and the
|
|
11123
|
+
* stream should stop before the first false result.
|
|
11124
|
+
*
|
|
10936
11125
|
* **Example** (Effectfully taking while a predicate holds)
|
|
10937
11126
|
*
|
|
10938
11127
|
* ```ts
|
|
@@ -11135,9 +11324,10 @@ export const dropUntil: {
|
|
|
11135
11324
|
* Drops all elements of the stream until the specified effectful predicate
|
|
11136
11325
|
* evaluates to `true`.
|
|
11137
11326
|
*
|
|
11138
|
-
* **
|
|
11327
|
+
* **When to use**
|
|
11139
11328
|
*
|
|
11140
|
-
*
|
|
11329
|
+
* Use when dropping the leading prefix requires an Effect or service and the
|
|
11330
|
+
* first matching element should also be dropped.
|
|
11141
11331
|
*
|
|
11142
11332
|
* **Example** (Dropping until an effectful predicate matches)
|
|
11143
11333
|
*
|
|
@@ -11164,9 +11354,10 @@ export const dropUntilEffect: {
|
|
|
11164
11354
|
* Drops all elements of the stream until the specified effectful predicate
|
|
11165
11355
|
* evaluates to `true`.
|
|
11166
11356
|
*
|
|
11167
|
-
* **
|
|
11357
|
+
* **When to use**
|
|
11168
11358
|
*
|
|
11169
|
-
*
|
|
11359
|
+
* Use when dropping the leading prefix requires an Effect or service and the
|
|
11360
|
+
* first matching element should also be dropped.
|
|
11170
11361
|
*
|
|
11171
11362
|
* **Example** (Dropping until an effectful predicate matches)
|
|
11172
11363
|
*
|
|
@@ -11195,9 +11386,10 @@ export const dropUntilEffect: {
|
|
|
11195
11386
|
* Drops all elements of the stream until the specified effectful predicate
|
|
11196
11387
|
* evaluates to `true`.
|
|
11197
11388
|
*
|
|
11198
|
-
* **
|
|
11389
|
+
* **When to use**
|
|
11199
11390
|
*
|
|
11200
|
-
*
|
|
11391
|
+
* Use when dropping the leading prefix requires an Effect or service and the
|
|
11392
|
+
* first matching element should also be dropped.
|
|
11201
11393
|
*
|
|
11202
11394
|
* **Example** (Dropping until an effectful predicate matches)
|
|
11203
11395
|
*
|
|
@@ -12266,7 +12458,7 @@ export const split: {
|
|
|
12266
12458
|
* // Output: [ "L:A", "R:1", "L:B", "R:2", "L:C", "R:3" ]
|
|
12267
12459
|
* ```
|
|
12268
12460
|
*
|
|
12269
|
-
* @category
|
|
12461
|
+
* @category merging
|
|
12270
12462
|
* @since 2.0.0
|
|
12271
12463
|
*/
|
|
12272
12464
|
export const combine: {
|
|
@@ -12303,7 +12495,7 @@ export const combine: {
|
|
|
12303
12495
|
* // Output: [ "L:A", "R:1", "L:B", "R:2", "L:C", "R:3" ]
|
|
12304
12496
|
* ```
|
|
12305
12497
|
*
|
|
12306
|
-
* @category
|
|
12498
|
+
* @category merging
|
|
12307
12499
|
* @since 2.0.0
|
|
12308
12500
|
*/
|
|
12309
12501
|
<A2, E2, R2, S, E, A, A3, E3, R3>(
|
|
@@ -12348,7 +12540,7 @@ export const combine: {
|
|
|
12348
12540
|
* // Output: [ "L:A", "R:1", "L:B", "R:2", "L:C", "R:3" ]
|
|
12349
12541
|
* ```
|
|
12350
12542
|
*
|
|
12351
|
-
* @category
|
|
12543
|
+
* @category merging
|
|
12352
12544
|
* @since 2.0.0
|
|
12353
12545
|
*/
|
|
12354
12546
|
<A, E, R, A2, E2, R2, S, A3, E3, R3>(
|
|
@@ -12842,6 +13034,11 @@ const emptyArr = Arr.empty<never>()
|
|
|
12842
13034
|
* Maps each element statefully and effectfully, emitting zero or more output
|
|
12843
13035
|
* values per input.
|
|
12844
13036
|
*
|
|
13037
|
+
* **When to use**
|
|
13038
|
+
*
|
|
13039
|
+
* Use when stateful element mapping needs Effects or can fail while emitting
|
|
13040
|
+
* zero or more values per input element.
|
|
13041
|
+
*
|
|
12845
13042
|
* **Details**
|
|
12846
13043
|
*
|
|
12847
13044
|
* The mapping effect receives the current state and element, then returns the
|
|
@@ -12876,6 +13073,11 @@ export const mapAccumEffect: {
|
|
|
12876
13073
|
* Maps each element statefully and effectfully, emitting zero or more output
|
|
12877
13074
|
* values per input.
|
|
12878
13075
|
*
|
|
13076
|
+
* **When to use**
|
|
13077
|
+
*
|
|
13078
|
+
* Use when stateful element mapping needs Effects or can fail while emitting
|
|
13079
|
+
* zero or more values per input element.
|
|
13080
|
+
*
|
|
12879
13081
|
* **Details**
|
|
12880
13082
|
*
|
|
12881
13083
|
* The mapping effect receives the current state and element, then returns the
|
|
@@ -12916,6 +13118,11 @@ export const mapAccumEffect: {
|
|
|
12916
13118
|
* Maps each element statefully and effectfully, emitting zero or more output
|
|
12917
13119
|
* values per input.
|
|
12918
13120
|
*
|
|
13121
|
+
* **When to use**
|
|
13122
|
+
*
|
|
13123
|
+
* Use when stateful element mapping needs Effects or can fail while emitting
|
|
13124
|
+
* zero or more values per input element.
|
|
13125
|
+
*
|
|
12919
13126
|
* **Details**
|
|
12920
13127
|
*
|
|
12921
13128
|
* The mapping effect receives the current state and element, then returns the
|
|
@@ -12974,6 +13181,11 @@ export const mapAccumEffect: {
|
|
|
12974
13181
|
* Maps each element statefully and effectfully, emitting zero or more output
|
|
12975
13182
|
* values per input.
|
|
12976
13183
|
*
|
|
13184
|
+
* **When to use**
|
|
13185
|
+
*
|
|
13186
|
+
* Use when stateful element mapping needs Effects or can fail while emitting
|
|
13187
|
+
* zero or more values per input element.
|
|
13188
|
+
*
|
|
12977
13189
|
* **Details**
|
|
12978
13190
|
*
|
|
12979
13191
|
* The mapping effect receives the current state and element, then returns the
|
|
@@ -13022,6 +13234,11 @@ export const mapAccumEffect: {
|
|
|
13022
13234
|
* Maps each non-empty input chunk statefully and effectfully, emitting zero or
|
|
13023
13235
|
* more output values per chunk.
|
|
13024
13236
|
*
|
|
13237
|
+
* **When to use**
|
|
13238
|
+
*
|
|
13239
|
+
* Use when stateful mapping should process each emitted non-empty chunk with an
|
|
13240
|
+
* Effect instead of each element separately.
|
|
13241
|
+
*
|
|
13025
13242
|
* **Details**
|
|
13026
13243
|
*
|
|
13027
13244
|
* The mapping effect receives the current state and chunk, then returns the
|
|
@@ -13058,6 +13275,11 @@ export const mapAccumArrayEffect: {
|
|
|
13058
13275
|
* Maps each non-empty input chunk statefully and effectfully, emitting zero or
|
|
13059
13276
|
* more output values per chunk.
|
|
13060
13277
|
*
|
|
13278
|
+
* **When to use**
|
|
13279
|
+
*
|
|
13280
|
+
* Use when stateful mapping should process each emitted non-empty chunk with an
|
|
13281
|
+
* Effect instead of each element separately.
|
|
13282
|
+
*
|
|
13061
13283
|
* **Details**
|
|
13062
13284
|
*
|
|
13063
13285
|
* The mapping effect receives the current state and chunk, then returns the
|
|
@@ -13100,6 +13322,11 @@ export const mapAccumArrayEffect: {
|
|
|
13100
13322
|
* Maps each non-empty input chunk statefully and effectfully, emitting zero or
|
|
13101
13323
|
* more output values per chunk.
|
|
13102
13324
|
*
|
|
13325
|
+
* **When to use**
|
|
13326
|
+
*
|
|
13327
|
+
* Use when stateful mapping should process each emitted non-empty chunk with an
|
|
13328
|
+
* Effect instead of each element separately.
|
|
13329
|
+
*
|
|
13103
13330
|
* **Details**
|
|
13104
13331
|
*
|
|
13105
13332
|
* The mapping effect receives the current state and chunk, then returns the
|
|
@@ -14499,9 +14726,9 @@ const groupByImpl = <A, E, R, K, V, E2, R2>(
|
|
|
14499
14726
|
*
|
|
14500
14727
|
* **When to use**
|
|
14501
14728
|
*
|
|
14502
|
-
* Use when a stream
|
|
14503
|
-
* each consecutive run as a non-empty array while keeping later
|
|
14504
|
-
* runs separate.
|
|
14729
|
+
* Use when you already have a stream ordered by the grouping key and want to
|
|
14730
|
+
* emit each consecutive run as a non-empty array while keeping later
|
|
14731
|
+
* non-adjacent runs separate.
|
|
14505
14732
|
*
|
|
14506
14733
|
* **Details**
|
|
14507
14734
|
*
|
|
@@ -14521,9 +14748,9 @@ export const groupAdjacentBy: {
|
|
|
14521
14748
|
*
|
|
14522
14749
|
* **When to use**
|
|
14523
14750
|
*
|
|
14524
|
-
* Use when a stream
|
|
14525
|
-
* each consecutive run as a non-empty array while keeping later
|
|
14526
|
-
* runs separate.
|
|
14751
|
+
* Use when you already have a stream ordered by the grouping key and want to
|
|
14752
|
+
* emit each consecutive run as a non-empty array while keeping later
|
|
14753
|
+
* non-adjacent runs separate.
|
|
14527
14754
|
*
|
|
14528
14755
|
* **Details**
|
|
14529
14756
|
*
|
|
@@ -14543,9 +14770,9 @@ export const groupAdjacentBy: {
|
|
|
14543
14770
|
*
|
|
14544
14771
|
* **When to use**
|
|
14545
14772
|
*
|
|
14546
|
-
* Use when a stream
|
|
14547
|
-
* each consecutive run as a non-empty array while keeping later
|
|
14548
|
-
* runs separate.
|
|
14773
|
+
* Use when you already have a stream ordered by the grouping key and want to
|
|
14774
|
+
* emit each consecutive run as a non-empty array while keeping later
|
|
14775
|
+
* non-adjacent runs separate.
|
|
14549
14776
|
*
|
|
14550
14777
|
* **Details**
|
|
14551
14778
|
*
|
|
@@ -14573,9 +14800,9 @@ export const groupAdjacentBy: {
|
|
|
14573
14800
|
*
|
|
14574
14801
|
* **When to use**
|
|
14575
14802
|
*
|
|
14576
|
-
* Use when a stream
|
|
14577
|
-
* each consecutive run as a non-empty array while keeping later
|
|
14578
|
-
* runs separate.
|
|
14803
|
+
* Use when you already have a stream ordered by the grouping key and want to
|
|
14804
|
+
* emit each consecutive run as a non-empty array while keeping later
|
|
14805
|
+
* non-adjacent runs separate.
|
|
14579
14806
|
*
|
|
14580
14807
|
* **Details**
|
|
14581
14808
|
*
|
|
@@ -16571,7 +16798,7 @@ export const intersperseAffixes: {
|
|
|
16571
16798
|
* // [2, 5, 3, 6, 7]
|
|
16572
16799
|
* ```
|
|
16573
16800
|
*
|
|
16574
|
-
* @category
|
|
16801
|
+
* @category merging
|
|
16575
16802
|
* @since 2.0.0
|
|
16576
16803
|
*/
|
|
16577
16804
|
export const interleave: {
|
|
@@ -16599,7 +16826,7 @@ export const interleave: {
|
|
|
16599
16826
|
* // [2, 5, 3, 6, 7]
|
|
16600
16827
|
* ```
|
|
16601
16828
|
*
|
|
16602
|
-
* @category
|
|
16829
|
+
* @category merging
|
|
16603
16830
|
* @since 2.0.0
|
|
16604
16831
|
*/
|
|
16605
16832
|
<A2, E2, R2>(that: Stream<A2, E2, R2>): <A, E, R>(self: Stream<A, E, R>) => Stream<A2 | A, E2 | E, R2 | R>
|
|
@@ -16627,7 +16854,7 @@ export const interleave: {
|
|
|
16627
16854
|
* // [2, 5, 3, 6, 7]
|
|
16628
16855
|
* ```
|
|
16629
16856
|
*
|
|
16630
|
-
* @category
|
|
16857
|
+
* @category merging
|
|
16631
16858
|
* @since 2.0.0
|
|
16632
16859
|
*/
|
|
16633
16860
|
<A, E, R, A2, E2, R2>(self: Stream<A, E, R>, that: Stream<A2, E2, R2>): Stream<A | A2, E | E2, R | R2>
|
|
@@ -16670,7 +16897,7 @@ export const interleave: {
|
|
|
16670
16897
|
* // [ 1, 2, 4, 3, 5 ]
|
|
16671
16898
|
* ```
|
|
16672
16899
|
*
|
|
16673
|
-
* @category
|
|
16900
|
+
* @category merging
|
|
16674
16901
|
* @since 2.0.0
|
|
16675
16902
|
*/
|
|
16676
16903
|
export const interleaveWith: {
|
|
@@ -16703,7 +16930,7 @@ export const interleaveWith: {
|
|
|
16703
16930
|
* // [ 1, 2, 4, 3, 5 ]
|
|
16704
16931
|
* ```
|
|
16705
16932
|
*
|
|
16706
|
-
* @category
|
|
16933
|
+
* @category merging
|
|
16707
16934
|
* @since 2.0.0
|
|
16708
16935
|
*/
|
|
16709
16936
|
<A2, E2, R2, E3, R3>(that: Stream<A2, E2, R2>, decider: Stream<boolean, E3, R3>): <A, E, R>(self: Stream<A, E, R>) => Stream<A2 | A, E2 | E3 | E, R2 | R3 | R>
|
|
@@ -16736,7 +16963,7 @@ export const interleaveWith: {
|
|
|
16736
16963
|
* // [ 1, 2, 4, 3, 5 ]
|
|
16737
16964
|
* ```
|
|
16738
16965
|
*
|
|
16739
|
-
* @category
|
|
16966
|
+
* @category merging
|
|
16740
16967
|
* @since 2.0.0
|
|
16741
16968
|
*/
|
|
16742
16969
|
<A, E, R, A2, E2, R2, E3, R3>(
|
|
@@ -16790,7 +17017,7 @@ export const interleaveWith: {
|
|
|
16790
17017
|
* // [ 1, 2, 4, 3, 5 ]
|
|
16791
17018
|
* ```
|
|
16792
17019
|
*
|
|
16793
|
-
* @category
|
|
17020
|
+
* @category merging
|
|
16794
17021
|
* @since 2.0.0
|
|
16795
17022
|
*/
|
|
16796
17023
|
retry>(retry);
|
|
@@ -16831,7 +17058,7 @@ export const interleaveWith: {
|
|
|
16831
17058
|
* // [ 1, 2, 4, 3, 5 ]
|
|
16832
17059
|
* ```
|
|
16833
17060
|
*
|
|
16834
|
-
* @category
|
|
17061
|
+
* @category merging
|
|
16835
17062
|
* @since 2.0.0
|
|
16836
17063
|
*/
|
|
16837
17064
|
retry>(retry);
|
|
@@ -16888,7 +17115,7 @@ export const interleaveWith: {
|
|
|
16888
17115
|
* // => [1, 2]
|
|
16889
17116
|
* ```
|
|
16890
17117
|
*
|
|
16891
|
-
* @category
|
|
17118
|
+
* @category interruption
|
|
16892
17119
|
* @since 2.0.0
|
|
16893
17120
|
*/
|
|
16894
17121
|
export const interruptWhen: {
|
|
@@ -16927,7 +17154,7 @@ export const interruptWhen: {
|
|
|
16927
17154
|
* // => [1, 2]
|
|
16928
17155
|
* ```
|
|
16929
17156
|
*
|
|
16930
|
-
* @category
|
|
17157
|
+
* @category interruption
|
|
16931
17158
|
* @since 2.0.0
|
|
16932
17159
|
*/
|
|
16933
17160
|
<X, E2, R2>(effect: Effect.Effect<X, E2, R2>): <A, E, R>(self: Stream<A, E, R>) => Stream<A, E2 | E, R2 | R>
|
|
@@ -16966,7 +17193,7 @@ export const interruptWhen: {
|
|
|
16966
17193
|
* // => [1, 2]
|
|
16967
17194
|
* ```
|
|
16968
17195
|
*
|
|
16969
|
-
* @category
|
|
17196
|
+
* @category interruption
|
|
16970
17197
|
* @since 2.0.0
|
|
16971
17198
|
*/
|
|
16972
17199
|
<A, E, R, X, E2, R2>(self: Stream<A, E, R>, effect: Effect.Effect<X, E2, R2>): Stream<A, E | E2, R | R2>
|
|
@@ -17013,7 +17240,7 @@ export const interruptWhen: {
|
|
|
17013
17240
|
* // [1, 2]
|
|
17014
17241
|
* ```
|
|
17015
17242
|
*
|
|
17016
|
-
* @category
|
|
17243
|
+
* @category interruption
|
|
17017
17244
|
* @since 2.0.0
|
|
17018
17245
|
*/
|
|
17019
17246
|
export const haltWhen: {
|
|
@@ -17054,7 +17281,7 @@ export const haltWhen: {
|
|
|
17054
17281
|
* // [1, 2]
|
|
17055
17282
|
* ```
|
|
17056
17283
|
*
|
|
17057
|
-
* @category
|
|
17284
|
+
* @category interruption
|
|
17058
17285
|
* @since 2.0.0
|
|
17059
17286
|
*/
|
|
17060
17287
|
<X, E2, R2>(effect: Effect.Effect<X, E2, R2>): <A, E, R>(self: Stream<A, E, R>) => Stream<A, E2 | E, R2 | R>
|
|
@@ -17095,7 +17322,7 @@ export const haltWhen: {
|
|
|
17095
17322
|
* // [1, 2]
|
|
17096
17323
|
* ```
|
|
17097
17324
|
*
|
|
17098
|
-
* @category
|
|
17325
|
+
* @category interruption
|
|
17099
17326
|
* @since 2.0.0
|
|
17100
17327
|
*/
|
|
17101
17328
|
<A, E, R, X, E2, R2>(self: Stream<A, E, R>, effect: Effect.Effect<X, E2, R2>): Stream<A, E | E2, R | R2>
|
|
@@ -18450,7 +18677,7 @@ export const withSpan: {
|
|
|
18450
18677
|
* //=> [{ value: 1, next: 2 }, { value: 2, next: 3 }]
|
|
18451
18678
|
* ```
|
|
18452
18679
|
*
|
|
18453
|
-
* @category
|
|
18680
|
+
* @category do notation
|
|
18454
18681
|
* @since 2.0.0
|
|
18455
18682
|
*/
|
|
18456
18683
|
export const Do: Stream<{}> = succeed({})
|
|
@@ -18494,7 +18721,7 @@ export {
|
|
|
18494
18721
|
* // [{ x: 2, y: 6 }]
|
|
18495
18722
|
* ```
|
|
18496
18723
|
*
|
|
18497
|
-
* @category
|
|
18724
|
+
* @category do notation
|
|
18498
18725
|
* @since 2.0.0
|
|
18499
18726
|
*/
|
|
18500
18727
|
let_ as let
|
|
@@ -18519,7 +18746,7 @@ export {
|
|
|
18519
18746
|
* // [{ a: 1, b: 2 }, { a: 2, b: 3 }]
|
|
18520
18747
|
* ```
|
|
18521
18748
|
*
|
|
18522
|
-
* @category
|
|
18749
|
+
* @category do notation
|
|
18523
18750
|
* @since 2.0.0
|
|
18524
18751
|
*/
|
|
18525
18752
|
export const bind: {
|
|
@@ -18542,7 +18769,7 @@ export const bind: {
|
|
|
18542
18769
|
* // [{ a: 1, b: 2 }, { a: 2, b: 3 }]
|
|
18543
18770
|
* ```
|
|
18544
18771
|
*
|
|
18545
|
-
* @category
|
|
18772
|
+
* @category do notation
|
|
18546
18773
|
* @since 2.0.0
|
|
18547
18774
|
*/
|
|
18548
18775
|
<N extends string, A, B, E2, R2>(
|
|
@@ -18572,7 +18799,7 @@ export const bind: {
|
|
|
18572
18799
|
* // [{ a: 1, b: 2 }, { a: 2, b: 3 }]
|
|
18573
18800
|
* ```
|
|
18574
18801
|
*
|
|
18575
|
-
* @category
|
|
18802
|
+
* @category do notation
|
|
18576
18803
|
* @since 2.0.0
|
|
18577
18804
|
*/
|
|
18578
18805
|
<A, E, R, N extends string, B, E2, R2>(
|
|
@@ -18617,7 +18844,7 @@ export const bind: {
|
|
|
18617
18844
|
* // [{ value: 1, double: 2 }, { value: 2, double: 4 }]
|
|
18618
18845
|
* ```
|
|
18619
18846
|
*
|
|
18620
|
-
* @category
|
|
18847
|
+
* @category do notation
|
|
18621
18848
|
* @since 2.0.0
|
|
18622
18849
|
*/
|
|
18623
18850
|
export const bindEffect: {
|
|
@@ -18643,7 +18870,7 @@ export const bindEffect: {
|
|
|
18643
18870
|
* // [{ value: 1, double: 2 }, { value: 2, double: 4 }]
|
|
18644
18871
|
* ```
|
|
18645
18872
|
*
|
|
18646
|
-
* @category
|
|
18873
|
+
* @category do notation
|
|
18647
18874
|
* @since 2.0.0
|
|
18648
18875
|
*/
|
|
18649
18876
|
<N extends string, A, B, E2, R2>(
|
|
@@ -18677,7 +18904,7 @@ export const bindEffect: {
|
|
|
18677
18904
|
* // [{ value: 1, double: 2 }, { value: 2, double: 4 }]
|
|
18678
18905
|
* ```
|
|
18679
18906
|
*
|
|
18680
|
-
* @category
|
|
18907
|
+
* @category do notation
|
|
18681
18908
|
* @since 2.0.0
|
|
18682
18909
|
*/
|
|
18683
18910
|
<A, E, R, N extends string, B, E2, R2>(
|
|
@@ -18718,7 +18945,7 @@ export const bindEffect: {
|
|
|
18718
18945
|
* // [{ value: 1 }, { value: 2 }, { value: 3 }]
|
|
18719
18946
|
* ```
|
|
18720
18947
|
*
|
|
18721
|
-
* @category
|
|
18948
|
+
* @category do notation
|
|
18722
18949
|
* @since 2.0.0
|
|
18723
18950
|
*/
|
|
18724
18951
|
export const bindTo: {
|
|
@@ -18738,7 +18965,7 @@ export const bindTo: {
|
|
|
18738
18965
|
* // [{ value: 1 }, { value: 2 }, { value: 3 }]
|
|
18739
18966
|
* ```
|
|
18740
18967
|
*
|
|
18741
|
-
* @category
|
|
18968
|
+
* @category do notation
|
|
18742
18969
|
* @since 2.0.0
|
|
18743
18970
|
*/
|
|
18744
18971
|
<N extends string>(name: N): <A, E, R>(self: Stream<A, E, R>) => Stream<{ [K in N]: A }, E, R>
|
|
@@ -18758,7 +18985,7 @@ export const bindTo: {
|
|
|
18758
18985
|
* // [{ value: 1 }, { value: 2 }, { value: 3 }]
|
|
18759
18986
|
* ```
|
|
18760
18987
|
*
|
|
18761
|
-
* @category
|
|
18988
|
+
* @category do notation
|
|
18762
18989
|
* @since 2.0.0
|
|
18763
18990
|
*/
|
|
18764
18991
|
<A, E, R, N extends string>(self: Stream<A, E, R>, name: N): Stream<{ [K in N]: A }, E, R>
|
|
@@ -19011,6 +19238,11 @@ export const runFold: {
|
|
|
19011
19238
|
/**
|
|
19012
19239
|
* Runs the stream and folds elements using an effectful reducer.
|
|
19013
19240
|
*
|
|
19241
|
+
* **When to use**
|
|
19242
|
+
*
|
|
19243
|
+
* Use when reducing stream elements needs Effects, services, or failures in the
|
|
19244
|
+
* reducer.
|
|
19245
|
+
*
|
|
19014
19246
|
* **Example** (Effectfully folding stream values)
|
|
19015
19247
|
*
|
|
19016
19248
|
* ```ts
|
|
@@ -19036,6 +19268,11 @@ export const runFoldEffect: {
|
|
|
19036
19268
|
/**
|
|
19037
19269
|
* Runs the stream and folds elements using an effectful reducer.
|
|
19038
19270
|
*
|
|
19271
|
+
* **When to use**
|
|
19272
|
+
*
|
|
19273
|
+
* Use when reducing stream elements needs Effects, services, or failures in the
|
|
19274
|
+
* reducer.
|
|
19275
|
+
*
|
|
19039
19276
|
* **Example** (Effectfully folding stream values)
|
|
19040
19277
|
*
|
|
19041
19278
|
* ```ts
|
|
@@ -19063,6 +19300,11 @@ export const runFoldEffect: {
|
|
|
19063
19300
|
/**
|
|
19064
19301
|
* Runs the stream and folds elements using an effectful reducer.
|
|
19065
19302
|
*
|
|
19303
|
+
* **When to use**
|
|
19304
|
+
*
|
|
19305
|
+
* Use when reducing stream elements needs Effects, services, or failures in the
|
|
19306
|
+
* reducer.
|
|
19307
|
+
*
|
|
19066
19308
|
* **Example** (Effectfully folding stream values)
|
|
19067
19309
|
*
|
|
19068
19310
|
* ```ts
|
|
@@ -19579,6 +19821,11 @@ export const mkUint8Array = <E, R>(self: Stream<Uint8Array, E, R>): Effect.Effec
|
|
|
19579
19821
|
/**
|
|
19580
19822
|
* Converts the stream to a `ReadableStream` using the provided services.
|
|
19581
19823
|
*
|
|
19824
|
+
* **When to use**
|
|
19825
|
+
*
|
|
19826
|
+
* Use when bridging to Web Streams and you already have the `Context` required
|
|
19827
|
+
* to run the stream outside an `Effect`.
|
|
19828
|
+
*
|
|
19582
19829
|
* **Details**
|
|
19583
19830
|
*
|
|
19584
19831
|
* See https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream.
|
|
@@ -19599,6 +19846,11 @@ export const toReadableStreamWith = dual<
|
|
|
19599
19846
|
/**
|
|
19600
19847
|
* Converts the stream to a `ReadableStream` using the provided services.
|
|
19601
19848
|
*
|
|
19849
|
+
* **When to use**
|
|
19850
|
+
*
|
|
19851
|
+
* Use when bridging to Web Streams and you already have the `Context` required
|
|
19852
|
+
* to run the stream outside an `Effect`.
|
|
19853
|
+
*
|
|
19602
19854
|
* **Details**
|
|
19603
19855
|
*
|
|
19604
19856
|
* See https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream.
|
|
@@ -19622,6 +19874,11 @@ export const toReadableStreamWith = dual<
|
|
|
19622
19874
|
/**
|
|
19623
19875
|
* Converts the stream to a `ReadableStream` using the provided services.
|
|
19624
19876
|
*
|
|
19877
|
+
* **When to use**
|
|
19878
|
+
*
|
|
19879
|
+
* Use when bridging to Web Streams and you already have the `Context` required
|
|
19880
|
+
* to run the stream outside an `Effect`.
|
|
19881
|
+
*
|
|
19625
19882
|
* **Details**
|
|
19626
19883
|
*
|
|
19627
19884
|
* See https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream.
|
|
@@ -19766,6 +20023,11 @@ export const toReadableStream: {
|
|
|
19766
20023
|
/**
|
|
19767
20024
|
* Creates an Effect that builds a ReadableStream from the stream.
|
|
19768
20025
|
*
|
|
20026
|
+
* **When to use**
|
|
20027
|
+
*
|
|
20028
|
+
* Use when bridging to Web Streams from inside an `Effect` so the required
|
|
20029
|
+
* services can be captured from the current context.
|
|
20030
|
+
*
|
|
19769
20031
|
* **Details**
|
|
19770
20032
|
*
|
|
19771
20033
|
* See https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream.
|
|
@@ -19792,6 +20054,11 @@ export const toReadableStreamEffect: {
|
|
|
19792
20054
|
/**
|
|
19793
20055
|
* Creates an Effect that builds a ReadableStream from the stream.
|
|
19794
20056
|
*
|
|
20057
|
+
* **When to use**
|
|
20058
|
+
*
|
|
20059
|
+
* Use when bridging to Web Streams from inside an `Effect` so the required
|
|
20060
|
+
* services can be captured from the current context.
|
|
20061
|
+
*
|
|
19795
20062
|
* **Details**
|
|
19796
20063
|
*
|
|
19797
20064
|
* See https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream.
|
|
@@ -19820,6 +20087,11 @@ export const toReadableStreamEffect: {
|
|
|
19820
20087
|
/**
|
|
19821
20088
|
* Creates an Effect that builds a ReadableStream from the stream.
|
|
19822
20089
|
*
|
|
20090
|
+
* **When to use**
|
|
20091
|
+
*
|
|
20092
|
+
* Use when bridging to Web Streams from inside an `Effect` so the required
|
|
20093
|
+
* services can be captured from the current context.
|
|
20094
|
+
*
|
|
19823
20095
|
* **Details**
|
|
19824
20096
|
*
|
|
19825
20097
|
* See https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream.
|
|
@@ -19856,6 +20128,11 @@ export const toReadableStreamEffect: {
|
|
|
19856
20128
|
Effect.context</**
|
|
19857
20129
|
* Creates an Effect that builds a ReadableStream from the stream.
|
|
19858
20130
|
*
|
|
20131
|
+
* **When to use**
|
|
20132
|
+
*
|
|
20133
|
+
* Use when bridging to Web Streams from inside an `Effect` so the required
|
|
20134
|
+
* services can be captured from the current context.
|
|
20135
|
+
*
|
|
19859
20136
|
* **Details**
|
|
19860
20137
|
*
|
|
19861
20138
|
* See https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream.
|
|
@@ -19886,6 +20163,11 @@ export const toReadableStreamEffect: {
|
|
|
19886
20163
|
/**
|
|
19887
20164
|
* Converts the stream to an `AsyncIterable` using the provided services.
|
|
19888
20165
|
*
|
|
20166
|
+
* **When to use**
|
|
20167
|
+
*
|
|
20168
|
+
* Use when converting outside an Effect and you already have the `Context`
|
|
20169
|
+
* needed to run the stream.
|
|
20170
|
+
*
|
|
19889
20171
|
* **Example** (Converting to an AsyncIterable with services)
|
|
19890
20172
|
*
|
|
19891
20173
|
* ```ts
|
|
@@ -19913,6 +20195,11 @@ export const toAsyncIterableWith: {
|
|
|
19913
20195
|
/**
|
|
19914
20196
|
* Converts the stream to an `AsyncIterable` using the provided services.
|
|
19915
20197
|
*
|
|
20198
|
+
* **When to use**
|
|
20199
|
+
*
|
|
20200
|
+
* Use when converting outside an Effect and you already have the `Context`
|
|
20201
|
+
* needed to run the stream.
|
|
20202
|
+
*
|
|
19916
20203
|
* **Example** (Converting to an AsyncIterable with services)
|
|
19917
20204
|
*
|
|
19918
20205
|
* ```ts
|
|
@@ -19940,6 +20227,11 @@ export const toAsyncIterableWith: {
|
|
|
19940
20227
|
/**
|
|
19941
20228
|
* Converts the stream to an `AsyncIterable` using the provided services.
|
|
19942
20229
|
*
|
|
20230
|
+
* **When to use**
|
|
20231
|
+
*
|
|
20232
|
+
* Use when converting outside an Effect and you already have the `Context`
|
|
20233
|
+
* needed to run the stream.
|
|
20234
|
+
*
|
|
19943
20235
|
* **Example** (Converting to an AsyncIterable with services)
|
|
19944
20236
|
*
|
|
19945
20237
|
* ```ts
|
|
@@ -20007,6 +20299,11 @@ export const toAsyncIterableWith: {
|
|
|
20007
20299
|
/**
|
|
20008
20300
|
* Creates an effect that yields an `AsyncIterable` using the current services.
|
|
20009
20301
|
*
|
|
20302
|
+
* **When to use**
|
|
20303
|
+
*
|
|
20304
|
+
* Use when the `AsyncIterable` should be created inside Effect with the current
|
|
20305
|
+
* context supplying the stream's services.
|
|
20306
|
+
*
|
|
20010
20307
|
* **Example** (Creating an AsyncIterable effect)
|
|
20011
20308
|
*
|
|
20012
20309
|
* ```ts
|