Package: effect
Module: TPriorityQueue
Removes all elements from the queue matching the specified predicate.
Signature
declare const removeIf: { <A>(predicate: Predicate<A>): (self: TPriorityQueue<A>) => STM.STM<void>; <A>(self: TPriorityQueue<A>, predicate: Predicate<A>): STM.STM<void>; }
Since v2.0.0