import { Predicate } from "@tsplus/stdlib/data/Predicate"; import { TPriorityQueue } from "@effect/core/stm/TPriorityQueue/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Removes all elements from the queue matching the specified predicate. * @tsplus static effect/core/stm/TPriorityQueue.Aspects removeIf * @tsplus pipeable effect/core/stm/TPriorityQueue removeIf * @tsplus location "@effect/core/stm/TPriorityQueue/operations/removeIf" */ export declare function removeIf(f: Predicate): (self: TPriorityQueue) => STM; //# sourceMappingURL=removeIf.d.ts.map