effect-io-ai

Package: effect
Module: Sink

Sink.some

A sink that returns whether an element satisfies the specified predicate.

Signature

declare const some: <In>(predicate: Predicate<In>) => Sink<boolean, In, In>

Source

Since v2.0.0