Package: effect Module: Stream
effect
Stream
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