effect-io-ai

Package: effect
Module: Stream

Stream.contextWith

Accesses the context of the stream.

Signature

declare const contextWith: <R, A>(f: (env: Context.Context<R>) => A) => Stream<A, never, R>

Source

Since v2.0.0