effect-io-ai

Package: effect
Module: Stream

Stream.some

Converts an option on values into an option on errors.

Signature

declare const some: <A, E, R>(self: Stream<Option.Option<A>, E, R>) => Stream<A, Option.Option<E>, R>

Source

Since v2.0.0