effect-io-ai

Package: effect
Module: Sink

Sink.make

Creates a pipe-style constructor for sinks over input type In.

Details

The returned function exposes the sink input as a Stream<In>, applies the provided pipeline, and uses the final effect’s success value as the sink result.

Signature

declare const make: <In>() => make.Constructor<In>

Source

Since v4.0.0