import { Predicate } from "@tsplus/stdlib/data/Predicate"; import { TArray } from "@effect/core/stm/TArray/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Atomically evaluate the conjunction of a predicate across the members of * the array. * @tsplus static effect/core/stm/TArray.Aspects forAll * @tsplus pipeable effect/core/stm/TArray forAll * @tsplus location "@effect/core/stm/TArray/operations/forAll" */ export declare function forAll(f: Predicate): (self: TArray) => STM; //# sourceMappingURL=forAll.d.ts.map