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