effect-io-ai

Package: effect
Module: TArray

TArray.every

Atomically evaluate the conjunction of a predicate across the members of the array.

Signature

declare const every: { <A>(predicate: Predicate<A>): (self: TArray<A>) => STM.STM<boolean>; <A>(self: TArray<A>, predicate: Predicate<A>): STM.STM<boolean>; }

Source

Since v2.0.0